Skip to content

Commit 76435a8

Browse files
kosabogiszabosteve
andauthored
Update explore-analyze/transforms/transform-limitations.md
Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent c608773 commit 76435a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-analyze/transforms/transform-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Transforms rely on point-in-time (PIT) searches to ensure that queries are consi
157157

158158
When many transforms run concurrently, especially in environments with large numbers of SLOs (hundreds to more than 1000 transforms), PITs can be opened and closed in quick succession. Because PITs are closed asynchronously, the close operation does not wait for the previous request to complete. This can create a backlog of PIT close requests, known as a PIT storm.
159159

160-
A PIT storm increases the memory pressure on hot nodes. This may result in rising memory usage and long garbage collection cycles. In practice, searches and writes may slow down or queue until the node recovers, and in severe cases a restart may be required.
160+
A PIT overload increases the memory pressure on hot nodes. This may result in rising memory usage and long garbage collection cycles. In practice, searches and writes may slow down or queue until the node recovers, and in severe cases a restart may be required.
161161

162162
As a workaround, you can disable PIT for a specific {{transform}}:
163163

0 commit comments

Comments
 (0)