You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/22 15:45:22 UTC

[GitHub] [apisix] caibirdme commented on issue #8554: bug: discovery/dns cause panic

caibirdme commented on issue #8554:
URL: https://github.com/apache/apisix/issues/8554#issuecomment-1362990820

   When I use nodes directly rather than dns service_name, it works as expected. So I think this might be a bug of discovery/dns
   ```yaml
       stream_routes:
         - server_port: 10000
           upstream:
             nodes:
               "1.2.3.4:8081": 1
             type: roundrobin
   ```
   
   And the dns server is healthy, I can use nslookup to check:
   ```
   nslookup qwe-trpc.test 9.166.239.254:53
   
   Server:         9.166.239.254
   Address:        9.166.239.254#53
   
   Name:   qwe-trpc.test.svc.cluster.local
   Address: 9.166.239.70
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org