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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 28 Nov 2021 03:44AM UTC
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

28 Nov 2021 01:46AM UTC coverage: 93.932% (-0.01%) from 93.942%
#2688.1

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

Source Files on job #2688.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2688
  • 0fd820fd on github
  • Prev Job for on v3.dev (##2686.1)
  • Next Job for on v3.dev (##2689.1)
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