bowenlan-amzn

Results 79 comments of bowenlan-amzn

Yes, the ism_template behavior is consistent with index template function provided in OpenSearch core, it won't change already created index, but only work when new index created. The control code...

Collect execution metrics - ties in stats API for ISM, and execution metrics specific to Job Scheduler, ISM stats API

https://github.com/opensearch-project/job-scheduler/issues/93

Can check the ISM running status using [explain API](https://opensearch.org/docs/latest/im-plugin/ism/api/#explain-index), it will show what state your managed index is in and whether it any ISM action failed because of some exception.

Can you give the explain result for the problem index, not this `08.01` which seems to be the latest index created today. On the frontend, there's a `Policy managed indices`...

Sorry for losing track on this. Lemme provide you some more tools to figure out what's going on 1. ISM runs action using a fixed-time interval scheduled job, the interval...

`RestChangePolicyActionIT.test change policy API should only apply to indices in the state filter` [Workflow link](https://github.com/opensearch-project/index-management/pull/109/checks?check_run_id=3223228421) error ``` 2021-08-02T17:31:54.8424115Z REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.indexmanagement.indexstatemanagement.resthandler.RestChangePolicyActionIT.test change policy API should only apply...

``` REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.indexmanagement.indexstatemanagement.action.RolloverActionIT.test rollover min primary shard size" -Dtests.seed=7BB5E96EAB38AAE6 -Dtests.security.manager=false -Dtests.locale=cs-CZ -Dtests.timezone=America/Lower_Princes -Druntime.java=17 org.opensearch.indexmanagement.indexstatemanagement.action.RolloverActionIT > test rollover min primary shard size FAILED java.lang.AssertionError: Found multiple shards...

`java.lang.NullPointerException` `RestStopRollupActionIT.test stopping a failed rollup` ``` REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.indexmanagement.rollup.resthandler.RestStopRollupActionIT.test stopping a failed rollup" -Dtests.seed=25E38D5DE3AB3302 -Dtests.security.manager=false -Dtests.locale=en-MT -Dtests.timezone=Africa/Brazzaville -Druntime.java=11 Suite: Test class org.opensearch.indexmanagement.rollup.resthandler.RestStopRollupActionIT 2> REPRODUCE WITH: ./gradlew...

`DeleteActionIT.test basic` There could be race condition to check history document after an index gets deleted. https://github.com/opensearch-project/index-management/blob/main/src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/action/DeleteActionIT.kt#L55 ``` [2022-06-06T05:15:20,891][INFO ][o.o.i.i.ManagedIndexRunner] [integTest-0] Executing attempt_delete for deleteactionit_index_1 [2022-06-06T05:15:20,984][INFO ][o.o.j.s.JobSweeper ] [integTest-0] Descheduling...