jerqi commented on code in PR #1540:
URL: 
https://github.com/apache/incubator-uniffle/pull/1540#discussion_r1501662696


##########
server/src/main/java/org/apache/uniffle/server/ShuffleServer.java:
##########
@@ -98,7 +99,7 @@ public class ShuffleServer {
   private volatile boolean running;
   private ExecutorService executorService;
   private Future<?> decommissionFuture;
-  private boolean nettyServerEnabled;
+  private boolean isNettyServerEnabled;

Review Comment:
   we should use `nettyServerEnabled` to keep consistent with the style of 
other places.



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