keith-turner commented on PR #5354: URL: https://github.com/apache/accumulo/pull/5354#issuecomment-2679464483
In 4.0 this logging is at the debug level. Made it trace for 2.1 because it would add a lot of new logging in a bug fix release at debug. Below is an example of turning this logging on and running a bulk import IT. ``` 2025-02-24T19:17:24,964 [fate.Fate] TRACE: Running PrepBulkImport.isReady() FATE[55989f46a50ef527] took 7 ms and returned 0 2025-02-24T19:17:24,976 [fate.Fate] TRACE: Running PrepBulkImport.call() FATE[55989f46a50ef527] took 10 ms and returned BulkImportMove 2025-02-24T19:17:24,978 [fate.Fate] TRACE: Running BulkImportMove.isReady() FATE[55989f46a50ef527] took 0 ms and returned 0 2025-02-24T19:17:24,987 [fate.Fate] TRACE: Running BulkImportMove.call() FATE[55989f46a50ef527] took 8 ms and returned LoadFiles 2025-02-24T19:17:24,992 [fate.Fate] TRACE: Running LoadFiles.isReady() FATE[55989f46a50ef527] took 1 ms and returned 78 2025-02-24T19:17:25,072 [fate.Fate] TRACE: Running LoadFiles.isReady() FATE[55989f46a50ef527] took 1 ms and returned 100 2025-02-24T19:17:25,175 [fate.Fate] TRACE: Running LoadFiles.isReady() FATE[55989f46a50ef527] took 1 ms and returned 0 2025-02-24T19:17:25,175 [fate.Fate] TRACE: Running LoadFiles.call() FATE[55989f46a50ef527] took 0 ms and returned CompleteBulkImport 2025-02-24T19:17:25,177 [fate.Fate] TRACE: Running CompleteBulkImport.isReady() FATE[55989f46a50ef527] took 0 ms and returned 0 2025-02-24T19:17:25,178 [fate.Fate] TRACE: Running CompleteBulkImport.call() FATE[55989f46a50ef527] took 1 ms and returned CleanUpBulkImport 2025-02-24T19:17:25,180 [fate.Fate] TRACE: Running CleanUpBulkImport.isReady() FATE[55989f46a50ef527] took 0 ms and returned 0 2025-02-24T19:17:25,198 [fate.Fate] TRACE: Running CleanUpBulkImport.call() FATE[55989f46a50ef527] took 17 ms and returned null ``` -- 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]
