[GitHub] [pulsar] codelipenghui commented on issue #5755: UnAckedMessages admin information not correct

2019-12-24 Thread GitBox
codelipenghui commented on issue #5755: UnAckedMessages admin information not 
correct
URL: https://github.com/apache/pulsar/issues/5755#issuecomment-568738846
 
 
   @Fomal-haut I have create a PR to fix this problem, please help take a look.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5755: UnAckedMessages admin information not correct

2019-12-12 Thread GitBox
codelipenghui commented on issue #5755: UnAckedMessages admin information not 
correct
URL: https://github.com/apache/pulsar/issues/5755#issuecomment-565256425
 
 
   Thanks, i will try to reproduce it on my laptop


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5755: UnAckedMessages admin information not correct

2019-12-08 Thread GitBox
codelipenghui commented on issue #5755: UnAckedMessages admin information not 
correct
URL: https://github.com/apache/pulsar/issues/5755#issuecomment-563100556
 
 
   > Another thing is that have you changed "maxUnackedMessagesPerConsumer" to 
0 in standalone config file?
   
   No, it is 5


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5755: UnAckedMessages admin information not correct

2019-12-01 Thread GitBox
codelipenghui commented on issue #5755: UnAckedMessages admin information not 
correct
URL: https://github.com/apache/pulsar/issues/5755#issuecomment-560257624
 
 
   Is the the negative number of `unackedMessages` can reproduce every time, i 
have test it by using your POC code, but the stats of the topic is always:
   ```json
   {
 "msgRateIn": 0,
 "msgRateOut": 0,
 "msgThroughputIn": 0,
 "msgThroughputOut": 0,
 "averageMsgSize": 0,
 "storageSize": 4772378,
 "publishers": [],
 "subscriptions": {
   "one-subscription": {
 "blockedSubscriptionOnUnackedMsgs": false,
 "isReplicated": false,
 "msgRateOut": 0,
 "msgThroughputOut": 0,
 "msgRateRedeliver": 0,
 "msgRateExpired": 0,
 "msgBacklog": 99950,
 "msgDelayed": 0,
 "unackedMessages": 50010,
 "type": "Shared",
 "activeConsumerName": "",
 "consumers": [
   {
 "blockedConsumerOnUnackedMsgs": true,
 "availablePermits": 940,
 "unackedMessages": 50010,
 "msgRateOut": 0,
 "msgThroughputOut": 0,
 "msgRateRedeliver": 0,
 "consumerName": "f2273",
 "metadata": {}
   }
 ]
   }
 },
 "replication": {},
 "deduplicationStatus": "Disabled"
   }
   ```


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5755: UnAckedMessages admin information not correct

2019-12-01 Thread GitBox
codelipenghui commented on issue #5755: UnAckedMessages admin information not 
correct
URL: https://github.com/apache/pulsar/issues/5755#issuecomment-560202067
 
 
   @Fomal-haut I can't reproduce the negative number of `unackedMessages`, can 
you provide a reproduce demo?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5755: UnAckedMessages admin information not correct

2019-12-01 Thread GitBox
codelipenghui commented on issue #5755: UnAckedMessages admin information not 
correct
URL: https://github.com/apache/pulsar/issues/5755#issuecomment-560193656
 
 
   @Fomal-haut Thanks, i will try to reproduce the negative number of 
`unackedMessages`.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] codelipenghui commented on issue #5755: UnAckedMessages admin information not correct

2019-12-01 Thread GitBox
codelipenghui commented on issue #5755: UnAckedMessages admin information not 
correct
URL: https://github.com/apache/pulsar/issues/5755#issuecomment-560181164
 
 
   @Fomal-haut the the unackMessages represent the messages already dispatched 
to the consumer but the consumer have not acked, the backlog is the total 
remaining messages of the subscription. So the messages which not deliver to 
consumers will not be contains by unAckMessages.
   
   The negative number of unAckedMessages looks weird, is your client version 
also 2.4.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:
us...@infra.apache.org


With regards,
Apache Git Services