You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/04/15 06:58:05 UTC

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback

wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback
URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-483130722
 
 
   > For the memory leak problem caused by the callback of `DynamicProperty`, this PR solve it by abandoning the callback mechanism of `com.netflix.config.DynamicProperty` and using `org.apache.commons.configuration.event.ConfigurationListener` instead. Am I right?
   
   yes, you are right.
   by this way, we only need to register one listener globally

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services