2018-11-15 02:59:36 UTC - Rajan Dhabalia: @Matteo Merli @Sijie Guo qq.. we have deployed broker-2.2 release in our prod.. and recently we are seeing that after few mins of broker restart, broker is not dispatching msg to some of the subscribers.. and that subscribers have `waitingReadOp=false` and `pendingReadOps=1` means broker is waiting for BK read entries response.. we have other subscriptions on the same topic which are reading perfectly fine..and no issue with bookies as well.. so, do you know if is there any known issue with BK-client-4.7 ? ``` "usnw1" : { "markDeletePosition" : "13520484251:11", "readPosition" : "13520484251:12", "waitingReadOp" : false, "pendingReadOps" : 1, "messagesConsumedCounter" : 12, "cursorLedger" : 13520484360, "cursorLedgerLastEntry" : 1, "individuallyDeletedMessages" : "[]", "lastLedgerSwitchTimestamp" : "2018-11-14T22:16:57.398Z", "state" : "Open", "numberOfEntriesSinceFirstNotAckedMessage" : 1, "totalNonContiguousDeletedMessagesRange" : 0, "properties" : { } }
``` ---- 2018-11-15 03:01:02 UTC - Matteo Merli: not that I’m aware off ---- 2018-11-15 03:01:11 UTC - Rajan Dhabalia: ok ----