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 2022/06/22 10:30:14 UTC

[GitHub] [pulsar] imqishi opened a new issue, #16173: Normal & Delay Message stuck monitor

imqishi opened a new issue, #16173:
URL: https://github.com/apache/pulsar/issues/16173

   Keypoint is to **monitor message consuming is correct and not stuck**. Now I want to monitor this.
   First I found there's GetLatestMessageID method to get partition's latest message_id, then I can sub current consuming message_id to calculate the partition's backlog;
   but delayed message cannot be count by this, and I don't find any method to access delayed message num or position info, so is there anyway to get it?


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar] tjiuming commented on issue #16173: Normal & Delay Message stuck monitor

Posted by GitBox <gi...@apache.org>.
tjiuming commented on issue #16173:
URL: https://github.com/apache/pulsar/issues/16173#issuecomment-1190402189

   @imqishi there was already had `pulsar_subscription_delayed` metric for DelayedMessage, it means that how many messages is waiting for schedule.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] tjiuming commented on issue #16173: Normal & Delay Message stuck monitor

Posted by GitBox <gi...@apache.org>.
tjiuming commented on issue #16173:
URL: https://github.com/apache/pulsar/issues/16173#issuecomment-1172905628

   @codelipenghui please assign to me.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] imqishi commented on issue #16173: Normal & Delay Message stuck monitor

Posted by GitBox <gi...@apache.org>.
imqishi commented on issue #16173:
URL: https://github.com/apache/pulsar/issues/16173#issuecomment-1203565565

   Thanks for your support, I will verify it later, and ask you if you have any questions


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] imqishi closed issue #16173: Normal & Delay Message stuck monitor

Posted by GitBox <gi...@apache.org>.
imqishi closed issue #16173: Normal & Delay Message stuck monitor
URL: https://github.com/apache/pulsar/issues/16173


-- 
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: commits-unsubscribe@pulsar.apache.org

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