You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/02 14:44:26 UTC

[GitHub] [accumulo] milleruntime opened a new issue, #2668: Improve Bulk Ingest Monitoring

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: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] milleruntime commented on issue #2668: Improve Bulk Ingest Monitoring

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #2668:
URL: https://github.com/apache/accumulo/issues/2668#issuecomment-1115000860

   One place that might work is on the GC page. http://localhost:9995/gc It is already scanning for BLIP markers so we could add another stat to `GcCycleStats` and report that as well.


-- 
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-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org