You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/11/18 19:15:24 UTC

[GitHub] [samza] mynameborat opened a new pull request #1220: SAMZA-2386: Get store names should return correct store names in the presence of side inputs

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:
users@infra.apache.org


With regards,
Apache Git Services