swuferhong commented on code in PR #1159:
URL: https://github.com/apache/fluss/pull/1159#discussion_r2224206170
##########
fluss-server/src/main/java/com/alibaba/fluss/server/ServerBase.java:
##########
@@ -65,6 +65,7 @@ public abstract class ServerBase implements
AutoCloseableAsync, FatalErrorHandle
protected FileSystem remoteFileSystem;
protected PluginManager pluginManager;
+ protected volatile ServerState serverState = ServerState.NOT_RUNNING;
Review Comment:
I will remove it in this pr, will be added on demand in the future.
--
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]