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 2021/11/19 20:36:31 UTC

[GitHub] [accumulo-testing] DomGarguilo commented on pull request #168: WIP: Continuous Ingest improvements

DomGarguilo commented on pull request #168:
URL: https://github.com/apache/accumulo-testing/pull/168#issuecomment-974440019


   One of the more evident improvements that I was hoping to make was to the flush log messages. Currently they look like this: 
   ```
   INFO : FLUSH 1637343614117 6475 782 25000000 1000000
   ```
   Where none of the values have labels so it is hard to tell what is going on. The current changes now produce:
   ```
   INFO : FLUSH - current time: 1637353766960ms, time since last flush: 6569ms, flush duration: 690ms, # of entries written: 36999999, # of entries deleted: 0, flush interval: 1000000
   ```
   which I think is a lot more informative but also a lot longer. I'm not sure if this is the best solution so if anyone has an opinion on how this might be further improved/left alone let me know.


-- 
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