kylixs commented on a change in pull request #8122:
URL: https://github.com/apache/dubbo/pull/8122#discussion_r656736252
##########
File path:
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/bootstrap/DubboBootstrap.java
##########
@@ -148,6 +148,8 @@
private final AtomicBoolean awaited = new AtomicBoolean(false);
+ private volatile BootstrapTakeoverState bootstrapTakeoverState =
BootstrapTakeoverState.AUTO;
Review comment:
Use a short name?
`private volatile BootstrapTakeoverState takeoverState =
BootstrapTakeoverState.AUTO;`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]