Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Dec 4, 2023
1 parent 847cf34 commit 6a31532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ void waitForAckedSeqno(long seqno) throws IOException {
LOG.error("No ack received, took {}ms (threshold={}ms). "
+ "File being written: {}, block: {}, "
+ "Write pipeline datanodes: {}.",
duration / NANOSECONDS_PER_MILLISECOND , writeTimeout, src, block, nodes);
duration / NANOSECONDS_PER_MILLISECOND, writeTimeout, src, block, nodes);
throw new InterruptedIOException("No ack received after " +
duration / 1000 / NANOSECONDS_PER_MILLISECOND + "s and a timeout of " +
writeTimeout / 1000 + "s");
Expand Down

0 comments on commit 6a31532

Please sign in to comment.