HADOOP-11466: move to 2.6.1
This commit is contained in:
parent
7574df1bba
commit
21d5599067
|
@ -742,10 +742,6 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an
|
HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an
|
||||||
incorrect filter (Eric Payne via jlowe)
|
incorrect filter (Eric Payne via jlowe)
|
||||||
|
|
||||||
HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the SPARC
|
|
||||||
architecture because it is slower there (Suman Somasundar via Colin P.
|
|
||||||
McCabe)
|
|
||||||
|
|
||||||
HADOOP-11209. Configuration#updatingResource/finalParameters are not
|
HADOOP-11209. Configuration#updatingResource/finalParameters are not
|
||||||
thread-safe. (Varun Saxena via ozawa)
|
thread-safe. (Varun Saxena via ozawa)
|
||||||
|
|
||||||
|
@ -767,6 +763,22 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-11499. Check of executorThreadsStarted in
|
HADOOP-11499. Check of executorThreadsStarted in
|
||||||
ValueQueue#submitRefillTask() evades lock acquisition (Ted Yu via jlowe)
|
ValueQueue#submitRefillTask() evades lock acquisition (Ted Yu via jlowe)
|
||||||
|
|
||||||
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
|
HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the SPARC
|
||||||
|
architecture because it is slower there (Suman Somasundar via Colin P.
|
||||||
|
McCabe)
|
||||||
|
|
||||||
Release 2.6.0 - 2014-11-18
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue