Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Configuration to Change the Number of Reduce Tasks of the Analyze Process #593

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Martin-Jia
Copy link

When running the DFSIO test, I found that the analysis part of the procedure took a very long time, even much longer than the test itself. It is set to own only one reduce task, which is not reasonable. After adding this config, the number of reduce task of the analysis part becomes configurable. I run a test on an 8-core server and the analysis part took only 1/8 time than before.

I wonder if the community can consider to merge this change. I only changed the code for the DFSIO test, but there are same problems for other test cases. If these changes looks feasible, I'm glad to try changing other test cases.

@carsonwang
Copy link
Collaborator

A single reducer is used to aggregate the data and generate the extended metrics. By using multiple reducer, I don't think we'll get the expected analysis result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants