Skip to content

[BUG] Generated PIT ID is exceptionally long (70kb)Β #20456

@slppo

Description

@slppo

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

plugins.txt

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

No one assigned

    Type

    No type

    Projects

    Status

    πŸ†• New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions