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/22 16:50:38 UTC

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

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


   Here is an updated look at the logs produced with these changes:
   ```
   2021-11-22T11:41:47,058 [testing.continuous.ContinuousIngest] INFO : Ingest instance ID: 51b4823c-50ec-42c5-bcc9-8dd7b2a1613f current time: 1637599307056ms
   2021-11-22T11:41:47,059 [testing.continuous.ContinuousIngest] INFO : A flush will occur after every 1000000 entries written
   2021-11-22T11:41:47,094 [testing.continuous.ContinuousIngest] INFO : Total entries to be written: 9223372036854775807
   2021-11-22T11:41:47,095 [testing.continuous.ContinuousIngest] INFO : DELETES will occur with a probability of 0.10
   2021-11-22T11:41:50,230 [testing.continuous.ContinuousIngest] INFO : FLUSH - duration: 386ms, since last flush: 3136ms, total written: 1000000, total deleted: 0
   2021-11-22T11:41:53,747 [testing.continuous.ContinuousIngest] INFO : FLUSH - duration: 315ms, since last flush: 3517ms, total written: 2000000, total deleted: 0
   2021-11-22T11:41:57,652 [testing.continuous.ContinuousIngest] INFO : FLUSH - duration: 291ms, since last flush: 3905ms, total written: 3000000, total deleted: 0
   2021-11-22T11:42:01,906 [testing.continuous.ContinuousIngest] INFO : FLUSH - duration: 311ms, since last flush: 4254ms, total written: 4000000, total deleted: 0
   2021-11-22T11:42:06,588 [testing.continuous.ContinuousIngest] INFO : FLUSH - duration: 541ms, since last flush: 4682ms, total written: 5000000, total deleted: 0
   ```
   This differs from what was logged before by removing the timestamp and moving the flush interval to a single log outside of the loop.


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