[GitHub] jerrypeng commented on issue #3679: Pulsar SQL queries fail with "failed: refCnt: 0"

2019-02-25 Thread GitBox
jerrypeng commented on issue #3679: Pulsar SQL queries fail with "failed: refCnt: 0" URL: https://github.com/apache/pulsar/issues/3679#issuecomment-467177264 @ofaz I have a fix up for this issue: https://github.com/apache/pulsar/pull/3684 in the mean time, to side step this is

[GitHub] jerrypeng commented on issue #3679: Pulsar SQL queries fail with "failed: refCnt: 0"

2019-02-25 Thread GitBox
jerrypeng commented on issue #3679: Pulsar SQL queries fail with "failed: refCnt: 0" URL: https://github.com/apache/pulsar/issues/3679#issuecomment-467137767 The source exception is actually the following which causes the split to close and the exceptions in the close method ```

[GitHub] jerrypeng commented on issue #3679: Pulsar SQL queries fail with "failed: refCnt: 0"

2019-02-25 Thread GitBox
jerrypeng commented on issue #3679: Pulsar SQL queries fail with "failed: refCnt: 0" URL: https://github.com/apache/pulsar/issues/3679#issuecomment-467136705 @ofaz was able to reproduce the error with a python pulsar client but everything works fine with the java pulsar client. Will inves