Github user ppoulosk commented on a diff in the pull request:
https://github.com/apache/storm/pull/1785#discussion_r108951217
--- Diff: docs/IConfigLoader.md ---
@@ -0,0 +1,58 @@
+---
+title: IConfigLoader
+layout: documentation
+documentation: true
+---
+
+
+### Introduction
+IConfigLoader is an interface designed to allow way to dynamically load
scheduler resource constraints into scheduler implementations. Currently, the
MultiTenant scheduler uses this interface to dynamically load the number of
isolated nodes a given user has been guaranteed, and the ResoureAwareScheduler
uses the interface to dynamically load per user resource guarantees.
--- End diff --
Much better wording. Thanks.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---