hazelcast / hz-docs

Source content for the Hazelcast Platform documentation
10 stars 97 forks source link

Docs: Feedback for Configuring Persistence #814

Open m-u-khayyam opened 1 year ago

m-u-khayyam commented 1 year ago

Hi, I have some feedback about this page

Hazelcast application does not support removing catalog-persistence-enabled on restart (unless persistence data is removed over all). It should be mentioned in the documentation explicitly. The clients think they can just remove data by just removing this config but rather application fails to start in that case.

Serdaro commented 1 year ago

@m-u-khayyam , We are saying "Once persistence of SQL metadata is enabled on a cluster, it is permanently enabled. You cannot disable it." at https://docs.hazelcast.com/hazelcast/5.3/storage/configuring-persistence#sql.

Would it better to rephrase it like "Once persistence of SQL metadata is enabled on a cluster, it is permanently enabled. You cannot disable it for any restarts, i.e., you cannot remove metadata by disabling the following configuration option. Otherwise the cluster fails fast on startup"?