Skip to content

Fixing docsReceived counter #1840

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

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

masseyke
Copy link
Member

This commit fixes a bug that had been introduced to the "Documents Received" mapreduce counter. It had been
missing counting the first set of hits that were returned by each scroll.
Closes #1470

Copy link
Member

@jbaiera jbaiera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice catch

@masseyke masseyke merged commit c3259b0 into elastic:master Jan 26, 2022
@masseyke masseyke deleted the fix/docReceived-counter branch January 26, 2022 22:37
masseyke added a commit to masseyke/elasticsearch-hadoop that referenced this pull request Jan 26, 2022
This commit fixes a bug that had been introduced to the "Documents Received" mapreduce counter. It had been
missing counting the first set of hits that were returned by each scroll.
Closes elastic#1470
masseyke added a commit to masseyke/elasticsearch-hadoop that referenced this pull request Jan 26, 2022
This commit fixes a bug that had been introduced to the "Documents Received" mapreduce counter. It had been
missing counting the first set of hits that were returned by each scroll.
Closes elastic#1470
masseyke added a commit that referenced this pull request Jan 27, 2022
This commit fixes a bug that had been introduced to the "Documents Received" mapreduce counter. It had been
missing counting the first set of hits that were returned by each scroll.
Closes #1470
masseyke added a commit that referenced this pull request Jan 27, 2022
This commit fixes a bug that had been introduced to the "Documents Received" mapreduce counter. It had been
missing counting the first set of hits that were returned by each scroll.
Closes #1470
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid Docs Received counter in MapReduce jobs using EsInputFormat
2 participants