[Java] fix ClientConductor concurrent bug #1772
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100) ~[?:?] at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106) ~[?:?] at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302) ~[?:?] at java.base/java.util.Objects.checkIndex(Objects.java:385) ~[?:?] at java.base/java.util.ArrayList.get(ArrayList.java:427) ~[?:?] at io.aeron.ClientConductor.checkLingeringResources(ClientConductor.java:1655) ~[aeron-client-1.46.8.jar!/:1.46.8] at io.aeron.ClientConductor.checkTimeouts(ClientConductor.java:1565) ~[aeron-client-1.46.8.jar!/:1.46.8] at io.aeron.ClientConductor.service(ClientConductor.java:1470) ~[aeron-client-1.46.8.jar!/:1.46.8] at io.aeron.ClientConductor.awaitResponse(ClientConductor.java:1529) ~[aeron-client-1.46.8.jar!/:1.46.8] at io.aeron.ClientConductor.addExclusivePublication(ClientConductor.java:473) ~[aeron-client-1.46.8.jar!/:1.46.8] at io.aeron.Aeron.addExclusivePublication(Aeron.java:294) ~[aeron-client-1.46.8.jar!/:1.46.8] at io.aeron.archive.client.AeronArchive.connect(AeronArchive.java:245) ~[aeron-archive-1.46.8.jar!/:1.46.8] at io.aeron.cluster.service.ClusteredServiceAgent.loadSnapshot(ClusteredServiceAgent.java:892) ~[aeron-cluster-1.46.8.jar!/:1.46.8] at io.aeron.cluster.service.ClusteredServiceAgent.recoverState(ClusteredServiceAgent.java:754) ~[aeron-cluster-1.46.8.jar!/:1.46.8] at io.aeron.cluster.service.ClusteredServiceAgent.onStart(ClusteredServiceAgent.java:182) ~[aeron-cluster-1.46.8.jar!/:1.46.8] at org.agrona.concurrent.AgentRunner.run(AgentRunner.java:150) ~[agrona-1.23.1.jar!/:1.23.1] at java.base/java.lang.Thread.run(Thread.java:1584) [?:?]