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

SAMZA-2386: Get store names should return correct store names in the presence of side inputs #1220

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

mynameborat
Copy link
Contributor

Symptom: Enabling side inputs for low level jobs using configuration will throw an exception during job start up.
Cause: getStoreNames() uses pattern matching to infer store names from the config. The pattern matching conflicts with side.inputs.processor.factory and returns incorrect store names.
Fix: Handle side inputs processors factory prefix correctly within getStoreNames()
Tests: Added unit test for getStoreNames()
API Change: None
Usage Instructions: None
Upgrade Instructions: None

@prateekm
Copy link
Contributor

@mynameborat Thanks for the quick fix. @rmatharu Can you review and merge?

Copy link
Contributor

@rmatharu-zz rmatharu-zz left a comment

Choose a reason for hiding this comment

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

LGTM,
waiting for travis to pass

@rmatharu-zz rmatharu-zz merged commit 33fc0b8 into apache:master Nov 18, 2019
@mynameborat mynameborat deleted the SAMZA-2386 branch March 7, 2020 06:24
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.

3 participants