Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Update disruptor to sleep 1ms and avoid busy waiting. #1605

Merged
merged 1 commit into from
Nov 21, 2018

Conversation

bogdandrutu
Copy link
Contributor

Fixes #1099.
Updates #1599

I was able to reproduce the 40% CPU usage from the #1099 and after this change the CPU usage reduced to <3%. I was not able to reproduce the 100% usage on java11 (I have java 10 on my laptop) but this change may help with #1599.

@bogdandrutu bogdandrutu added this to the Release 0.18.0 milestone Nov 21, 2018
@bogdandrutu bogdandrutu added the kokoro:force-run Label to force a Kokoro build immediately. label Nov 21, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Label to force a Kokoro build immediately. label Nov 21, 2018
@bogdandrutu
Copy link
Contributor Author

Tests in Kokoro fails because codecov is not reachable:

+ curl -s https://codecov.io/bash
bash: line 1: html: No such file or directory
bash: line 2: syntax error near unexpected token `<'
bash: line 2: `<head><title>503 Service Temporarily Unavailable</title></head>

@bogdandrutu bogdandrutu merged commit aa8ee6a into census-instrumentation:master Nov 21, 2018
@bogdandrutu bogdandrutu deleted the disruptor branch November 21, 2018 22:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants