milleruntime edited a comment on issue #868: Make replication services start when configured URL: https://github.com/apache/accumulo/pull/868#issuecomment-451279080 OK I think these changes work best for all use cases and require no action from users. I made a thread in each Master and tserver that checks every 5 seconds if replication.name is set. Then if it is set, startup all the services. That seemed to be a reasonable time to check since any longer, and the tests began failing. The only other part in question was whether to kill the threads after starting the services. I didn't see a graceful way to do that with SimpleTimer though.
---------------------------------------------------------------- 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
