guojialiang

Results 14 comments of guojialiang

Hi, @andrross @SwethaGuptha I first found this test in [#18255](https://github.com/opensearch-project/OpenSearch/pull/18255)'s [gradle test](https://build.ci.opensearch.org/job/gradle-check/58776/testReport/junit/org.opensearch.cluster.allocation/FilteringAllocationIT/testDecommissionNodeNoReplicas/), spent some time analyzing it, and submitted a PR for the fix. Can you please take a look?

Hi, @yupeng9, I think it's a great idea and would like to discuss it. > External Metadata Storage > An important architectural change that can be made is the decoupling...

> This is a good question. Usually etcd allows thousands of clients to connect with 3k+ ops/sec for write and 20k+ ops/sec for read based on its use in kubernetes...

In order to evaluate the resource overhead of translog concurrent recovery, I conducted several sets of tests. #### Method The testing method is to restart the node where the primary...

@Bukhtawar @sachinpkale @gbbafna @mch2 @ashking94 @shourya035 @linuxpi - Do take a look and give your feedback:)

@bugmakerrrrrr I submitted a [PR](https://github.com/opensearch-project/OpenSearch/pull/20251) and would like to invite you to help review it, thank you :)

@Bukhtawar @sachinpkale @gbbafna @mch2 @ashking94 @shourya035 @linuxpi - Do take a look and give your feedback:)

Thank you for your reply. @Bukhtawar > data loss for possibly the first doc post last refresh? Yes. > I am assuming this should be fairly reproducible with the remote...

Thanks @linuxpi > nextSeqNo depicts the next available sequence number so when we write doc1 it would be assigned seqno 0 and nextSeqNo will be updated to 1. The processedCheckpoint...

Hi, @linuxpi. > Looking forward to the PR [@guojialiang92](https://github.com/guojialiang92) :) I have already submitted the [PR](https://github.com/opensearch-project/OpenSearch/pull/20150) and ensured that the tests pass. I would like to invite you to help...