You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "zhaojinchao95 (via GitHub)" <gi...@apache.org> on 2023/06/14 15:39:45 UTC

[GitHub] [shardingsphere] zhaojinchao95 opened a new issue, #26354: REFRESH TABLE METADATA does not work

zhaojinchao95 opened a new issue, #26354:
URL: https://github.com/apache/shardingsphere/issues/26354

   https://github.com/apache/shardingsphere/commit/ad3279cef4ce4700dc59814d5943c9ac9fdbfe87
   
   
   `server.yaml :`
   
   ```
   mode:
     type: Cluster
     repository:
       type: ZooKeeper
       props:
         namespace: governance_ds
         server-lists: localhost:2181
         retryIntervalMilliseconds: 500
         timeToLiveSeconds: 60
         maxRetries: 3
         operationTimeoutMilliseconds: 500
   
   authority:
     users:
       - user: root@%
         password: root
       - user: sharding
         password: sharding
     privilege:
       type: ALL_PERMITTED
   ```
   
   `DistSQL : `
   
   ```
   REGISTER STORAGE UNIT ds_0 (
       HOST="127.0.0.1",
       PORT=33307,
       DB="test2",
       USER="root",
       PASSWORD="zjc@2021"
   );
   ```
   Tips : `test2` database not has table.
   
   Execute `CREATE TABLE aa(id bigint(20));` in test2 actual database.
   
   Execute `REFRESH TABLE METADATA ` in Proxy.
   


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

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


[GitHub] [shardingsphere] RaigorJiang commented on issue #26354: REFRESH TABLE METADATA does not work

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang commented on issue #26354:
URL: https://github.com/apache/shardingsphere/issues/26354#issuecomment-1592241830

   Hi, @zhaojinchao95 
   What is the actual behavior?


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


[GitHub] [shardingsphere] github-actions[bot] commented on issue #26354: REFRESH TABLE METADATA does not work

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #26354:
URL: https://github.com/apache/shardingsphere/issues/26354#issuecomment-1651922151

   There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.


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