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

apache / carbondata / 1312
76%

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

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

Jobs
ID Job ID Ran Files Coverage
1 1312.1 27 Nov 2018 08:53AM UTC 0
79.53
Source Files on build 1312
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1312
  • b716865b on github
  • Prev Build on master (#1314)
  • Next Build on master (#1315)
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