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

Fix bug with multi-destination subscription where destinations are setup in advance. #649

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

JPWatson
Copy link
Contributor

Driver was throwing the following exception:

java.lang.ArrayIndexOutOfBoundsException: 1
	at io.aeron.driver.PublicationImage.trackConnection(PublicationImage.java:802)
	at io.aeron.driver.PublicationImage.addDestinationConnectionIfUnknown(PublicationImage.java:416)
	at io.aeron.driver.DataPacketDispatcher.onSetupMessage(DataPacketDispatcher.java:325)
	at io.aeron.driver.media.ReceiveChannelEndpoint.onSetupMessage(ReceiveChannelEndpoint.java:369)
	at io.aeron.driver.media.DataTransportPoller.poll(DataTransportPoller.java:175)
	at io.aeron.driver.media.DataTransportPoller.pollTransports(DataTransportPoller.java:78)
	at io.aeron.driver.Receiver.doWork(Receiver.java:72)
	at org.agrona.concurrent.CompositeAgent.doWork(CompositeAgent.java:114)
	at org.agrona.concurrent.AgentRunner.doDutyCycle(AgentRunner.java:286)
	at org.agrona.concurrent.AgentRunner.run(AgentRunner.java:164)
	at java.lang.Thread.run(Thread.java:748)

@tmontgomery tmontgomery merged commit 7ef9cf8 into aeron-io:master Mar 25, 2019
@JPWatson JPWatson deleted the mds branch March 25, 2019 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants