-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
Description
Describe the bug
I have an index over 20TB large, and with the current cluster configuration whenever I try to create a point-in-time index to paginate on, the generated PIT ID is over 70kb long.
I would like to understand if there's something about our cluster of index configuration that may be causing this, or if it's reflective of an internal bug.
Snippet for reference:
Request
POST /my-index/_search/point_in_time?keep_alive=30m
Response
{
"pit_id": "... < TRUNCATED > ...",
"_shards": {
"total": 525,
"successful": 525,
"skipped": 0,
"failed": 0
},
"creation_time": 1767992611392
}
Related component
Search:Performance
To Reproduce
Request
POST /my-index/_search/point_in_time?keep_alive=30m
Response
{
"pit_id": "... < TRUNCATED > ...",
"_shards": {
"total": 525,
"successful": 525,
"skipped": 0,
"failed": 0
},
"creation_time": 1767992611392
}
Expected behavior
I would expect the generate PIT id to be "small" (much less than 1kb) in size
Additional Details
Plugins
Attached text file
Host/Environment (please complete the following information):
- OS:
5 c7g.2xlarge.search master nodes
60 r7g.8xlarge.search data nodes - Version OpenSearch_3_1_R20251112-P1
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
π New