milleruntime opened a new issue, #2668: URL: https://github.com/apache/accumulo/issues/2668
**Is your feature request related to a problem? Please describe.** It would be nice to have more insight into issues with Bulk Ingest in the Monitor. Legacy Bulk Ingest Jobs can fail and leave around junk in the metadata table and in HDFS. **Describe the solution you'd like** There are currently two flags that we store in the Metadata table that are related to Bulk Import: `loaded` and `blip`. An admin can grep for these in the Shell but that is only if they know what they are doing and that a problem has occurred. The `loaded` flag indicates a tablet loaded a bulk file. The `blip` marker stands for Bulk Load In Progress. I was thinking that we could have something on the Monitor to display that these flags are active or sticking around. -- 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]
