Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r153055629
--- Diff: storm-client/src/jvm/org/apache/storm/Config.java ---
@@ -1293,6 +1318,44 @@
@isPositiveNumber
public static final String SUPERVISOR_CPU_CAPACITY =
"supervisor.cpu.capacity";
+ @isInteger
--- End diff --
Makes sense. Thanks for clarifying.---
