GitHub user weisong44 opened a pull request:
https://github.com/apache/samza/pull/600
SAMZA-1802: Enable host affinity when RocksDB is present
We should enable host affinity when RocksDB table is present, this should
be done in RocksDB table provider
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/weisong44/samza add-host-affinity
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/600.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #600
----
commit 3f7ed71f8f5d6efe3567f039734ac96bb12679b6
Author: Wei Song <wsong@...>
Date: 2018-07-25T01:34:06Z
Added self to committer list
commit 5cbf9af9c12b96c5773a37274538f8baea8347e1
Author: Wei Song <wsong@...>
Date: 2018-08-03T20:38:41Z
Merge remote-tracking branch 'upstream/master'
commit b08a74b2c4a4fe9a6799792f5d23706fe05de37e
Author: Wei Song <wsong@...>
Date: 2018-08-06T18:48:58Z
Enable host affinity when RocksDB table is present
commit a15a7c9a231adcc1b441351963e15a7855ea5879
Author: Wei Song <wsong@...>
Date: 2018-08-06T18:49:30Z
Merge remote-tracking branch 'upstream/master'
commit a3fe5a5a830abbac7016faf2dfe703d3b1a75c7e
Author: Wei Song <wsong@...>
Date: 2018-08-06T18:50:03Z
Merge branch 'master' into add-host-affinity
----
---