venkata91 commented on code in PR #2555:
URL: https://github.com/apache/celeborn/pull/2555#discussion_r1676891098


##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/CreditStreamManager.java:
##########
@@ -253,7 +253,7 @@ public int getActiveMapPartitionCount() {
     return activeMapPartitions.size();
   }
 
-  protected class StreamState {
+  protected static class StreamState {

Review Comment:
   Should this be `protected static` or just `static`?



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

Reply via email to