[GitHub] ivankelly commented on issue #2401: Consumer often discards received messages

2018-08-24 Thread GitBox
ivankelly commented on issue #2401: Consumer often discards received messages URL: https://github.com/apache/incubator-pulsar/issues/2401#issuecomment-415813062 Spent some time on this today, still no root cause, but it looks very much like something is holding on to a bytebuf that has

[GitHub] ivankelly commented on issue #2401: Consumer often discards received messages

2018-08-24 Thread GitBox
ivankelly commented on issue #2401: Consumer often discards received messages URL: https://github.com/apache/incubator-pulsar/issues/2401#issuecomment-415677594 Yes, it's only a 2 line change to make it work. This is an

[GitHub] ivankelly commented on issue #2401: Consumer often discards received messages

2018-08-23 Thread GitBox
ivankelly commented on issue #2401: Consumer often discards received messages URL: https://github.com/apache/incubator-pulsar/issues/2401#issuecomment-415495334 I have a local repro, will look into it more in the morning.

[GitHub] ivankelly commented on issue #2401: Consumer often discards received messages

2018-08-23 Thread GitBox
ivankelly commented on issue #2401: Consumer often discards received messages URL: https://github.com/apache/incubator-pulsar/issues/2401#issuecomment-415368815 What rate are messages arriving at the topic in question? Is the client processing messages for just this topic, or other

[GitHub] ivankelly commented on issue #2401: Consumer often discards received messages

2018-08-23 Thread GitBox
ivankelly commented on issue #2401: Consumer often discards received messages URL: https://github.com/apache/incubator-pulsar/issues/2401#issuecomment-415368282 Looks like a bytebuf issue. When reading a bytebuf, we often do things like reading the size from the packet and setting the