keith-turner opened a new issue, #5838: URL: https://github.com/apache/accumulo/issues/5838
**Is your feature request related to a problem? Please describe.** The bulk import code attempts to handle concurrent request to import from the same source directory using [this code](https://github.com/apache/accumulo/blob/7cf47dcd155b490a122ecb796e31c845a5042b7e/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2/PrepBulkImport.java#L102). The code is supposed to ensure only one fate operation runs at a time for a given source directory. Looked for test of this scenario and have not seen any, would be good to test this code. **Describe the solution you'd like** Create a new IT that starts multiple threads that all try to bulk import the same directory. Ensure only one thread succeeds and that the data is correctly imported. Would be good to add this test to 2.1 is possible. -- 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]
