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

apache / carbondata / 1320
76%

Build:
DEFAULT BRANCH: master
Ran 28 Nov 2018 11:34AM UTC
Jobs 1
Files 1017
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
1320

push

jenkins

ravipesala
[CARBONDATA-3132]Correct the task disrtibution in case of compaction when the actual block nodes and active nodes are different

Why This PR?
There is an unequal distribution of tasks during compaction
ex: When the load is done using replication factor 2 and all nodes are active and during compaction one node is down, basically it is not active executor, so the task distribution should take care to distribute the tasks equally among all the active executors instead of giving more tasks to single executor and less to other executor. But sometimes the unequal distribution happens and the compaction becomes sow.

Solution
Currently we are not getting active executors before the node block mapping and sending the list of active executors as null, which will lead to the above problem sometimes. so get the active executors and send for node block mapping logic which will handle to distribute equally.

This closes #2953

58202 of 77464 relevant lines covered (75.13%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1320.1 28 Nov 2018 11:34AM UTC 0
75.13
Source Files on build 1320
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1320
  • eeeaf50f on github
  • Prev Build on master (#1318)
  • Next Build on master (#1321)
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