[
https://issues.apache.org/jira/browse/NIFI-13123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843920#comment-17843920
]
ASF subversion and git services commented on NIFI-13123:
--------------------------------------------------------
Commit 52e257e16c6d86cde377ba0063ac268fd9ac6129 in nifi's branch
refs/heads/main from Ferenc Kis
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=52e257e16c ]
NIFI-13123 MiNiFi async C2 operation processing
Signed-off-by: Csaba Bejan <[email protected]>
This closes #8738.
> [MiNiFi] Async C2 Operation Queue
> ---------------------------------
>
> Key: NIFI-13123
> URL: https://issues.apache.org/jira/browse/NIFI-13123
> Project: Apache NiFi
> Issue Type: Improvement
> Components: MiNiFi
> Affects Versions: 2.0.0-M2
> Reporter: Ferenc Kis
> Assignee: Ferenc Kis
> Priority: Major
> Labels: c2, minifi
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> In case of complex ACK logics / multiple callback, the heartbeat is blocked
> till the whole ACK is processed. This might cause the agent to become offline
> if it reaches the specified threshold.
> The ACK operation should be async. We should use an async operation queue in
> the agent and process elements from that queue synchronously.
> Note: Take care of the case when restart needed (update configuration),
> heartbeats should be turned off in that case
--
This message was sent by Atlassian Jira
(v8.20.10#820010)