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/11/12 08:40:54 UTC

[GitHub] [shardingsphere] sunnyLu9527 commented on a change in pull request #13567: FAQ#27

sunnyLu9527 commented on a change in pull request #13567:
URL: https://github.com/apache/shardingsphere/pull/13567#discussion_r748068665



##########
File path: docs/document/content/reference/faq/_index.cn.md
##########
@@ -320,3 +320,39 @@ ShardingSphere 中很多功能实现类的加载方式是通过 [SPI](https://sh
 更多关于 alias 使用方法请参考 [Proxool官网](http://proxool.sourceforge.net/configure.html)。
 
 PS:sourceforge 网站需要翻墙访问。
+
+## 27. [分片] 设置分片策略和自增主键策略时,*props*属性设置未生效?
+
+回答:
+
+须要特别注意自定义的算法名称约束(仅允许`[a-z][0-9]`和`-`)
+
+原因如下:
+
+ShardingSphere底层通过Spring的Binder来绑定Properties实例,假如格式不规范会抛出`InvalidConfigurationPropertyNameException`异常,但是ShardingSphere内部消化了这个异常,

Review comment:
       Thank for you remind,I will submit an English version of the document and try to fix this problem.




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