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 2018/05/21 03:26:00 UTC

[jira] [Resolved] (SCB-593) Change log level to remind user to specify loadbalance handler

     [ https://issues.apache.org/jira/browse/SCB-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

YaoHaishi resolved SCB-593.
---------------------------
       Resolution: Fixed
    Fix Version/s: java-chassis-1.0.0-m2

PR has been merged.
https://github.com/apache/incubator-servicecomb-java-chassis/pull/715

> Change log level to remind user to specify loadbalance handler
> --------------------------------------------------------------
>
>                 Key: SCB-593
>                 URL: https://issues.apache.org/jira/browse/SCB-593
>             Project: Apache ServiceComb
>          Issue Type: Bug
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.0.0-m2
>            Reporter: YaoHaishi
>            Assignee: YaoHaishi
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m2
>
>
> The loadbalance handler must be configured in consumer handler chain to choose provider instance.
> But currently if users overwrite the handler chain configuration and forget to configure loadbalance handler (like below), the consumer may only print exception message in InvokerUtils.innerSyncInvoke() in DEBUG level. This is easy to be ignored and make the problem confusing.
> {code:java}
> servicecomb:
>   handler:
>     chain:
>       Consumer:
>         default: qps-flowcontrol-consumer
> {code}



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