[
https://issues.apache.org/jira/browse/NIFI-5581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609212#comment-16609212
]
ASF subversion and git services commented on NIFI-5581:
-------------------------------------------------------
Commit 87cf474e542ef16601a86cc66c624fb8902c9fc2 in nifi's branch
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=87cf474 ]
NIFI-5581: Disable connection pooling for OkHttpReplicationClient. We should
revisit this in the future, but for now, it appears that Jetty is having
problems with the connections if they are reused. By disabling the Connection
Pooling, we address the concern, but for secure connections this means that
every request results in a TLS handshake - and for a mutable request, both the
verification and the 'performance' stages require the TLS handshake. But it's
better than timing out, which is the currently observed behavior
This closes #2996
> Seeing timeouts when trying to replicate requests across the cluster
> --------------------------------------------------------------------
>
> Key: NIFI-5581
> URL: https://issues.apache.org/jira/browse/NIFI-5581
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.8.0
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Blocker
> Fix For: 1.8.0
>
>
> When trying to replicate requests across the cluster on the current master
> branch, I see everything go smoothly for GET requests, but all mutable
> requests timeout.
> This issue appears to have been introduced by the upgrade to a new version of
> Jetty.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)