Revolyssup commented on issue #2071:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2071#issuecomment-1831478382

   @wumengchao Composite mode simulates the etcd, so the log is coming from 
etcd-adapter that is used by ingress controller which simulates etcd. The data 
is stored in in-mem b-tree.
   1. When you say, "i have launched 15 pods", which pods are you talking 
about? 
   2. The log `created object{revision 11 126 } {key 15 0 
/apisix/routes/ac8106c4 }` means that this route was created. 
   3. You can use etcdctl to query the pod at port `12379` to check the route 
configuration.
   
   So let's do this. After you create the route, can you query the 
apisix-ingress-controller pod by querying with etcdctl on port `12379` to 
confirm that the route was created. Or establish a watch to confirm that the 
route was created. If etcdctl reports positive then that means route was 
actually created and apisix could not watch properly. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to