rickyma commented on code in PR #1540:
URL:
https://github.com/apache/incubator-uniffle/pull/1540#discussion_r1501998689
##########
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 can change them to unify this style.
Do we change this in the current PR?
--
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]