Skip to content

Conversation

Spikhalskiy
Copy link
Contributor

What was changed

Use ReplayAwareScope for metric reporting to address #759
Remove duplicate STICKY_CACHE_THREAD_FORCED_EVICTION reporting to address #201

Closes #759
Closes #201

Remove duplicate STICKY_CACHE_THREAD_FORCED_EVICTION reporting to address temporalio#201
taskFuture = threadPool.submit(task);
return;
} catch (RejectedExecutionException e) {
getWorkflowContext()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reporting will be done inside cache.evictAnyNotInProcessing call down the line.

@Spikhalskiy Spikhalskiy merged commit b9b41e0 into temporalio:master Oct 5, 2021
@Spikhalskiy Spikhalskiy deleted the issue-759 branch April 15, 2022 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Querying a completed workflow increments "temporal_workflow_completed_total" metrics counter STICKY_CACHE_THREAD_FORCED_EVICTION double reporting

2 participants