keith-turner opened a new pull request, #5570: URL: https://github.com/apache/accumulo/pull/5570
In there tablet server there was a race condition between the set of online tablets and set of external compactions. When a tablet loaded w/ existing external compaction it would add to the external compaction set first and the online tablet set second. This order could cause cause code that cleans up external compactions to remove something it saw in one set and not the other. Considered opening tablets to avoid this race. Also adjusted rpc code to avoid the race. -- 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