[GitHub] [pulsar] sijie commented on issue #5278: Fixed reader cursor seek with disconnection

2020-01-24 Thread GitBox
sijie commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-578371324 @bsideup sorry. if they are in the same subscription, it is expected that all consumers in the same subscription to reset to the new cursor posi

[GitHub] [pulsar] sijie commented on issue #5278: Fixed reader cursor seek with disconnection

2020-01-23 Thread GitBox
sijie commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-577982291 @bsideup thank you for your updates? Do these N sessions belong to one subscription? --

[GitHub] [pulsar] sijie commented on issue #5278: Fixed reader cursor seek with disconnection

2020-01-17 Thread GitBox
sijie commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-575699228 --- @codelipenghui @jiazhai @merlimat without sending a close consumer command to the client, the client will not clean the p

[GitHub] [pulsar] sijie commented on issue #5278: Fixed reader cursor seek with disconnection

2019-11-08 Thread GitBox
sijie commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-551442260 actually moved to 2.4.3 This is an automated message from the Apache Git Servic

[GitHub] [pulsar] sijie commented on issue #5278: Fixed reader cursor seek with disconnection

2019-11-08 Thread GitBox
sijie commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-551440754 Moved this to 2.5.0 since I think it requires some more discussions about the side effect of this change. -

[GitHub] [pulsar] sijie commented on issue #5278: Fixed reader cursor seek with disconnection

2019-11-06 Thread GitBox
sijie commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-550258822 @merlimat I wasn't sure how is the ordering guaranteed if we don't clean up the cached message. Can you clarify it? ---

[GitHub] [pulsar] sijie commented on issue #5278: Fixed reader cursor seek with disconnection

2019-10-24 Thread GitBox
sijie commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-545826384 @merlimat If we don't disconnect the consumers, how do consumers reset their state? e.g. pending queue, acknowledgement, and etc.