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

apache / carbondata / 1467
76%

Build:
DEFAULT BRANCH: master
Ran 17 Jan 2019 10:06AM UTC
Jobs 1
Files 1026
Run time 53s
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
1467

push

jenkins

manishgupta88
[CARBONDATA-3233]Fix JVM crash issue in snappy compressor and update the pagesize correctly

Problem:
1. During dataload sometimes the JVM is crashed during offheap snappy compression. We get the maximun compress size from compressor and allocate
that much memory and then call rawCompress with the base offset of page and then base offset of newly created memory block. During this call
sometimes JVM crashes from Snappy. This issue is random one and fails only sometimes.
2. PageSize is getting updated wrongly, actaul pageSize is number of rows in page, we were updaing the rowId not rowSize

Solution:
Remove the method implementation and let super class handle the compression based on the datatype. which will fix this random JVM crash issue

This closes #3053

56357 of 78762 relevant lines covered (71.55%)

0.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1467.1 17 Jan 2019 10:06AM UTC 0
71.55
Source Files on build 1467
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1467
  • 92c9ce3f on github
  • Prev Build on master (#1466)
  • Next Build on master (#1468)
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