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

zhangduo pushed a change to branch HBASE-27109/table_based_rqs
in repository https://gitbox.apache.org/repos/asf/hbase.git


 discard 53186320bd4 HBASE-27215 Add support for sync replication (#4762)
 discard 27f576af0fc HBASE-27214 Implement the new replication hfile/log 
cleaner (#4722)
 discard b93628f2f13 HBASE-27213 Add support for claim queue operation (#4708)
 discard 805feddb190 HBASE-27212 Implement a new table based replication queue 
storage and make the minimum replication system work (#4672)
     add 3f5c0a505a5 HBASE-27372 Update java versions in our Dockerfiles (#4784)
     add 3f4734edae9 HBASE-27370 Avoid decompressing blocks when reading from 
bucket cache… (#4781)
     add 8bc6a5954aa HBASE-27310 Add disabled table is displayed red on master 
web tables list (#4755)
     new 1e166a54fb2 HBASE-27212 Implement a new table based replication queue 
storage and make the minimum replication system work (#4672)
     new a71855f2e2d HBASE-27213 Add support for claim queue operation (#4708)
     new 0f94134107f HBASE-27214 Implement the new replication hfile/log 
cleaner (#4722)
     new f754f51e091 HBASE-27215 Add support for sync replication (#4762)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (53186320bd4)
            \
             N -- N -- N   refs/heads/HBASE-27109/table_based_rqs (f754f51e091)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 dev-support/docker/Dockerfile                      | 23 ++----
 dev-support/hbase_docker/Dockerfile                |  4 +-
 .../hbase/tmpl/master/MasterStatusTmpl.jamon       |  4 +-
 .../org/apache/hadoop/hbase/io/hfile/HFile.java    |  4 ++
 .../hadoop/hbase/io/hfile/HFilePreadReader.java    |  2 +-
 .../hadoop/hbase/io/hfile/HFileReaderImpl.java     | 44 +++++++++---
 .../hadoop/hbase/io/hfile/TestHFileBlockIndex.java |  8 +++
 .../apache/hadoop/hbase/io/hfile/TestPrefetch.java | 83 ++++++++++++++++++----
 8 files changed, 126 insertions(+), 46 deletions(-)

Reply via email to