Skip to content

Commit 671595f

Browse files
committed
triggle compile
1 parent 5d112c6 commit 671595f

File tree

1 file changed

+1
-2
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode

1 file changed

+1
-2
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3101,8 +3101,7 @@ public Void call() throws IOException {
31013101
HdfsConstants.WRITE_TIMEOUT_EXTENSION * (targets.length - 1);
31023102
OutputStream unbufOut = NetUtils.getOutputStream(sock, writeTimeout);
31033103
InputStream unbufIn = NetUtils.getInputStream(sock);
3104-
DataEncryptionKeyFactory keyFactory =
3105-
getDataEncryptionKeyFactoryForBlock(source);
3104+
DataEncryptionKeyFactory keyFactory = getDataEncryptionKeyFactoryForBlock(source);
31063105
IOStreamPair saslStreams = saslClient.socketSend(sock, unbufOut,
31073106
unbufIn, keyFactory, accessToken, bpReg);
31083107
unbufOut = saslStreams.out;

0 commit comments

Comments
 (0)