You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/07/11 12:43:48 UTC

[GitHub] [servicecomb-java-chassis] sxcooler commented on issue #1236: GET /v4/default/registry/instances ... Connection was closed

sxcooler commented on issue #1236: GET /v4/default/registry/instances ... Connection was closed
URL: https://github.com/apache/servicecomb-java-chassis/issues/1236#issuecomment-510469818
 
 
   I don't really know the reason of this issue, but here are some suggestions:
   First, set timeout like above.
   then, make sure you've set publishAddress as k8s ingress address, as default servicecomb will use pods address, like "foo-bar-99788d85d-8nqx5", this will cause some error when your pods scaling.
   Now I've got 2-3 "GET /v4/default/registry/instances ... Connection was closed" per day, I think it's acceptable.
   ```
   servicecomb:
     ...
     service:
       publishAddress: foo-bar
     request:
       timeout: 30000
   ```
   Closing this issue for now.

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


With regards,
Apache Git Services