You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered two issues while deploying the Pinot cluster using the ansible playbook available in this repository.
Firstly, I noticed that the ZooKeeper configuration file does not have the data log retention configuration set. This is important because without a retention policy, the ZooKeeper data logs can consume a large amount of disk space over time. It is recommended to configure the data log retention to limit the disk usage of ZooKeeper data logs.
Secondly, I observed that the Pinot controller does not have a configuration for segment deletion retention. This means that the deleted segments are not removed from the disk, and they can accumulate over time, leading to disk space issues. It is recommended to configure a retention policy for deleted segments to ensure that they are removed from the disk after a certain period.
The text was updated successfully, but these errors were encountered:
I have encountered two issues while deploying the Pinot cluster using the ansible playbook available in this repository.
Firstly, I noticed that the ZooKeeper configuration file does not have the data log retention configuration set. This is important because without a retention policy, the ZooKeeper data logs can consume a large amount of disk space over time. It is recommended to configure the data log retention to limit the disk usage of ZooKeeper data logs.
Secondly, I observed that the Pinot controller does not have a configuration for segment deletion retention. This means that the deleted segments are not removed from the disk, and they can accumulate over time, leading to disk space issues. It is recommended to configure a retention policy for deleted segments to ensure that they are removed from the disk after a certain period.
The text was updated successfully, but these errors were encountered: