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

apache / carbondata / 1312 / 1
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2018 08:53AM UTC
Files 1017
Run time 52s
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

27 Nov 2018 08:53AM UTC coverage: 79.525% (+0.03%) from 79.495%
1312.1

push

jenkins

ravipesala
[CARBONDATA-3123] Fixed JVM crash issue with CarbonRecordReader(SDK Reader).

Problem:
As CarbonReaderBuilder is executed on the main thread therefore while Reader creation we are setting TaskId to threadlocal. When multiple readers are created using the split API then the TaskID for the last initialized reader would be overridden and all the readers will use the same TaskID.
Due to this when one reader is reading and the other reader is freeing memory after its task completion the same memory block would be cleared and read at the same time causing SIGSEGV error.

Solution:
Do not set TaskID to thread local while Reader Initialization. ThreadLocalTaskInfo.getCarbonTaskInfo will take care of assigning new TaskID if not already present.

This closes #2945

61605 of 77466 relevant lines covered (79.53%)

1.05 hits per line

Source Files on job 1312.1
  • Tree
  • List 0
  • Changed 12
  • Source Changed 3
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1312
  • b716865b on github
  • Prev Job for on master (#1314.1)
  • Next Job for on master (#1315.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