You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jf...@apache.org on 2020/06/08 17:00:03 UTC

[nifi] branch master updated (845b66a -> f2368a0)

This is an automated email from the ASF dual-hosted git repository.

jfrazee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 845b66a  NIFI-7467 Refactored S2S peer selection logic. Removed list structure for peer selection as it was unnecessary and often wasteful (most clusters are 3 - 7 nodes, the list was always 128 elements). Changed integer percentages to double to allow for better normalization. Removed 80% cap on remote peers as it was due to legacy requirements. Added unit tests for non-deterministic distribution calculations. Added unit tests for edge cases due to rounding errors, single valid  [...]
     add f2368a0  NIFI-7393: Add max idle time and idle connections to InvokeHTTP

No new revisions were added by this update.

Summary of changes:
 .../nifi/processors/standard/InvokeHTTP.java       | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)