[
https://issues.apache.org/jira/browse/SCB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jeho0815 updated SCB-1149:
--------------------------
Component/s: Java-Chassis
> Instance isolation lastVisitTime improve
> ----------------------------------------
>
> Key: SCB-1149
> URL: https://issues.apache.org/jira/browse/SCB-1149
> Project: Apache ServiceComb
> Issue Type: Improvement
> Components: Java-Chassis
> Reporter: jeho0815
> Assignee: jeho0815
> Priority: Major
>
> if the vm shutdown, the response is very low, so the instance will be
> isolated, but the single test use the lastVisitTime, lastVisitTime will be
> update after the response retured.
> if (serverStats.isIsolated()
> && (System.currentTimeMillis() - serverStats.getLastVisitTime()) >
> settings.singleTestTime) {
> during the time(may be the client request timeout, 30s), the later requests
> also will go through the single test logic which is not what we expected
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)