Ashish Singh
Ashish Singh
>We've upgraded to 2.19.1. Does the setting still apply? Will snapshot management policy still work if setting is set to false? The setting has been removed with 2.19 version which...
@andrross would you be able to review https://github.com/opensearch-project/OpenSearch/pull/18583/? This should fix the issue here.
Hi @tomchlee, are you still seeing the issue? If so, can you tell share the debug logs?
@tomchlee can you try 2.19.3 and let me know if you still see the issue. Even if you dont see the issue, do share the debug logs. I have added...
> We also support async multipart upload(`AsyncTransferManager` has the logic). Do you want to extend that capability as well? cc: @ashking94 Check https://github.com/opensearch-project/OpenSearch/pull/18064#pullrequestreview-2814267845. I had the same question. Will let...
I was able to see a failure locally after running this on an infinite loop: #### Assertion failure: ``` java.lang.AssertionError: replica shards haven't caught up with primary for shardId=[test][7] replicaNode=FoWC4kZbRyGvLVEZqS-8xg...
Based on the analysis so far, it appears to happen during primary relocation where on relocation the SI version and generation bumps up and does segrep, but the replica on...
Adding logs seen that clearly explains the above issue (In chronological order): **node_t0**: target **node_t4**: source **node_t1**: replica node **Primary relocation started** > [2025-08-06T22:33:34,915][DEBUG][o.o.i.r.PeerRecoveryTargetService] [node_t4] [test][1] starting recovery from {node_t0}{P5ntM5WNQimjWm3ure1HWQ}{bogfLcGES5uYpcHB_3CYMg}{127.0.0.1}{127.0.0.1:43987}{dimr}{shard_indexing_pressure_enabled=true}...
I am trying a simple fix locally - https://github.com/ashking94/OpenSearch/commit/50e9421569ac454762e053586d876b603db7a0e7. If this works, I will raise a PR. The test fails in around 50 iterations as of now, will run the...
Attendees - [1](https://github.com/ashking94) [2](https://github.com/sachinpkale) [3](https://github.com/skumawat2025) [4](https://github.com/ashking94) Thanks for filing this issue, please feel free to submit a pull request.