This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a change to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 582c649  HBASE-21374 Backport HBASE-21342 to branch-1
     new 21cfff8  HBASE-20716 Unsafe access cleanup
     new 2f541f57 HBASE-21208 Bytes#toShort doesn't work without unsafe
     new 231e6d5  HBASE-20928 Rewrite calculation of midpoint in binarySearch 
functions to prevent overflow
     new f3f3798  HBASE-21164 reportForDuty should do backoff rather than retry

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/hadoop/hbase/filter/FuzzyRowFilter.java |  33 +-
 .../hadoop/hbase/io/encoding/RowIndexSeekerV1.java |  14 +-
 .../apache/hadoop/hbase/util/ByteBufferUtils.java  | 543 ++++++++++++++++++---
 .../java/org/apache/hadoop/hbase/util/Bytes.java   | 220 ++++++---
 .../org/apache/hadoop/hbase/util/RetryCounter.java |  10 +
 .../java/org/apache/hadoop/hbase/util/Sleeper.java |  31 +-
 .../org/apache/hadoop/hbase/util/UnsafeAccess.java | 267 ++++++++++
 .../org/apache/hadoop/hbase/util/TestBytes.java    |  45 ++
 .../hadoop/hbase/io/hfile/HFileBlockIndex.java     |   2 +-
 .../org/apache/hadoop/hbase/master/HMaster.java    |  13 +-
 .../hadoop/hbase/regionserver/HRegionServer.java   |  15 +-
 .../hbase/util/BoundedPriorityBlockingQueue.java   |   2 +-
 .../TestRegionServerReportForDuty.java             |  89 ++++
 13 files changed, 1114 insertions(+), 170 deletions(-)

Reply via email to