Yes it should be the infinitive */receive/* instead of the past
participle /received/.
On 11/16/22 08:18, Paul Schou wrote:
This error message does not look like it is grammatically correct:
https://github.com/gkatta4113/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java#L332
getLogger().warn("failed to received acknowledgment for HOLD with ID {}
sent by {}; rolling back session", new Object[] {id,
wrapper.getClientIP()});
- Paul Schou