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

swim protocol seems to busy spin sometimes #60

Open
carns opened this issue Jan 20, 2022 · 0 comments
Open

swim protocol seems to busy spin sometimes #60

carns opened this issue Jan 20, 2022 · 0 comments

Comments

@carns
Copy link
Member

carns commented Jan 20, 2022

I don't have a solid reproducer for this, but I wanted to record what I have.

If you start a single bedrock daemon with ssg and swim enabled, then the bedrock daemon consumes 100% CPU forever after servicing unrelated provider RPCs (like from mochi-quintain).

If I add the following to the bedrock json to keep ssg but disable swim, then the bedrock daemon wilil return to ~0 CPU consumption when idle:

       "swim": {
                   "disabled": true
                    }

I'm not sure why enabling/disabling swim would make a difference in this case, since there is only one process in the group. There shouldn't be anything to monitor in that case?

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

No branches or pull requests

1 participant