keith-turner commented on PR #5575:
URL: https://github.com/apache/accumulo/pull/5575#issuecomment-2904431427

   > I'm not sure why the balancer code needs to register a listener, or do 
anything to try to respond in near real time to config changes. Why not just 
poll the relevant propstore to see if anything has changed before each balance 
attempt? Those are pretty infrequent, and polling the PropStore, or even 
reading the relevant properties out of the cached system config snapshot to 
detect a change, should be very fast.
   
   I like that approach.  Seems like it would remove the specialized code and 
make the code easier to maintain w/o any penalty.


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to