This is an automated email from the ASF dual-hosted git repository.
shashikant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 8712d50 HDDS-3387. Fix ContainerOperationClient#createContainer (#831)
8712d50 is described below
commit 8712d5021e38412b3e037441c39e20154f53e0e7
Author: Sadanand Shenoy <[email protected]>
AuthorDate: Thu Apr 16 16:52:10 2020 +0530
HDDS-3387. Fix ContainerOperationClient#createContainer (#831)
---
.../java/org/apache/hadoop/hdds/scm/cli/ContainerOperationClient.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/ContainerOperationClient.java
b/hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/ContainerOperationClient.java
index b08b6b4..62bb385 100644
---
a/hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/ContainerOperationClient.java
+++
b/hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/ContainerOperationClient.java
@@ -239,8 +239,6 @@ public class ContainerOperationClient implements ScmClient {
storageContainerLocationClient.allocateContainer(type, factor,
owner);
Pipeline pipeline = containerWithPipeline.getPipeline();
- client = xceiverClientManager.acquireClient(pipeline);
-
// connect to pipeline leader and allocate container on leader datanode.
client = xceiverClientManager.acquireClient(pipeline);
createContainer(client,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]