You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "liubao (Jira)" <ji...@apache.org> on 2022/04/13 10:04:00 UTC

[jira] [Created] (SCB-2452) use a cached registry for governance to avoid OOM in frequently dynamic change conditions

liubao created SCB-2452:
---------------------------

             Summary: use a cached registry for governance to avoid OOM in frequently dynamic change conditions
                 Key: SCB-2452
                 URL: https://issues.apache.org/jira/browse/SCB-2452
             Project: Apache ServiceComb
          Issue Type: Improvement
          Components: Java-Chassis
            Reporter: liubao
            Assignee: liubao
             Fix For: java-chassis-2.8.0


Now we use  resilience4j default in-memory {{{}CircuitBreakerRegistry{}}}, which use an Map to save all instances. But when in dynamic changed condition, changed keys may cause OOM. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)