CHANGES.txt 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. Hadoop YARN Change Log
  2. Release 0.23.5 - UNRELEASED
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. YARN-138. Ensure default values for minimum/maximum container sizes is
  7. sane. (harsh & sseth via acmurthy)
  8. YARN-137. Change the default YARN scheduler to be the CapacityScheduler.
  9. (sseth via acmurthy)
  10. YARN-116. Add the ability to change the RM include/exclude file without
  11. a restart. (xieguiming and Harsh J via sseth)
  12. YARN-28. Fixed TestCompositeService to not depend on test-order and thus
  13. made it pass on JDK7 (Thomas Graves via vinodkv).
  14. YARN-161. Fix multiple compiler warnings for unchecked operations in YARN
  15. common. (Chris Nauroth via vinodkv)
  16. YARN-43. Fix TestResourceTrackerService to not depend on test order and thus
  17. pass on JDK7. (Thomas Graves via vinodkv)
  18. YARN-32. Fix TestApplicationTokens to not depend on test order and thus pass
  19. on JDK7. (vinodkv)
  20. YARN-186. Coverage fixing LinuxContainerExecutor (Aleksey Gorshkov via
  21. bobby)
  22. OPTIMIZATIONS
  23. BUG FIXES
  24. YARN-131. Fix incorrect ACL properties in capacity scheduler documentation.
  25. (Ahmed Radwan via sseth)
  26. YARN-163. Retrieving container log via NM webapp can hang with multibyte
  27. characters in log (jlowe via bobby)
  28. YARN-102. Move the apache header to the top of the file in MemStore.java.
  29. (Devaraj K via sseth)
  30. YARN-174. Modify NodeManager to pass the user's configuration even when
  31. rebooting. (vinodkv)
  32. YARN-177. CapacityScheduler - adding a queue while the RM is running has
  33. wacky results (acmurthy vai tgraves)
  34. YARN-178. Fix custom ProcessTree instance creation (Radim Kolar via bobby)
  35. YARN-180. Capacity scheduler - containers that get reserved create container
  36. token to early (acmurthy and bobby)
  37. YARN-139. Interrupted Exception within AsyncDispatcher leads to user
  38. confusion. (Vinod Kumar Vavilapalli via jlowe)
  39. YARN-165. RM should point tracking URL to RM web page for app when AM fails
  40. (jlowe via bobby)
  41. YARN-159. RM web ui applications page should be sorted to display last app
  42. first (tgraves via bobby)
  43. YARN-166. capacity scheduler doesn't allow capacity < 1.0 (tgraves via
  44. bobby)
  45. YARN-189. Fixed a deadlock between RM's ApplicationMasterService and the
  46. dispatcher. (Thomas Graves via vinodkv)
  47. YARN-202. Log Aggregation generates a storm of fsync() for namenode
  48. (Kihwal Lee via bobby)
  49. YARN-201. Fix CapacityScheduler to be less conservative for starved
  50. off-switch requests. (jlowe via acmurthy)
  51. YARN-206. TestApplicationCleanup.testContainerCleanup occasionally fails
  52. (jlowe via bobby)
  53. YARN-212. NM state machine ignores an APPLICATION_CONTAINER_FINISHED event
  54. when it shouldn't (Nathan Roberts via jlowe)
  55. Release 0.23.4 - UNRELEASED
  56. INCOMPATIBLE CHANGES
  57. NEW FEATURES
  58. IMPROVEMENTS
  59. OPTIMIZATIONS
  60. BUG FIXES
  61. YARN-108. FSDownload can create cache directories with the wrong
  62. permissions (Jason Lowe via bobby)
  63. YARN-88. DefaultContainerExecutor can fail to set proper permissions.
  64. (Jason Lowe via sseth)
  65. YARN-42. Modify NM's non-aggregating logs' handler to stop properly so that
  66. NMs don't get NPEs on startup errors. (Devaraj K via vinodkv)
  67. YARN-75. Modified ResourceManager's RMContainer to handle a valid RELEASE
  68. event at RUNNING state. (Siddharth Seth via vinodkv)
  69. YARN-57. Allow process-tree based resource calculation et al. to be
  70. pluggable to support it on multiple platforms. (Radim Kolar via acmurthy)
  71. YARN-93. Diagnostics missing from applications that have finished but
  72. failed (jlowe via bobby)
  73. YARN-106. Nodemanager needs to set permissions of local directories (jlowe
  74. via bobby)
  75. Release 0.23.3
  76. INCOMPATIBLE CHANGES
  77. NEW FEATURES
  78. YARN-1. Promote YARN to be a sub-project of Apache Hadoop. (acmurthy)
  79. IMPROVEMENTS
  80. BUG FIXES
  81. YARN-14. Symlinks to peer distributed cache files no longer work
  82. (Jason Lowe via bobby)
  83. YARN-25. remove old aggregated logs (Robert Evans via tgraves)
  84. YARN-27. Failed refreshQueues due to misconfiguration prevents further
  85. refreshing of queues (Arun Murthy via tgraves)
  86. MAPREDUCE-4323. NM leaks filesystems (Jason Lowe via jeagles)
  87. MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson
  88. via atm)
  89. YARN-39. RM-NM secret-keys should be randomly generated and rolled every
  90. so often. (vinodkv and sseth via sseth)
  91. YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to
  92. pass tests on jdk7. (Thomas Graves via vinodkv)
  93. YARN-63. RMNodeImpl is missing valid transitions from the UNHEALTHY state
  94. (Jason Lowe via bobby)
  95. YARN-66. aggregated logs permissions not set properly (tgraves via bobby)
  96. YARN-60. Fixed a bug in ResourceManager which causes all NMs to get NPEs and
  97. thus causes all containers to be rejected. (vinodkv)
  98. YARN-68. NodeManager will refuse to shutdown indefinitely due to container
  99. log aggregation (daryn via bobby)
  100. YARN-87. NM ResourceLocalizationService does not set permissions of local
  101. cache directories (Jason Lowe via tgraves)