Skip to content

Commit 2e55135

Browse files
committed
Released docs about P006C
1 parent 202e0f5 commit 2e55135

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/patches/P006C.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: P006C
3+
---
4+
5+
Atomic Writes When Scaling Web Tier
6+
7+
## Description
8+
9+
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.
10+
11+
## Impact
12+
13+
- Web Tier
14+
15+
## Changes
16+
17+
- Update /opt/jrc/lib/helpers file with improved helper functions
18+
19+
## If You Accept
20+
21+
Web tier will scale smoothly without any interruption or data loss.
22+
23+
## If You Reject
24+
25+
Web tier might experience issues when scaling.

0 commit comments

Comments
 (0)