This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new e8c0535392 HDDS-7930. [addendum] input stream does not refresh expired
block token.
e8c0535392 is described below
commit e8c053539270fb6496078bb5a764866d43da1420
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Tue Mar 14 22:06:21 2023 -0700
HDDS-7930. [addendum] input stream does not refresh expired block token.
Change-Id: Ifa4ecf124b7ccdcb4cbc5cb371857aee677d332e
---
.../java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
b/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
index 55dc0557bf..dcb2e0700f 100644
---
a/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
+++
b/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
@@ -208,8 +208,8 @@ public class BlockInputStream extends
BlockExtendedInputStream {
if (blockLocationInfo == null) {
LOG.debug("No new block location info for block {}", blockID);
} else {
- LOG.debug("New block location info for block {}: {}",
- blockID, blockLocationInfo);
+ LOG.debug("New pipeline for block {}: {}", blockID,
+ blockLocationInfo.getPipeline());
this.pipeline = blockLocationInfo.getPipeline();
this.token = blockLocationInfo.getToken();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]