bharatviswa504 commented on a change in pull request #2989:
URL: https://github.com/apache/ozone/pull/2989#discussion_r784453176



##########
File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailures.java
##########
@@ -245,37 +250,37 @@ public void 
testContainerStateMachineCloseOnMissingPipeline()
     for (HddsDatanodeService dn : datanodeSet) {
       LambdaTestUtils.await(20000, 1000,
           () -> (dn.getDatanodeStateMachine()
-                .getContainer().getContainerSet()
-                .getContainer(containerID)
-                .getContainerState().equals(QUASI_CLOSED)));
+              .getContainer().getContainerSet()
+              .getContainer(containerID)
+              .getContainerState().equals(QUASI_CLOSED)));
     }
     key.close();
   }
 
   @Test
   public void testContainerStateMachineFailures() throws Exception {
     OzoneOutputStream key =
-            objectStore.getVolume(volumeName).getBucket(bucketName)
-                    .createKey("ratis", 1024, ReplicationType.RATIS,
-                            ReplicationFactor.ONE, new HashMap<>());
+        objectStore.getVolume(volumeName).getBucket(bucketName)
+            .createKey("ratis", 1024, ReplicationType.RATIS,
+                ReplicationFactor.ONE, new HashMap<>());

Review comment:
       There are lot of space changes, is it intentional??




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to