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

apache / carbondata / 1854
76%

Build:
DEFAULT BRANCH: master
Ran 22 Jul 2019 01:28PM UTC
Jobs 1
Files 1067
Run time 1min
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
1854

push

jenkins

kunal642
[HOTFIX] Added taskid as UUID while writing files in fileformat to avoid corrupting.

Problem: In FIleFormat write, carbon is using task id as System.nanoTime()
when multiple tasks launched concurrently, there is a chance that two task
can have same id very rarely. Due to this, two spark task launched for one
insert will have same carbondata file name. so, when both tasks write to one file,
chances are more to corrupt the file. which leads in query failure

solution: use unique uuid task id instead of nano seconds.

This closes #3325

65008 of 83713 relevant lines covered (77.66%)

1.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1854.1 22 Jul 2019 01:28PM UTC 0
77.66
Source Files on build 1854
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1854
  • b6e5f691 on github
  • Prev Build on master (#1853)
  • Next Build on master (#12134)
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