jiangML opened a new issue, #32407:
URL: https://github.com/apache/shardingsphere/issues/32407
## Feature Request
**For English only**, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we cannot make decision by current information,
we will **close it**.
Please answer these questions before submitting your issue. Thanks!
### Is your feature request related to a problem?
+ global.yaml
```yaml
mode:
type: Cluster
repository:
type: ZooKeeper
props:
namespace: pg_test
server-lists: localhost:2181
retryIntervalMilliseconds: 500
timeToLiveSeconds: 60
maxRetries: 3
operationTimeoutMilliseconds: 500
authority:
users:
- user: root@%
password: root
- user: sharding
password: sharding
privilege:
type: ALL_PERMITTED
props:
proxy-default-port: 15432
proxy-meta-data-collector-enabled: true
proxy-frontend-database-protocol-type: PostgreSQL
```
Drop database _db and test_db_1, but do not clear the collected system
metadat
+ Content of ZooKeeper

### Describe the feature you would like.
Clear the system metadata of the corresponding database
--
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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]