ResetStickyTaskQueue NOT_FOUND errors

I am seeing bunch of NOT_FOUND errors on the ResetStickyTaskQueue request on the client metrics. Could someone explain what this request is for and what could be causing it?

ResetStickyTaskQueue is basically client telling server “my local workflow cache for this workflow is evicted”.

The error you see is expected, if the target workflow has already finished.

If you are using Java make sure to upgrade to the latest release, it contains a fix of the cache eviction logic.

Got it Thanks! will update my java client