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/01/28 09:09:48 UTC

[GitHub] [pulsar] jack-tristan commented on issue #9341: In the failover cluster mode,topic and partitioned topic replicate subscription cannot work

jack-tristan commented on issue #9341:
URL: https://github.com/apache/pulsar/issues/9341#issuecomment-768910477


   Separate topic partition stats :
   # bin/pulsar-admin topics stats test-replicate/test-sub/pt-str-dev-v3-partition-2
   {
     "msgRateIn" : 0.0,
     "msgThroughputIn" : 0.0,
     "msgRateOut" : 0.0,
     "msgThroughputOut" : 0.0,
     "bytesInCounter" : 147714,
     "msgInCounter" : 1470,
     "bytesOutCounter" : 0,
     "msgOutCounter" : 0,
     "averageMsgSize" : 0.0,
     "msgChunkPublished" : false,
     "storageSize" : 147714,
     "backlogSize" : 0,
     "publishers" : [ ],
     "subscriptions" : { },
     "replication" : {
       "pulsar-cluster-b" : {
         "msgRateIn" : 0.0,
         "msgThroughputIn" : 0.0,
         "msgRateOut" : 0.0,
         "msgThroughputOut" : 0.0,
         "msgRateExpired" : 0.0,
         "replicationBacklog" : 0,
         "connected" : true,
         "replicationDelayInSeconds" : 0,
         "outboundConnection" : "[id: 0xc7ac7091, L:/10.200.12.163:52584 - R:10.200.19.35/10.200.19.35:6650]",
         "outboundConnectedSince" : "2021-01-22T17:54:35.013+08:00"
       }
     },
     "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:
users@infra.apache.org