This is an automated email from the ASF dual-hosted git repository. hexiaoqiao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 5745a7dd754 HDFS-16084. Fix getJNIEnv crash due to incorrect state set to tls var (#6969). Contributed by Kevin Cai. add 89e38f08ae0 HDFS-17573. Allow turn on both FSImage parallelization and compression (#6929). Contributed by Sung Dong Kim. No new revisions were added by this update. Summary of changes: .../hdfs/server/namenode/FSImageFormatPBINode.java | 2 + .../server/namenode/FSImageFormatProtobuf.java | 52 ++++++++++++------- .../namenode/snapshot/FSImageFormatPBSnapshot.java | 4 +- .../hadoop/hdfs/server/namenode/TestFSImage.java | 17 ++++--- .../server/namenode/TestFSImageWithSnapshot.java | 40 +++++++++++++-- ...TestFSImageWithSnapshotParallelAndCompress.java | 58 ++++++++++++++++++++++ 6 files changed, 141 insertions(+), 32 deletions(-) create mode 100644 hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFSImageWithSnapshotParallelAndCompress.java --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org