You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/02/05 21:19:31 UTC

[nifi] branch main updated (749d058 -> 40d8c41)

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

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


    from 749d058  NIFI-8204, NIFI-7866: Send revision update count in heartbeats. If update count in heartbeat is greater than that of cluster coordinator, request that node reconnect to get most up-to-date revisions. Cannot check exact equality, as the values may change between the time a heartbeat is created and the time the cluster coordinator receives it. However, it should be safe to assume that the revision won't be greater than that of the cluster coordinator. There is a tiny windo [...]
     add 40d8c41  NIFI-8193: Fixed PutSQL reordering FlowFiles

No new revisions were added by this update.

Summary of changes:
 .../nifi/util/StandardProcessorTestRunner.java     | 15 -----
 .../apache/nifi/processors/standard/PutSQL.java    | 54 +++++++++-------
 .../nifi/processors/standard/TestPutSQL.java       | 73 +++++++++++++++++++++-
 3 files changed, 103 insertions(+), 39 deletions(-)