-
Notifications
You must be signed in to change notification settings - Fork 331
SAMZA-1874: Refactor SamzaContainer and TaskInstance unit tests to make shared context changes easier #638
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
Conversation
…ke shared context changes easier
prateekm vjagadish1989 whenever you get a chance. This is an initial set of mostly minor changes. Author: Ahmed Abdul Hamid <ahabdulh@ahabdulh-mn1.linkedin.biz> Reviewers: Jagadish<jagadish@apache.org> Closes apache#623 from ahmedahamid/dev/ahabdulh/execution-planner-stylistic-improv
Add common retry functionality to table IO functions for data stores that do not have native retry support. We use failsafe as the retry library. Author: Peng Du <pdu@linkedin.com> Reviewers: Xinyu Liu <xinyu@apache.org> Closes apache#618 from pdu-mn1/retry-support
…de for repartitioning the stream Author: Aditya Toomula <atoomula@linkedin.com> Reviewers: Srinivasulu Punuru <spunuru@linkedin.com> Closes apache#643 from atoomula/join-serde
|
@vjagadish1989 @prateekm can you please review this? |
prateekm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the cleanup. A few minor comments.
samza-core/src/test/scala/org/apache/samza/container/TestTaskInstanceExceptionHandler.scala
Outdated
Show resolved
Hide resolved
samza-core/src/test/scala/org/apache/samza/system/chooser/MockSystemAdmin.scala
Show resolved
Hide resolved
samza-core/src/test/scala/org/apache/samza/container/TestSamzaContainer.scala
Show resolved
Hide resolved
samza-core/src/test/scala/org/apache/samza/container/TestTaskInstance.scala
Outdated
Show resolved
Hide resolved
…ke shared context changes easier
…ub.com/cameronlee314/samza into refactor_unit_tests_for_shared_context
|
I accidentally messed up this branch with some accidental rebasing and merging. I'm going to close this one and create a new PR with the proper commits just to make sure everything gets reset properly. |
|
This is replaced by #646 |
…ke shared context changes easier This replaces #638, I accidentally messed up that branch. The difference between this PR and the last review by prateekm is 5d55299 Author: Cameron Lee <calee@linkedin.com> Reviewers: Prateek Maheshwari <pmaheshwari@apache.org> Closes #646 from cameronlee314/refactor_unit_tests_for_shared_context_new
No description provided.