wzhallright commented on code in PR #6143:
URL: https://github.com/apache/ozone/pull/6143#discussion_r1474120833


##########
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestPipelineStateManagerImpl.java:
##########
@@ -295,37 +295,36 @@ public void testGetPipelinesByTypeFactorAndState()
 
   @Test
   public void testAddAndGetContainer() throws IOException, TimeoutException {
-    long containerID = 0;

Review Comment:
   Thanks for your review! the IntelliJ prompts me variable used in lambda 
expression should be final or effectively final, so i change long to 
AtomicLong. Perhaps there is a more elegant solution to this problem?



-- 
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