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

apache / iotdb / #9651
48%
master: 47%

Build:
Build:
LAST BUILD BRANCH: auth
DEFAULT BRANCH: master
Ran 21 Jul 2023 05:26AM UTC
Jobs 1
Files 2972
Run time 33s
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
#9651

push

travis_ci

web-flow
[IOTDB-6072] Load: workaround to CPU 100% after loading tsfile when using JDK8 runtime (#10624) (#10625)

## Description
After loading tsfile, it causes 100% load on one CPU core.

## Reason
Root cause: high processor load for ScheduledThreadPoolExecutor with 0 core threads. It was a bug in JDK1.8.

See the following issues for more details:
[JDK-8129861](https://bugs.openjdk.java.net/browse/JDK-8129861)
[JDK-8022642](https://bugs.openjdk.java.net/browse/JDK-8022642)

## Solution
1. Set corePoolSize to 1 to avoid high processor load (a workaround)
2. Lazy initialization: init loadTsFileManager on first call (to avoid unnecessary threads' creation)

10 of 10 new or added lines in 2 files covered. (100.0%)

79016 of 165570 relevant lines covered (47.72%)

0.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #9651.1 21 Jul 2023 05:26AM UTC 0
47.72
Source Files on build #9651
Detailed source file information is not available for this build.
  • Back to Repo
  • aaf5f66c on github
  • Prev Build on rel/1.2
  • Next Build on rel/1.2
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