Asakiny commented on issue #17216:
URL:
https://github.com/apache/dolphinscheduler/issues/17216#issuecomment-2983112247
You can solve this problem by adding the following two environment variables
to the ZooKeeper StatefulSet:
```yaml
- name: ZOO_AUTOPURGE_INTERVAL
value: "24"
- name: ZOO_AUTOPURGE_RETAIN_COUNT
value: "10"
```
This configuration will make ZooKeeper automatically clean up snapshot files
every 24 hours and retain the latest 10 snapshots.
--
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]