-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Labels
Milestone
Description
- dble version:
5.6.29-dble-9.9.9.9-23d8c57-20180722154703 - preconditions :
sharding rule is not used by any table - configs:
rule.xml
<tableRule name="date_rule">
<rule>
<columns>id</columns>
<algorithm>date_func</algorithm>
</rule>
</tableRule>
<function class="Date" name="date_func">
<property name="dateFormat">yyyy-MM-dd</property>
<property name="sEndDate">2018-01-31</property>
<property name="sPartionDay">10</property>
</function>
-
steps:
step1. execute manager command: reload @@config_all -
expect result:
- give messages like 'sBeginDate is not found'
-
real result:
- The reason is com.actiontech.dble.config.util.ConfigException: java.lang.NullPointerException
-
supplements:
1.
/label ~BUG