zbye

Results 7 comments of zbye

I had post here: https://github.com/apache/pulsar/issues/16140 .

@Demogorgon314 the maximum number is 655535, the actual number of all socket files opened is around 4600. [root@pulsar-broker02 broker]# ulimit -a core file size (blocks, -c) 0 data seg size...

The broker has works well after restarting the process. thanks.

https://github.com/streamnative/pulsar/issues/4830 ./pulsar-admin topics partitioned-stats BD_YD_OrgInsight_STEP_50partition can see : **"availablePermits" : -16**

Topic "BD_YD_OrgInsight_STEP_50partition" is a partitioned topic, used by Kafka-on-Pulsar (KoP)。 kafka consumers work well and java consumers (java pulsar client 2.8.1) work well, but the go consumers(client v0.8.1) stops receiving...

some partitions are [root@kxnhhj6f bin]# ./pulsar-admin topics stats BD_YD_OrgInsight_STEP_50partition-partition-11 { "msgRateIn" : 6.222211471623512, "msgThroughputIn" : 47694.13981734731, "msgRateOut" : 6.222212615125944, "msgThroughputOut" : 47755.259599212506, "bytesInCounter" : 696903598, "msgInCounter" : 90958, "bytesOutCounter" :...

[root@kxnhhj6f bin]# ./pulsar-admin topics stats-internal BD_YD_OrgInsight_STEP_50partition-partition-11 { "entriesAddedCounter" : 90224, "numberOfEntries" : 90223, "totalSize" : 699139477, "currentLedgerEntries" : 40223, "currentLedgerSize" : 313576368, "lastLedgerCreatedTimestamp" : "2022-09-05T11:10:32.71+08:00", "waitingCursorsCount" : 1, "pendingAddEntriesCount" :...