# P006C

Atomic Writes When Scaling Web Tier

# Description

This patch fixes an issue regarding atomic writes when scaling the web tier. Currently, some customers are experiencing issues scaling smoothly because of a race condition that happens when writing to the same file shared over NFS. This patch will ensure that writes happen atomically, preventing any data loss that may occur during scaling operations. The data that is being written is not customer data, but instead metadata about the deployment.

# Impact

  • Web Tier

# Changes

  • Update /opt/jrc/lib/helpers file with improved helper functions

# If You Accept

Web tier will scale smoothly without any interruption or data loss.

# If You Reject

Web tier might experience issues when scaling.