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

apache / carbondata / 1134
76%

Build:
DEFAULT BRANCH: master
Ran 04 Oct 2018 11:29AM UTC
Jobs 1
Files 1014
Run time 43s
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
1134

push

jenkins

manishgupta88
[CARBONDATA-2990] Fixed JVM crash when rebuilding bloom datamap

Problem: while rebuilding the datamap it access the datamap store so it builds datamap and store in unsafe onheap storage. But while closing the
reader it frees all memory acquired during that task. Since acquired memory is onheap but releasing the memory with offheap allocator it crashes the jvm.

Solution: Maintain the type of memory acquired in the memory block itself and get the allocator as per the memory type and release it.

This closes #2793

27 of 27 new or added lines in 6 files covered. (100.0%)

59770 of 75177 relevant lines covered (79.51%)

1.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1134.1 04 Oct 2018 11:29AM UTC 0
79.51
Source Files on build 1134
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1134
  • 8fbd4a5f on github
  • Prev Build on master (#1133)
  • Next Build on master (#1138)
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