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/05/29 09:06:15 UTC

[GitHub] [shardingsphere] yu199195 opened a new issue #5847: Orchestration module listens for exeception when have more ruleConfiguration

yu199195 opened a new issue #5847:
URL: https://github.com/apache/shardingsphere/issues/5847


   repetition,if config this , have shardingRuleConfig and   encryptorConfiguration
   ```
   rules:
   - !SHARDING
     tables:
       t_order:
         actualDataNodes: ds_${0..1}.t_order_${0..1}
         keyGenerator:
           column: order_id
           type: SNOWFLAKE
         logicTable: t_order
         tableStrategy:
           standard:
             shardingAlgorithm:
               props:
                 algorithm.expression: t_order_${order_id % 2}
               type: INLINE
             shardingColumn: order_id
   - !ENCRYPT
     encryptors:
       encryptor_aes:
         props:
           aes.key.value: 123456xy
         type: aes
       encryptor_md5:
         type: md5
     tables:
       t_encrypt:
         columns:
           user_id:
             cipherColumn: user_cipher
             encryptor: encryptor_aes
             plainColumn: user_plain
           order_id:
             cipherColumn: order_cipher
             encryptor: encryptor_md5
   ```
   
   in `org.apache.shardingsphere.orchestration.core.configcenter.listener.SchemaChangedListener` have listener exception,  Because now it's all SPI loading rule configuration.
   
   
   


----------------------------------------------------------------
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] terrymanu closed issue #5847: Orchestration module listens for exeception when have more ruleConfiguration

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


   


----------------------------------------------------------------
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] yu199195 commented on issue #5847: Orchestration module listens for exeception when have more ruleConfiguration

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


   i will fix it.
   


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