Sooraj Sinha

Results 14 comments of Sooraj Sinha

I have created a fork and refactored it to support OpenSearch: https://github.com/soosinha/opensearch-analysis-ik . Would you like to import this as a separate repository in your project?

@duydo The packaged zip of the plugin does not contain the tokenizer. What is the process for installing the new tokenizer on an Elasticsearch node ?

This error is printed when the [replication status API](https://opensearch.org/docs/latest/tuning-your-cluster/replication-plugin/api/#get-replication-status) is invoked. Are you running some job which queries for the replication status for all the indices? If not, can you...

`OpenSearchTimeoutException` is an expected exception thrown when no new operations are available in the leader cluster. The `GetChangesAction` waits for 1 minute for the global checkpoint to advance before throwing...

``` [2023-12-14T03:22:51,283][WARN ][o.o.i.c.IndicesClusterStateService] [node_t2] [test][1] marking and sending shard failed due to [failed recovery] org.opensearch.indices.recovery.RecoveryFailedException: [test][1]: Recovery failed from {node_t1}{unJbKf_RSSagBnE440OOrw}{a775_BliR_WvTYflMVyh7g}{127.0.0.1}{127.0.0.1:53213}{dimr}{shard_indexing_pressure_enabled=true} into {node_t2}{BzqQ9aUKSOWk7GHnGn8-Xg}{mKanlBDeSOavIkjr4PtdOQ}{127.0.0.1}{127.0.0.1:53215}{dimr}{shard_indexing_pressure_enabled=true} ([test][1]: Recovery failed from {node_t1}{unJbKf_RSSagBnE440OOrw}{a775_BliR_WvTYflMVyh7g}{127.0.0.1}{127.0.0.1:53213}{dimr}{shard_indexing_pressure_enabled=true} into {node_t2}{BzqQ9aUKSOWk7GHnGn8-Xg}{mKanlBDeSOavIkjr4PtdOQ}{127.0.0.1}{127.0.0.1:53215}{dimr}{shard_indexing_pressure_enabled=true}) at...

Can you confirm what is your requirement: - Do you want to replicate the dashboard indices as well or - Do you want that replication should not happen for these...

@opensearch-project/index-management Let me know if I can go ahead with this change.

@bowenlan-amzn Thanks for the confirmation. Can you assign this issue to me? The plan was to copy only settings and mappings from the previous index. But the issue that you...

Looks good on a high level. Can you move it out of draft ?