Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPH stopped receiving from all partitions after hitting IllegalArgumentException couple of times. #18

Closed
jtaubensee opened this issue Nov 1, 2016 · 2 comments
Assignees
Milestone

Comments

@jtaubensee
Copy link
Contributor

From @serkantkaraca on July 26, 2016 22:22

  • Single process
  • Single host
  • 4 partitions EH

Host ran quite fine for 3 hours in our stress tests and then hit multiple IllegalArgumentExceptions then completely stopped delivering messages.

<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: Jul 25, 2016 8:32:04 PM com.microsoft.azure.servicebus.MessagingFactory$RunReactor run
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: WARNING: UnHandled exception while processing events in reactor:
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: java.lang.IllegalArgumentException
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:112)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:307)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:276)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: com.microsoft.azure.servicebus.MessagingFactory$RunReactor.run(MessagingFactory.java:355)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: java.lang.Thread.run(Unknown Source)Cause: null
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: java.nio.Buffer.position(Unknown Source)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper.pop(SimpleSslTransportWrapper.java:411)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.engine.impl.ssl.SslImpl$UnsecureClientAwareTransportWrapper.pop(SslImpl.java:185)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.engine.impl.TransportImpl.pop(TransportImpl.java:1476)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.reactor.impl.SelectorImpl.select(SelectorImpl.java:145)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.reactor.impl.IOHandler.handleQuiesced(IOHandler.java:57)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.reactor.impl.IOHandler.onUnhandled(IOHandler.java:381)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.engine.BaseHandler.onReactorQuiesced(BaseHandler.java:87)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:206)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:307)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:276)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: com.microsoft.azure.servicebus.MessagingFactory$RunReactor.run(MessagingFactory.java:355)
<8084.20> 07/25/2016 20:32:04 - Error: JAVA-Receiver_0: java.lang.Thread.run(Unknown Source)

Copied from original issue: Azure/azure-event-hubs#200

@jtaubensee
Copy link
Contributor Author

From @sjkwak on October 28, 2016 18:57

This issue is related to https://issues.apache.org/jira/browse/PROTON-1275. We are going to release new Java client SDK with new proton-J version 0.15.0.

@sjkwak
Copy link
Member

sjkwak commented Nov 4, 2016

The issue was fixed in version 0.9.0.

@sjkwak sjkwak closed this as completed Nov 4, 2016
@jtaubensee jtaubensee modified the milestone: 0.10.0 Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants