LarryChen

Results 2 issues of LarryChen

Zebra管理平台 ->读写分离命名,JdbcRef 如果配置了下划线会导致无法区分主从,如命名 :zebra_demo,会报 `java.sql.SQLException: Write dataSource is currently in the maintaining stage. at com.dianping.zebra.util.JDBCUtils.throwWrappedSQLException(JDBCUtils.java:62) at com.dianping.zebra.group.jdbc.GroupPreparedStatement.executeUpdate(GroupPreparedStatement.java:220) at com.dianping.zebra.sample.jdbc.GroupDataSourceSample.insertValue(GroupDataSourceSample.java:72) at com.dianping.zebra.sample.jdbc.GroupDataSourceSample.groupTest(GroupDataSourceSample.java:14) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)` 如果命名为 :zebra-demo就会没事。

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** I'm on the 7.2.0.152 docker image(docker pull onlyoffice/4testing-documentserver:7.2.0.152) execute Macros script, I get...

bug