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 2021/02/02 08:02:00 UTC

[GitHub] [apisix] Yiyiyimu edited a comment on pull request #3482: chore: add argument verbose to print init_etcd debug info

Yiyiyimu edited a comment on pull request #3482:
URL: https://github.com/apache/apisix/pull/3482#issuecomment-771445321


   Hi @membphis it's actually an existing feature, that was temporarily removed in #2101. And this PR is to re-add it.
   Actually, I'm not sure about the meaning of printing etcd response when init each dir in init_etcd, like:
   ```
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"13","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"14","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"15","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"16","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"17","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"18","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"19","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"20","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"21","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"22","raft_term":"2"}}
   {"header":{"cluster_id":"14841639068965178418","member_id":"10276657743932975437","revision":"23","raft_term":"2"}}
   ```
   I don't know at which circumstance would people need them


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