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 2022/10/26 03:57:59 UTC

[GitHub] [shardingsphere] judykula opened a new issue, #21761: When I delete the table in the real data source, I can still query it on SS

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

   ## Bug Report
   
   When I delete the table in the real data source, I can still query it on SS, is it cache?
   
   mysql> show tables;
   +----------------+------------+
   | Tables_in_test | Table_type |
   +----------------+------------+
   | sbtest9        | BASE TABLE |
   | sbtest10       | BASE TABLE |
   | sbtest2        | BASE TABLE |
   | sbtest1        | BASE TABLE |
   | sbtest4        | BASE TABLE |
   | sbtest3        | BASE TABLE |
   | sbtest6        | BASE TABLE |
   | t1             | BASE TABLE |
   | sbtest5        | BASE TABLE |
   | sbtest8        | BASE TABLE |
   | sbtest7        | BASE TABLE |
   +----------------+------------+
   11 rows in set (0.29 sec)
   
   mysql> drop table sbtest9;
   ERROR 1051 (42S02): Unknown table 'test.sbtest9'
   
   
   
   
   ### Which version of ShardingSphere did you use?
   520
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-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] judykula closed issue #21761: When I delete the table in the real data source, I can still query it on SS

Posted by GitBox <gi...@apache.org>.
judykula closed issue #21761: When I delete the table in the real data source, I can still query it on SS
URL: https://github.com/apache/shardingsphere/issues/21761


-- 
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] judykula commented on issue #21761: When I delete the table in the real data source, I can still query it on SS

Posted by GitBox <gi...@apache.org>.
judykula commented on issue #21761:
URL: https://github.com/apache/shardingsphere/issues/21761#issuecomment-1291465127

   How to manually trigger sync data?


-- 
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] judykula closed issue #21761: When I delete the table in the real data source, I can still query it on SS

Posted by GitBox <gi...@apache.org>.
judykula closed issue #21761: When I delete the table in the real data source, I can still query it on SS
URL: https://github.com/apache/shardingsphere/issues/21761


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