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

   > Do you think that the work partitioning algorithm can be generic enough to 
support splitting the other types of work that the Manager does? I'm wondering 
if the algorithm and RPC layer can be more generic. 
   
   Probably could be made more generic.  The relevant code is 
FatePartition.java, FateManager#getDesiredPartitions(), and fate-worker.thrift. 
 Would probably still need the code that generates fate specific partitions, 
but those could be rolled into a more generic partition data class and related 
RPC.


-- 
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]

Reply via email to