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

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

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

17 Jan 2019 10:06AM UTC coverage: 71.554% (-7.8%) from 79.331%
1467.1

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

Source Files on job 1467.1
  • Tree
  • List 0
  • Changed 334
  • Source Changed 1
  • Coverage Changed 334
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1467
  • 92c9ce3f on github
  • Prev Job for on master (#1466.1)
  • Next Job for on master (#1468.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