You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/30 15:45:46 UTC

[GitHub] [pulsar] AmitANetskope edited a comment on issue #6617: When ttlDurationDefaultInSeconds is set the messages are expired one by one every 5 minutes even before ttlDurationDefaultInSeconds is reached

AmitANetskope edited a comment on issue #6617: When ttlDurationDefaultInSeconds is set the messages are expired one by one every 5 minutes even before ttlDurationDefaultInSeconds is reached
URL: https://github.com/apache/pulsar/issues/6617#issuecomment-606079302
 
 
   Broker log file - 
   [pulsar-broker-pulsar-broker-1.log](https://github.com/apache/pulsar/files/4403853/pulsar-broker-pulsar-broker-1.log)
   
   `
   15:23:41.554 [pulsar-web-30-3] INFO  org.eclipse.jetty.server.RequestLog - 182.75.130.70 - - [30/Mar/2020:15:23:41 +0000] "GET /admin/v2/persistent/public/amit_test/amit_test/stats?authoritative=true HTTP/1.1" 200 522 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:74.0) Gecko/20100101 Firefox/74.0" 7
   15:24:11.396 [pulsar-msg-expiry-monitor-25-1] INFO  org.apache.pulsar.broker.service.persistent.PersistentMessageExpiryMonitor - [persistent://public/amit_test/amit_test][amit_test] Starting message expiry check, ttl= 604800 seconds
   15:24:11.453 [bookkeeper-ml-workers-OrderedExecutor-5-0] INFO  org.apache.pulsar.broker.service.persistent.PersistentMessageExpiryMonitor - [persistent://public/amit_test/amit_test][amit_test] Expiring all messages until position 406:0
   15:24:36.719 [pulsar-web-30-7] INFO  org.eclipse.jetty.server.RequestLog - 182.75.130.70 - - [30/Mar/2020:15:24:36 +0000] "GET /admin/v2/persistent/public/amit_test/amit_test/stats?authoritative=true HTTP/1.1" 200 551 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:74.0) Gecko/20100101 Firefox/74.0" 5
   15:27:57.092 [pulsar-web-30-7] INFO  org.eclipse.jetty.server.RequestLog - 182.75.130.70 - - [30/Mar/2020:15:27:57 +0000] "GET /admin/v2/persistent/public/amit_test/amit_test/stats?authoritative=true HTTP/1.1" 200 551 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:74.0) Gecko/20100101 Firefox/74.0" 8
   15:28:49.569 [pulsar-web-30-8] INFO  org.eclipse.jetty.server.RequestLog - 182.75.130.70 - - [30/Mar/2020:15:28:49 +0000] "GET /admin/v2/persistent/public/amit_test/amit_test/stats?authoritative=true HTTP/1.1" 200 551 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:74.0) Gecko/20100101 Firefox/74.0" 5
   15:28:55.099 [pulsar-web-30-4] INFO  org.eclipse.jetty.server.RequestLog - 182.75.130.70 - - [30/Mar/2020:15:28:55 +0000] "GET /admin/v2/persistent/public/amit_test/amit_test/stats?authoritative=true HTTP/1.1" 200 551 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:74.0) Gecko/20100101 Firefox/74.0" 6
   15:29:11.394 [pulsar-msg-expiry-monitor-25-1] INFO  org.apache.pulsar.broker.service.persistent.PersistentMessageExpiryMonitor - [persistent://public/amit_test/amit_test][amit_test] Starting message expiry check, ttl= 604800 seconds
   15:29:11.412 [bookkeeper-ml-workers-OrderedExecutor-5-0] INFO  org.apache.pulsar.broker.service.persistent.PersistentMessageExpiryMonitor - [persistent://public/amit_test/amit_test][amit_test] Expiring all messages until position 406:1
   `
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services