You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by ecararus <gi...@git.apache.org> on 2017/07/19 21:50:34 UTC

[GitHub] storm issue #2228: STORM-2646 NimbusClient Class cast exception when nimbus ...

Github user ecararus commented on the issue:

    https://github.com/apache/storm/pull/2228
  
    Thank you @srdo for suggestion I've created [jira issue](https://issues.apache.org/jira/browse/STORM-2646) also updated PR Title.
    
    Inside my config file i have:
    
    nimbus.seeds= ["somehost.org"]
    nimbus.host= somehost.org # temporar fix
    nimbus.thrift.port= 66270
    
    more details about project config on jira.
    
    About List<String> i agree with @revans2 about validation and I would like to propose to accept single host also e.g. nimbus.seeds= somehost.org in this way we can support same configuration/behavior like it was with nimbus.host (that might be useful when host is provided by discovery or load distribution service).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---