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

elserj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-filesystem.git.


    from 04a304e  HBASE-26315 Upgrade commons-io to 2.11.0 in hbase-filesystem 
(#27)
     new 0aaacf6  HBASE-26453 Correct the behavior of isBeneath to not consider 
paths which share a name prefix as beneath one another.
     new 21e1e92  HBASE-26437 Clean up the znodes for the src after a rename.

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:
 .../hbase/oss/HBaseObjectStoreSemantics.java       |  20 ++-
 .../hadoop/hbase/oss/sync/TreeLockManager.java     |  26 ++-
 .../hadoop/hbase/oss/sync/ZKTreeLockManager.java   |  45 +++--
 .../hbase/oss/HBaseObjectStoreSemanticsTest.java   |   4 +
 .../apache/hadoop/hbase/oss/TestZNodeCleanup.java  | 188 +++++++++++++++++++++
 .../hadoop/hbase/oss/sync/TestTreeLockManager.java |   2 +-
 .../hbase/oss/sync/TestZKTreeLockManager.java}     |  34 ++--
 hbase-oss/src/test/resources/log4j.properties      |   2 +
 8 files changed, 289 insertions(+), 32 deletions(-)
 create mode 100644 
hbase-oss/src/test/java/org/apache/hadoop/hbase/oss/TestZNodeCleanup.java
 copy hbase-oss/src/{main/java/org/apache/hadoop/hbase/oss/Constants.java => 
test/java/org/apache/hadoop/hbase/oss/sync/TestZKTreeLockManager.java} (51%)

Reply via email to