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

Commit f1bb463

Browse files
Bogdan Drutusongy23
authored andcommitted
Upgrade disruptor to include the fix for SleepingWaitStrategy causing 100% CPU (#1026)
(cherry picked from commit ee29de8)
1 parent ab07599 commit f1bb463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ subprojects {
148148
auto_service: 'com.google.auto.service:auto-service:1.0-rc3',
149149
byte_buddy: 'net.bytebuddy:byte-buddy:1.7.10',
150150
config: 'com.typesafe:config:1.2.1',
151-
disruptor: 'com.lmax:disruptor:3.3.8',
151+
disruptor: 'com.lmax:disruptor:3.3.9',
152152
errorprone: "com.google.errorprone:error_prone_annotations:${errorProneVersion}",
153153
findbugs_annotations: "com.google.code.findbugs:annotations:${findBugsVersion}",
154154
google_auth: "com.google.auth:google-auth-library-credentials:${googleAuthVersion}",

0 commit comments

Comments
 (0)