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/06/03 02:52:08 UTC

[GitHub] [shardingsphere] menghaoranss opened a new issue #5897: Can not add a scaling job when sharding rule contains 'defaultTableStrategy: none' #dev-4.x

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


   According #5884 
   
   Error log: 
   
   ```
   Caused by: org.yaml.snakeyaml.constructor.ConstructorException: Cannot create property=none for JavaBean=org.apache.shardingsphere.core.yaml.config.sharding.YamlShardingStrategyConfiguration@27a0aadd
    in 'string', line 8, column 3:
         none: ''
         ^
   No single argument constructor found for class org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlNoneShardingStrategyConfiguration
    in 'string', line 8, column 9:
         none: ''
               ^
   
           at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:312)
           at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:189)
           at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
           at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:297)
           ... 42 common frames omitted
   Caused by: org.yaml.snakeyaml.error.YAMLException: No single argument constructor found for class org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlNoneShardingStrategyConfiguration
           at org.yaml.snakeyaml.constructor.Constructor$ConstructScalar.construct(Constructor.java:396)
           at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
           at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:297)
           ... 45 common frames omitted
   ```


----------------------------------------------------------------
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 #5897: Can not add a scaling job when sharding rule contains 'defaultTableStrategy: none' #dev-4.x

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


   


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