keith-turner commented on PR #4751:
URL: https://github.com/apache/accumulo/pull/4751#issuecomment-2251086267
@dlmarion the stack traces are helpful. I see what is going on, the close
code is doing the following after this change
1. get logLock
2. get tablet lock
3. call wait on tablet lock which releases the lock to wait for any minor
compactions that may be running
In step 3 above it would ideally release the log lock, however I think that
would be a large refactoring that could introduce more bugs. Thinking of
abandoning fixing this problem for 2.1 for now, will make a comment on the top
level issue w/ more details.
--
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]