This is an automated email from the ASF dual-hosted git repository. mehakmeet pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 6843f8e4e0f HADOOP-18794. ipc.server.handler.queue.size missing from core-default.xml (#5819). Contributed by WangYuanben. add fac7d26c5d7 HADOOP-18781. ABFS backReference passed down to streams to avoid GC closing the FS. (#5780) No new revisions were added by this update. Summary of changes: .../org/apache/hadoop/fs/impl/BackReference.java | 29 ++++++-- .../hadoop/fs/azurebfs/AzureBlobFileSystem.java | 9 ++- .../fs/azurebfs/AzureBlobFileSystemStore.java | 14 ++++ .../fs/azurebfs/services/AbfsInputStream.java | 10 +++ .../azurebfs/services/AbfsInputStreamContext.java | 15 +++++ .../fs/azurebfs/services/AbfsOutputStream.java | 21 ++++++ .../azurebfs/services/AbfsOutputStreamContext.java | 14 ++++ .../fs/azurebfs/services/ITestAbfsInputStream.java | 21 ++++++ .../azurebfs/services/ITestAbfsOutputStream.java | 78 ++++++++++++++++++++++ 9 files changed, 203 insertions(+), 8 deletions(-) copy hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/resources/DummyRunnableWithContext.java => hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/BackReference.java (58%) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org