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 2021/05/31 15:21:39 UTC

[GitHub] [pulsar] gaozhangmin opened a new issue #10756: backlogSize is not increased as msgBacklog

gaozhangmin opened a new issue #10756:
URL: https://github.com/apache/pulsar/issues/10756


   msgBacklog is 10, but backlogSize is 0.
   {
     "msgRateIn" : 0.0,
     "msgThroughputIn" : 0.0,
     "msgRateOut" : 0.0,
     "msgThroughputOut" : 0.0,
     "bytesInCounter" : 3957,
     "msgInCounter" : 50,
     "bytesOutCounter" : 0,
     "msgOutCounter" : 0,
     "averageMsgSize" : 0.0,
     "msgChunkPublished" : false,
     "storageSize" : 3957,
     "backlogSize" : 797,
     "offloadedStorageSize" : 0,
     "publishers" : [ ],
     "subscriptions" : {
       "test" : {
         "msgRateOut" : 0.0,
         "msgThroughputOut" : 0.0,
         "bytesOutCounter" : 0,
         "msgOutCounter" : 0,
         "msgRateRedeliver" : 0.0,
         "chuckedMessageRate" : 0,
         "msgBacklog" : 10,
         "backlogSize" : 0,
         "msgBacklogNoDelayed" : 10,
         "blockedSubscriptionOnUnackedMsgs" : false,
         "msgDelayed" : 0,
         "unackedMessages" : 0,
         "msgRateExpired" : 0.0,
         "totalMsgExpired" : 0,
         "lastExpireTimestamp" : 0,
         "lastConsumedFlowTimestamp" : 0,
         "lastConsumedTimestamp" : 0,
         "lastAckedTimestamp" : 0,
         "lastMarkDeleteAdvancedTimestamp" : 0,
         "consumers" : [ ],
         "isDurable" : true,
         "isReplicated" : false,
         "consumersAfterMarkDeletePosition" : { },
         "nonContiguousDeletedMessagesRanges" : 0,
         "nonContiguousDeletedMessagesRangesSerializedSize" : 0
       }
     },
     "replication" : { },
     "nonContiguousDeletedMessagesRanges" : 0,
     "nonContiguousDeletedMessagesRangesSerializedSize" : 0,
     "metadata" : {
       "partitions" : 1
     },
     "partitions" : { }
   }


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



[GitHub] [pulsar] gaozhangmin commented on issue #10756: backlogSize is not increased as msgBacklog

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


   -sbs, --get-subscription-backlog-size should be set true


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



[GitHub] [pulsar] gaozhangmin closed issue #10756: backlogSize is not increased as msgBacklog

Posted by GitBox <gi...@apache.org>.
gaozhangmin closed issue #10756:
URL: https://github.com/apache/pulsar/issues/10756


   


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