devinbost commented on issue #6332: (Flaky-test) Intermittent failure of ProxyParserTest.testRegexSubscription URL: https://github.com/apache/pulsar/issues/6332#issuecomment-587351870 It looks like the UnsupportedOperationException is actually getting thrown here in PulsarDecoder: ``` protected void handleSubscribe(CommandSubscribe subscribe) { throw new UnsupportedOperationException(); } ``` (https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/protocol/PulsarDecoder.java#L456) What's the reason this method is getting called only sometimes by this code?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
