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

apache / carbondata / 1153
76%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2018 10:06AM 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
1153

push

jenkins

ravipesala
[CARBONDATA-2990] Queries slow down after some time due to broadcast issue

Problem
It is observed that during consecutive run of queries after some time queries are slowing down. This is causing the degrade in query performance.
No exception is thrown in driver and executor logs but as observed from the logs the time to broadcast hadoop conf is increasing after every query run.

Analysis

This is happening because in carbon SerializableConfiguration class is overriden from spark. Spark registers this class with Kryo serializer and hence the computation using the kryo is fast. The same benefit is not observed in carbondata becuase of overriding the class.
Internal Spark sizeEstimator calculates the size of object and there are few extra objects in carbondata overriden class because of which the computation time is increasing.
Solution
Use the spark class instead of overriding the class in carbondata

This closes #2803

16 of 16 new or added lines in 10 files covered. (100.0%)

60631 of 75211 relevant lines covered (80.61%)

1.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1153.1 09 Oct 2018 10:06AM UTC 0
80.61
Source Files on build 1153
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1153
  • 3c7b3399 on github
  • Prev Build on master (#1152)
  • Next Build on master (#1154)
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