David Handermann created NIFI-16376:
---------------------------------------
Summary:
TestLoadBalanceSession.testSessionCancelLeavesChannelOpenSoReusedStreamRepeatsVersionByte
is unstable
Key: NIFI-16376
URL: https://issues.apache.org/jira/browse/NIFI-16376
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Reporter: David Handermann
Assignee: David Handermann
A recent new unit test for the LoadBalanceSession is unstable and can fail on
Windows or slower machines as shown in the following exception:
{noformat}
java.io.IOException: Failed to negotiate Protocol Version with Peer unit-test.
Recommended version 1 but instead of an ACCEPT or REJECT response got back a
response of 101
at
org.apache.nifi.controller.queue.clustered.client.async.nio.LoadBalanceSession.receiveProtocolVersionAcknowledgment(LoadBalanceSession.java:446)
at
org.apache.nifi.controller.queue.clustered.client.async.nio.LoadBalanceSession.communicate(LoadBalanceSession.java:148)
at
org.apache.nifi.controller.queue.clustered.client.async.nio.TestLoadBalanceSession.testSessionCancelLeavesChannelOpenSoReusedStreamRepeatsVersionByte(TestLoadBalanceSession.java:220)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)