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
POD_MEM_LIMIT = JVM Heap + Direct Memory
Direct Memory = pravegaservice.cache.size.max + 1GB/2GB (other uses) ; (Direct memory is less than cache.size.max)
This verification can be done before deployment by the operator instead of manually relying on the user to set it right...
With incorrect values, the Segment store faces errors of the pattern.
@shrids there are multiple validation checks possible here, in addition to the ones listed above.
It would be good to list all those out as sub-tasks and prioritize.
Description
https://github.com/pravega/pravega-operator/blob/master/doc/upgrade-cluster.md#upgrade-to-pravega-07-or-above indicates that Segment store settings following rules like :
POD_MEM_LIMIT = JVM Heap + Direct Memory
Direct Memory = pravegaservice.cache.size.max + 1GB/2GB (other uses) ; (Direct memory is less than cache.size.max)
This verification can be done before deployment by the operator instead of manually relying on the user to set it right...
With incorrect values, the Segment store faces errors of the pattern.
Importance
should-have
Location
Pre deployment validation..
Suggestions for an improvement
Ensure Pre-condition checks like the one mentioned for SegStore are performed before deployment.
The text was updated successfully, but these errors were encountered: