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

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

Build:
DEFAULT BRANCH: master
Ran 04 Oct 2018 07:11PM UTC
Files 1014
Run time 47s
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

04 Oct 2018 07:11PM UTC coverage: 80.616% (+1.7%) from 78.891%
1142.1

push

jenkins

ravipesala
[CARBONDATA-2991]NegativeArraySizeException during query execution

Issue :- During Query Execution sometime NegativeArraySizeException Exception in Some Tasks . And sometime Executor is lost (JVM crash)

Root Cause :- It is because existing memoryblock is removed while it was in-use. This happened because duplicate taskid generated. Sometime freed same memory addresses are assigned to another task which will initialize memory block to0 and this cause NegativeSizeArrayException whereas sometime freed memory will not be used any task of executor process but running task will try to access it and as that address is not part of process so JVM crash will happen.

Solution :- Change taskID generation to UUID based instead of System.nanoTime()

This closes #2796

60644 of 75226 relevant lines covered (80.62%)

1.06 hits per line

Source Files on job 1142.1
  • Tree
  • List 0
  • Changed 144
  • Source Changed 16
  • Coverage Changed 134
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1142
  • d3927172 on github
  • Prev Job for on master (#1139.1)
  • Next Job for on master (#1144.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