gemmellr commented on PR #6205:
URL: https://github.com/apache/artemis/pull/6205#issuecomment-3847352851

   > This is not a change of expected behaviour, config reload has always 
tossed startup config. That is how it works, such that the config taken at 
startup can be compared to the new config. It has never been the case that 
programmatic config is safe from config reload. disabling config reload is only 
necessary if you don't want reload to take precedence.
   
   We have a different definition of 'change' then. It has been the case that 
programmatic config which hasnt changed by the properties has been safe from 
_properties config_ reload previously, given the way the properties config 
[reload] always worked at startup and later. It plays partly into the same 
space that meant you previously added a mechanism that allow 'unsetting' 
existing config by adding a 'removal property' value, which is partly what you 
look to be trying to change here.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to