Task cancelled warning message on elastic master node

Hello guys,

My master node is printing the following warning message quite frequently:

[2022-05-16T16:03:39,712][WARN ][r.suppressed             ] [loganshrdb03s] path: /_xpack/usage, params: {}
java.util.concurrent.CancellationException: Task cancelled
        at org.elasticsearch.xpack.core.action.TransportXPackUsageAction.lambda$masterOperation$2(TransportXPackUsageAction.java:83) ~[x-pack-core-7.16.2.jar:7.16.2]
        at org.elasticsearch.xpack.core.common.IteratingActionListener.onResponse(IteratingActionListener.java:135) [x-pack-core-7.16.2.jar:7.16.2]
        at org.elasticsearch.action.ActionRunnable.lambda$supply$0(ActionRunnable.java:47) [elasticsearch-7.16.2.jar:7.16.2]
        at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) [elasticsearch-7.16.2.jar:7.16.2]
        at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:777) [elasticsearch-7.16.2.jar:7.16.2]
        at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) [elasticsearch-7.16.2.jar:7.16.2]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
        at java.lang.Thread.run(Thread.java:833) [?:?]

Does someone know what it means?

Regards,

This is a logging bug, these messages should only be reported at DEBUG level. This is fixed by the following PR:

I understood the bug, but where can i make those modifications?

Regards

I'm confused - what modifications? The bug is already fixed, and a fixed version will be released as soon as we can.

This is fixed on what version of Elasticsearch?

The PR labels indicate this is currently scheduled for 7.17.4 and 8.3.0.

Thank you very much David.

Regards