This is an automated email from the ASF dual-hosted git repository.
zghao pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git.
from 8e3727e HBASE-25281 Bulkload split hfile too many times due to
unreasonable split point (#2692)
new 6f07efb HBASE-25325 Remove unused class ClusterSchemaException (#2704)
new 3dd425a HBASE-25323 Fix potential NPE when the zookeeper path of
RegionServerTracker does not exist when start (#2702)
The 2 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/master/ClusterSchema.java | 14 +++-----
.../hbase/master/ClusterSchemaException.java | 37 ----------------------
.../hadoop/hbase/master/RegionServerTracker.java | 28 +++++++++-------
.../hbase/zookeeper/MasterAddressTracker.java | 2 +-
.../org/apache/hadoop/hbase/zookeeper/ZKUtil.java | 5 ++-
5 files changed, 25 insertions(+), 61 deletions(-)
delete mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterSchemaException.java