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/01/19 06:18:25 UTC

[GitHub] [shardingsphere] huanghao495430759 opened a new issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

huanghao495430759 opened a new issue #9086:
URL: https://github.com/apache/shardingsphere/issues/9086


   ### Which version of ShardingSphere did you use?
   5.0.0-RC1-SNAPSHOT
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   shardingsphere-jdbc
   
   ### Reason analyze (If you can)
   https://github.com/apache/shardingsphere/issues/8605#issuecomment-759364099
   
   I think bug maybe at
   ->org.apache.shardingsphere.infra.metadata.schema.builder.SchemaBuilder#appendRemainTables line 70
   ![image](https://user-images.githubusercontent.com/34728144/104995275-fba22580-5a60-11eb-96fe-d7f5c8226d9a.png)
   
   shardingsphere must be load remain table MetaData when System start.


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



[GitHub] [shardingsphere] huanghao495430759 removed a comment on issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

Posted by GitBox <gi...@apache.org>.
huanghao495430759 removed a comment on issue #9086:
URL: https://github.com/apache/shardingsphere/issues/9086#issuecomment-763367548


   > Is there any exception relevant to what you pointed?
   
   maybe it is the problem of https://github.com/apache/shardingsphere/issues/8605;
   https://github.com/apache/shardingsphere/issues/8605#issuecomment-759364099


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



[GitHub] [shardingsphere] huanghao495430759 closed issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

Posted by GitBox <gi...@apache.org>.
huanghao495430759 closed issue #9086:
URL: https://github.com/apache/shardingsphere/issues/9086


   


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



[GitHub] [shardingsphere] tristaZero commented on issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

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


   Hi @huanghao495430759 ,
   
   Thanks for your comment. If this issue is duplicate to #8605, maybe we can move our discussion to that one. Still, I will ping @strongduanmu to give it a look since it looks like he is working at your scenario.


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



[GitHub] [shardingsphere] huanghao495430759 commented on issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

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


   > Is there any exception relevant to what you pointed?
   
   maybe it is the problem of https://github.com/apache/shardingsphere/issues/8605;
   https://github.com/apache/shardingsphere/issues/8605#issuecomment-759364099


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



[GitHub] [shardingsphere] huanghao495430759 commented on issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

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


   Hi @tristaZero ,maybe it is the problem of https://github.com/apache/shardingsphere/issues/8605;
   when i run sql of  [SELECT a.*, b.id FROM table_a a LEFT JOIN table_b b ON (a.id = b.id)]
   https://github.com/apache/shardingsphere/issues/8605#issuecomment-759364099


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



[GitHub] [shardingsphere] huanghao495430759 closed issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

Posted by GitBox <gi...@apache.org>.
huanghao495430759 closed issue #9086:
URL: https://github.com/apache/shardingsphere/issues/9086


   


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



[GitHub] [shardingsphere] tristaZero commented on issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

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


   Is there any exception relevant to what you pointed?


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



[GitHub] [shardingsphere] tristaZero commented on issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

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


   Hi @huanghao495430759 ,
   
   Thanks for your comment. If this issue is duplicate to #8605, maybe we can move our discussion to that one. Still, I will ping @strongduanmu to give it a look since it looks like he is working at your scenario.


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



[GitHub] [shardingsphere] dongzl commented on issue #9086: error of SchemaBuilder append remain tables,it doesn't load table columns

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


   Hi @huanghao495430759 , can you submit a PR and fix this bug?


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