joshelser commented on a change in pull request #868: Make tserver start repl
services when configured
URL: https://github.com/apache/accumulo/pull/868#discussion_r245086473
##########
File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
##########
@@ -456,6 +456,8 @@
"The amount of time an assignment can run before the server will print a"
+ " warning along with the current stack trace. Meant to help debug
stuck"
+ " assignments"),
+ TSERV_REPLICATION_ENABLED("tserver.replication.services.enabled", "false",
PropertyType.BOOLEAN,
Review comment:
> It's either enabled or it's not
This.
Either replication is on (and all the necessary services are running) or
it's off (and none of the services are running). I thought you were advocating
to moving 100% of the way to the latter with this change, @milleruntime.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services