Skip to content

Instantly share code, notes, and snippets.

@SeanTAllen
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeanTAllen/24be2bb89ad4a05bf702 to your computer and use it in GitHub Desktop.
Save SeanTAllen/24be2bb89ad4a05bf702 to your computer and use it in GitHub Desktop.
When settings aren't used
➜ apache-storm-0.9.2-incubating ag "topology.enable.message.timeouts"
conf/defaults.yaml
122:topology.enable.message.timeouts: true
storm-core/src/jvm/backtype/storm/Config.java
512: public static final String TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS = "topology.enable.message.timeouts";
➜ apache-storm-0.9.2-incubating ag TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS
storm-core/src/jvm/backtype/storm/Config.java
512: public static final String TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS = "topology.enable.message.timeouts";
513: public static final Object TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS_SCHEMA = Boolean.class;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment