• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ben-manes / caffeine / #2688
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 28 Nov 2021 03:44AM UTC
Jobs 1
Files 73
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#2688

push

github-actions

ben-manes
Detect JDK-8274349 and fallback to a same-thread executor

In certain scenarios the common pool is broken and will never execute
a subitted task. This causes behavior like async caches, evictions,
removal notifications, and refresh after write to not function. The
application's own usage will not work either so this only fails less.

Affected users are encouraged to use one of the following workarounds:
- set the property `java.util.concurrent.ForkJoinPool.common.parallelism`
  to 1
- do not use `-XX:ActiveProcessorCount=1` as a startup flag
- do not use a container with 1 cpu

For more details see:
  ForkJoinPool.commonPool() does not work with 1 CPU
  https://bugs.openjdk.java.net/browse/JDK-8274349

6378 of 6790 relevant lines covered (93.93%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2688.1 28 Nov 2021 03:44AM UTC 0
93.93
Source Files on build #2688
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2688
  • 0fd820fd on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc