Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OperationService: reduce contention on counters #4925

Closed
pveentjer opened this issue Mar 28, 2015 · 1 comment
Closed

OperationService: reduce contention on counters #4925

pveentjer opened this issue Mar 28, 2015 · 1 comment
Labels
Milestone

Comments

@pveentjer
Copy link
Contributor

We have some counters in the OperationServiceImpl like the executedOperationsCount. This shared counter is updated by all threads.

Probably a counter per partition, or a 'core-size' number of counters and do a mod using the partition-id. This reduces the pressure on these counters.

@pveentjer pveentjer added this to the 3.6 milestone Mar 28, 2015
@enesakar enesakar modified the milestones: 3.6, 3.7 Nov 27, 2015
@degerhz degerhz modified the milestones: 3.8, 3.7 Jun 10, 2016
@jerrinot jerrinot modified the milestones: 3.9, 3.8 Dec 12, 2016
@mdogan
Copy link
Contributor

mdogan commented May 24, 2017

Already fixed.

@mdogan mdogan closed this as completed May 24, 2017
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants