mynameborat opened a new pull request #1220: SAMZA-2386: Get store names should return correct store names in the presence of side inputs URL: https://github.com/apache/samza/pull/1220 **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
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
