[ 
https://issues.apache.org/jira/browse/SCB-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606623#comment-16606623
 ] 

ASF GitHub Bot commented on SCB-898:
------------------------------------

liubao68 closed pull request #897: [SCB-898] Governance function is not 
effective when configuration Start with servicecomb
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/897
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/handlers/handler-bizkeeper/src/main/java/org/apache/servicecomb/bizkeeper/HystrixCommandPropertiesExt.java
 
b/handlers/handler-bizkeeper/src/main/java/org/apache/servicecomb/bizkeeper/HystrixCommandPropertiesExt.java
index 01d1ddb8b..406ecf111 100644
--- 
a/handlers/handler-bizkeeper/src/main/java/org/apache/servicecomb/bizkeeper/HystrixCommandPropertiesExt.java
+++ 
b/handlers/handler-bizkeeper/src/main/java/org/apache/servicecomb/bizkeeper/HystrixCommandPropertiesExt.java
@@ -178,11 +178,11 @@
   private final HystrixProperty<Boolean> requestCacheEnabled;
 
   protected HystrixCommandPropertiesExt(HystrixCommandKey key) {
-    this(key, HystrixCommandProperties.Setter(), "cse");
+    this(key, HystrixCommandProperties.Setter(), "servicecomb");
   }
 
   protected HystrixCommandPropertiesExt(HystrixCommandKey key, 
HystrixCommandProperties.Setter builder) {
-    this(key, builder, "cse");
+    this(key, builder, "servicecomb");
   }
 
   protected HystrixCommandPropertiesExt(HystrixCommandKey key, 
HystrixCommandProperties.Setter builder,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Governance function is not effective when configuration Start with servicecomb
> ------------------------------------------------------------------------------
>
>                 Key: SCB-898
>                 URL: https://issues.apache.org/jira/browse/SCB-898
>             Project: Apache ServiceComb
>          Issue Type: Bug
>            Reporter: WeiChao
>            Assignee: WeiChao
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to