Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/952#issuecomment-127077747
  
    I think that silently failing is not a good idea in this case. Silent 
failures always keep people wondering why things don't behave like they expect. 
It needs to fail with an exception here.
    
    Also, let's make the UnmodifiableConfiguration very lightweight, so that 
creating it has little overhead and footprint. Best way to do this is have it 
actually wrap the configuration, and have all the "getX()" methods delegate to 
the config, while all the "setX()" methods fail with an exception.


---
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.
---

Reply via email to