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/10/20 11:56:58 UTC

[GitHub] [pulsar] philixtian opened a new issue, #18139: [Bug] Backlog abnormal increase in a delay queue

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

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   OS: tlinux(CentOS)
   pulsar-broker-version: pulsar-2.10.0
   
   ### Minimal reproduce step
   
   This is a persistent partitioned topic,  acctually we made it a delay queue, means that we do not consume msgs and send an ack immediately.
   After a period of normal operation,some of these partitiones became unhealth. We found those partition's backlog was increasing abnormal, but there wasn't  any logs helpful.
   We tried to clear-backlog for the target subscription of the abnormal partition,  the backlog decrease rapidly, but soon became abnormal again, as the following pic.
   ![image](https://user-images.githubusercontent.com/28603029/196941408-8e791357-711f-4920-b4da-1208f1cbaa64.png)
   
   
   ### What did you expect to see?
   
   All partitiones of these topic became nromal.
   
   ### What did you see instead?
   
   As I described in "Minimal reproduce step"
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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] mattisonchao commented on issue #18139: [Bug] Backlog abnormal increase in a delay queue

Posted by "mattisonchao (via GitHub)" <gi...@apache.org>.
mattisonchao commented on issue #18139:
URL: https://github.com/apache/pulsar/issues/18139#issuecomment-1727459490

   Hi @philixtian 
   You've got 6000+ messages that didn't ack. 
   ![image](https://github.com/apache/pulsar/assets/74767115/e1977b73-13c1-4b68-8468-9d3f1c874074)
   


-- 
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] mattisonchao commented on issue #18139: [Bug] Backlog abnormal increase in a delay queue

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

   @philixtian 
   
   Could you please provide the problematic topic's `stats` and `internal-stats`.


-- 
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] philixtian commented on issue #18139: [Bug] Backlog abnormal increase in a delay queue

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

   > @philixtian
   > 
   > Could you please provide the problematic topic's `stats` and `internal-stats`.
   
   This topic has been operate for more then a month, the abnormal partitioned is accaully not so large as the pic shows.
   ![image](https://user-images.githubusercontent.com/28603029/197094727-4ba2ad8d-b2ac-4c05-96d6-0db2b2400bdb.png)
   **Here is the topic-stats of the abnormal partition:**
   ![image](https://user-images.githubusercontent.com/28603029/197095651-3d92d258-6627-4242-a71d-21a058c374d9.png)
   ![image](https://user-images.githubusercontent.com/28603029/197095702-cab3dd0f-1028-4c70-bf8b-198d42350907.png)
   ![image](https://user-images.githubusercontent.com/28603029/197095740-4957106f-15c5-456b-ab6a-bcce94f137e1.png)
   ![image](https://user-images.githubusercontent.com/28603029/197095835-bdf8ed80-0886-4fc5-b9fa-fe775a571009.png)
   
   looking forward to your replay!
   
   
   


-- 
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] github-actions[bot] commented on issue #18139: [Bug] Backlog abnormal increase in a delay queue

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #18139:
URL: https://github.com/apache/pulsar/issues/18139#issuecomment-1371653668

   The issue had no activity for 30 days, mark with Stale label.


-- 
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] github-actions[bot] commented on issue #18139: [Bug] Backlog abnormal increase in a delay queue

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #18139:
URL: https://github.com/apache/pulsar/issues/18139#issuecomment-1321358463

   The issue had no activity for 30 days, mark with Stale label.


-- 
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] mattisonchao commented on issue #18139: [Bug] Backlog abnormal increase in a delay queue

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

   I'm sorry for missing the message, is the problem still exist?
   
   @philixtian 


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