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)