milleruntime commented on pull request #2462:
URL: https://github.com/apache/accumulo/pull/2462#issuecomment-1030069419


   > > I was thinking to not store the TxD in ZK. It doesn't look like we are 
really doing anything between the creation and seeding.
   > 
   > I'm not sure of the side effects of that approach, if any. Will need 
someone else with more FaTE knowledge to chime in.
   
   Yeah, I am not sure either. One side effect, which I think would be a good 
one, would be less TxIDs created in ZK. Currently the call to create the TxID 
is technically repeatable but it will create a lot of extra TxIDs in ZK and 
extra calls to ZK to age them off. The TxID is just a random number so its not 
like we are tracking it for other purposes, like we do with TableId.


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