Mukul Kumar Singh created HDDS-2285: ---------------------------------------
Summary: GetBlock and RadChunk command from the client should be sent to the same datanode to re-use the same connection Key: HDDS-2285 URL: https://issues.apache.org/jira/browse/HDDS-2285 Project: Hadoop Distributed Data Store Issue Type: Bug Components: Ozone Client Reporter: Mukul Kumar Singh I can be observed that the GetBlock and ReadChunk command is sent to 2 different datanodes. It should be sent to the same datanode to re-use the connection. {code} 19/10/10 00:43:42 INFO scm.XceiverClientGrpc: Send command GetBlock to datanode 172.26.32.224 19/10/10 00:43:42 INFO scm.XceiverClientGrpc: Send command ReadChunk to datanode 172.26.32.231 {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org