We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mask algorithm xxx is unregistered
5.5.2-SNAPSHOT d10aa6f
Proxy
Alter mask rule success
DistSQL execute success, bug metadata refresh failed
No.
create database sharding_db; use sharding_db; REGISTER STORAGE UNIT ds_0 ( URL="jdbc:mysql://127.0.0.1:3306/demo_ds_0?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true", USER="root", PASSWORD="123456", PROPERTIES("maximumPoolSize"=10) ); CREATE MASK RULE t_mask (COLUMNS((NAME=order_id,TYPE(NAME='MD5')))); ALTER MASK RULE t_mask (COLUMNS((NAME=order_id, TYPE(NAME='MASK_FROM_X_TO_Y', PROPERTIES('from-x'=1, 'to-y'=2, 'replace-char'='*')))));
The text was updated successfully, but these errors were encountered:
RaigorJiang
No branches or pull requests
Bug Report
Which version of ShardingSphere did you use?
5.5.2-SNAPSHOT d10aa6f
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
Proxy
Expected behavior
Alter mask rule success
Actual behavior
DistSQL execute success, bug metadata refresh failed
Reason analyze (If you can)
No.
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
The text was updated successfully, but these errors were encountered: