keith-turner commented on PR #4589: URL: https://github.com/apache/accumulo/pull/4589#issuecomment-2127623693
> @keith-turner - does this replace https://github.com/apache/accumulo/pull/3852? Curious if the IT in https://github.com/apache/accumulo/pull/3852 should be added to this PR. Specifically the default case in the IT tests/confirms that FATE processes transactions in an interleaving manner. Yeah I think it does. It take the approach from #3852 of being able to continue running something that is ready in the thread that is working on it. It adds some new code for prioritizing in progress stuff in the storage layer. For the interleaving aspect, the isReady method currently offers a way to interleave when it returns a non-zero value. I think I can pull that test over and adapt it a bit to use isReady instead of adding a new method. -- 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]
