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

[jira] [Created] (SCB-1253) Adjust the priority of FailureHandler of the dispatchers

YaoHaishi created SCB-1253:
------------------------------

             Summary: Adjust the priority of FailureHandler of the dispatchers
                 Key: SCB-1253
                 URL: https://issues.apache.org/jira/browse/SCB-1253
             Project: Apache ServiceComb
          Issue Type: Bug
            Reporter: YaoHaishi
            Assignee: YaoHaishi


Currently, the GlobalRestFailureHandler has the highest priority. As a result, when RoutingContext#fail is called, the failed RoutingContext is always processed by GlobalRestFailureHandler and other failureHandlers take no effect.
The GlobalRestFailureHandler should have the lowest priority and works only when there is no other failureHandler handle the failed RoutingContext.



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