You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/11/21 04:00:10 UTC

[GitHub] [shardingsphere] roodkcab edited a comment on issue #13711: table metadata didn't refresh after add column or drop column on table

roodkcab edited a comment on issue #13711:
URL: https://github.com/apache/shardingsphere/issues/13711#issuecomment-974751384


   should use cluster mode.
   add flowing config in server.yaml
   ```
   mode:
     type: cluster
     repository:
       type: etcd
       props:
         namespace: shardingsphere/projectname
         server-lists: etcd1:2379,etcd2:2379:etcd3:2379
   ```
   solve the problem


-- 
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@shardingsphere.apache.org

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