Skip to content

Commit

Permalink
HDFS-17626. Reduce lock contention at datanode startup (#7053). Contr…
Browse files Browse the repository at this point in the history
…ibuted by Tao Li.

Signed-off-by: Ayush Saxena <[email protected]>
Signed-off-by: He Xiaoqiao <[email protected]>
  • Loading branch information
tomscut authored Sep 29, 2024
1 parent 3fda243 commit a9b7913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ NamespaceInfo retrieveNamespaceInfo() throws IOException {
while (shouldRun()) {
try {
nsInfo = bpNamenode.versionRequest();
LOG.debug(this + " received versionRequest response: " + nsInfo);
LOG.debug("{} received versionRequest response: {}", this, nsInfo);
break;
} catch(SocketTimeoutException e) { // namenode is busy
LOG.warn("Problem connecting to server: " + nnAddr);
Expand Down

0 comments on commit a9b7913

Please sign in to comment.