You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "pongpongcn (via GitHub)" <gi...@apache.org> on 2023/05/11 05:59:47 UTC

[GitHub] [apisix-ingress-controller] pongpongcn commented on issue #1830: bug: creating route, but NO ApisixRoute add event arrived

pongpongcn commented on issue #1830:
URL: https://github.com/apache/apisix-ingress-controller/issues/1830#issuecomment-1543384857

   The etcd's data revision increased 2 every time The apisix ingress controller creating route.
   
   ```shell
   etcdctl endpoint status --write-out="json"
   [{"Endpoint":"127.0.0.1:2379","Status":{"header":{"cluster_id":13379790055503625569,"member_id":16309538207480531017,"revision":66,"raft_term":5},"version":"3.5.4","dbSize":61440,"leader":4171443932729916013,"raftIndex":2930,"raftTerm":5,"raftAppliedIndex":2930,"dbSizeInUse":61440}}]
   
   etcdctl endpoint status --write-out="json"
   [{"Endpoint":"127.0.0.1:2379","Status":{"header":{"cluster_id":13379790055503625569,"member_id":16309538207480531017,"revision":68,"raft_term":5},"version":"3.5.4","dbSize":61440,"leader":4171443932729916013,"raftIndex":2953,"raftTerm":5,"raftAppliedIndex":2953,"dbSizeInUse":61440}}]
   ```
   
   There is only one ApisixRoute object in this testing. While in production environment, there are much more ApisixRoute objects, so it goes much faster.


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