[GitHub] bookkeeper issue #198: TestBackwardCompat.testCompat410 often fails due to i...

2017-06-29 Thread jiazhai
Github user jiazhai closed the issue at: https://github.com/apache/bookkeeper/issues/198 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] bookkeeper issue #198: TestBackwardCompat.testCompat410 often fails due to i...

2017-06-29 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/bookkeeper/issues/198 @kishorekasi my error report was against an old version of the master. I think that @merlimat suggestion is good. Can you give it a try? --- If your project is set up for it, you can repl

[GitHub] bookkeeper issue #198: TestBackwardCompat.testCompat410 often fails due to i...

2017-06-29 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/bookkeeper/issues/198 @eolivelli @kishorekasi @merlimat and me were looking together at this issue. @merlimat found the problem on how do we handling the invalid op code in v2 protocol. in TestBackw

[GitHub] bookkeeper issue #198: TestBackwardCompat.testCompat410 often fails due to i...

2017-06-28 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/bookkeeper/issues/198 marked this as a blocker for 4.5.0, since it seems to indicate some kind of reference leaking in current code base. --- If your project is set up for it, you can reply to this email and have you

[GitHub] bookkeeper issue #198: TestBackwardCompat.testCompat410 often fails due to i...

2017-06-26 Thread kishorekasi
Github user kishorekasi commented on the issue: https://github.com/apache/bookkeeper/issues/198 Enrico, Found a few refcount leaks, fixed them and created a pull request. I couldn't reproduce the test failure locally. So, could you please check and let me know if this f

[GitHub] bookkeeper issue #198: TestBackwardCompat.testCompat410 often fails due to i...

2017-06-22 Thread kishorekasi
Github user kishorekasi commented on the issue: https://github.com/apache/bookkeeper/issues/198 Enrico, Let me look into this. Kishore On Wed, Jun 21, 2017 at 7:21 AM, Enrico Olivelli wrote: > @merlimat @kishorekasi

[GitHub] bookkeeper issue #198: TestBackwardCompat.testCompat410 often fails due to i...

2017-06-21 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/bookkeeper/issues/198 @merlimat @kishorekasi do you have time to check ? at the moment you are the most netty 4 experts in the group --- If your project is set up for it, you can reply to this email and have

[GitHub] bookkeeper issue #198: TestBackwardCompat.testCompat410 often fails due to i...

2017-06-21 Thread eolivelli
GitHub user eolivelli opened an issue: https://github.com/apache/bookkeeper/issues/198 TestBackwardCompat.testCompat410 often fails due to io.netty.util.IllegalReferenceCountException The test is failing very often on Jenkins. It is a bug related to Netty 4 buffers usage