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 2020/07/10 03:09:17 UTC

[GitHub] [shardingsphere] menghaoranss opened a new issue #6315: Optimize the schema node of config center

menghaoranss opened a new issue #6315:
URL: https://github.com/apache/shardingsphere/issues/6315


   ## Question
   
   Now  the config center use schema node content to maintain existing schemas, just like the picture below. 
   When a schema is dynamically added or deleted, the content of the schema node needs to be updated at the same time, this way easily leads to inconsistent data, may be we should consider optimizing it.
   
   ![image](https://user-images.githubusercontent.com/60651792/87111741-ae1c5300-c29c-11ea-9414-8a123cc926d7.png)
   
   
   


----------------------------------------------------------------
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 #6315: Optimize the schema node of config center

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


   Hi @menghaoranss , This is indeed a problem, but what's the way do we optimize it? Do you have any good ideas?


----------------------------------------------------------------
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 #6315: Optimize the schema node of config center

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


   > > Hi @menghaoranss , This is indeed a problem, but what's the way do we optimize it? Do you have any good ideas?
   > 
   > I understand that the reason for this is because some impl such as nacos cannot monitor the add and delete event of child code, so I think we can try to implement them.
   
   Yes, nacos and apollo don't have level relationship, your mean we construct this relationship?


----------------------------------------------------------------
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] menghaoranss commented on issue #6315: Optimize the schema node of config center

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


   fixed by #10555 


-- 
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] menghaoranss commented on issue #6315: Optimize the schema node of config center

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


   > > > Hi @menghaoranss , This is indeed a problem, but what's the way do we optimize it? Do you have any good ideas?
   > > 
   > > 
   > > I understand that the reason for this is because some impl such as nacos cannot monitor the add and delete event of child code, so I think we can try to implement them.
   > 
   > Yes, nacos and apollo don't have level relationship, your mean we construct this relationship?
   
   Need research first. 


----------------------------------------------------------------
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] menghaoranss commented on issue #6315: Optimize the schema node of config center

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


   > Hi @menghaoranss , This is indeed a problem, but what's the way do we optimize it? Do you have any good ideas?
   
   I understand that the reason for this is because some impl such as nacos cannot monitor the add and delete event of child code, so I think we can try to implement 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



[GitHub] [shardingsphere] menghaoranss closed issue #6315: Optimize the schema node of config center

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


   


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