Blockgen job fails to clean up failed reduce attempts
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- java
- Domain
- distributed-systems, performance
Research direction
Start by locating the block generation job's custom reducer output logic and how failed reducer attempts are handled. Verify that outputs are staged until successful completion and that failed attempts leave no partial block files, including when speculative execution is enabled.
Written by the indexing model from the issue text.
Description
The block generation job has custom output logic to allow each reducer to output to multiple block files.
When speculative execution is enabled, this can result in two copies of the same block file being generated (one of which may be incomplete). This can be worked around by setting mapreduce.reduce.speculative = false.
When a reducer attempt fails, the partial output files will not be cleaned up. I'm not aware of an easy workaround for this beyond manually cleaning up the files after the job completes.
We should have each reducer use a staging directory and only move the output files when it completes.
- Dominant language
- Java
- Stars
- 134
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from linkedin/dynamometer
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
linkedin/dynamometer#106 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
linkedin/dynamometer#104 · 4 comments ·
-
linkedin/dynamometer#101 · 2 comments · 1 assignee ·
-
Difficulty 3/5 1-2 days Newbie friendliness 30/100
linkedin/dynamometer#100 · 3 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
linkedin/dynamometer#81 · 1 comment ·
All issues in linkedin/dynamometer
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
checkstyle/test-configs#263 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
[BUG]茶杯方块在取茶时会引发崩溃 Open
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
1.0.0-alpha2 Type/Improvement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
wso2/dpdp-accelerator#272 ·