GitHub user govind-menon opened a pull request:
https://github.com/apache/storm/pull/2881
STORM-3259: NUMA Support for Storm
Only functional changes - putting up for review now and tests soon to
follow.
Have Done the following tests
1. Mixed cluster - numa supervisors and normal supervisor
2. Numa only supervisors
3. Profiling actions
4. Rebalance
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/govind-menon/storm STORM-3259
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2881.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 #2881
----
commit 243594eb14301a3367ddf6b0574afb13898cc4af
Author: Govind Menon <govindappumenon@...>
Date: 2018-10-07T20:11:43Z
STORM-3259: NUMA Support for Storm
Supervisor will heartbeat as multiple supervisors if there's an appropriate
numa config
[Numa] Fixiing worker sync assignments
[numa] Moving NUMA config validation to common Utils
----
---