This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-26067
in repository https://gitbox.apache.org/repos/asf/hbase.git.
discard 93c3741 HBASE-26248 Should find a suitable way to let users specify
the store file tracker implementation (#3665)
omit d76ba96 HBASE-26246 Persist the StoreFileTracker configurations to
TableDescriptor when creating table (#3666)
omit 24f48b0 HBASE-26224 Introduce a MigrationStoreFileTracker to support
migrating from different store file tracker implementations (#3656)
omit bd924ab HBASE-26079 Use StoreFileTracker when splitting and merging
(#3617)
omit 488c4cf HBASE-25988 Store the store file list by a file (#3578)
omit 22ac62b HBASE-26064 Introduce a StoreFileTracker to abstract the
store file tracking logic
add 86bc640 HBASE-26273 Force ReadType.STREAM when the user does not
explicitly set a ReadType on the Scan for a Snapshot-based Job
add c60adfd HBASE-26282 Update downloads.xml for release 2.4.6
new 470bd2e HBASE-26064 Introduce a StoreFileTracker to abstract the
store file tracking logic
new 8b26dcc HBASE-25988 Store the store file list by a file (#3578)
new 3b9936d HBASE-26079 Use StoreFileTracker when splitting and merging
(#3617)
new 1756584 HBASE-26224 Introduce a MigrationStoreFileTracker to support
migrating from different store file tracker implementations (#3656)
new 0ce891a HBASE-26246 Persist the StoreFileTracker configurations to
TableDescriptor when creating table (#3666)
new 989028b HBASE-26248 Should find a suitable way to let users specify
the store file tracker implementation (#3665)
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 (93c3741)
\
N -- N -- N refs/heads/HBASE-26067 (989028b)
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 6 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:
.../mapreduce/TableSnapshotInputFormatImpl.java | 18 ++++++++++++
.../mapreduce/TestTableSnapshotInputFormat.java | 33 ++++++++++++++++++++++
src/site/xdoc/downloads.xml | 16 +++++------
3 files changed, 59 insertions(+), 8 deletions(-)