Manno15 edited a comment on pull request #2342: URL: https://github.com/apache/accumulo/pull/2342#issuecomment-962024655
> How are you ingesting data? I don't think the number of entries ingested through bulk import show up the monitor. I just did a small amount of continuous ingest. > Also, if you have this null iterator (realistically an iterator that shouldn't be run) configured for minc then it will essentially drop your entries on a flush. Yeah, I did realize that. I should have revised my previous comment to be more clear on the issue I was suggesting. That it is unclear in the logs that something like that is occurring. If a user misconfigures an iterator but doesn't realize it, they might have a tough time determining what is going on in their system. The monitor could show files being dropped while the logs show that the flush was completed fully. Though maybe something like that won't realistically occur. -- 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]
