Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State manager failed, cannot create state index #42

Open
gvsrini opened this issue Oct 14, 2018 · 1 comment
Open

State manager failed, cannot create state index #42

gvsrini opened this issue Oct 14, 2018 · 1 comment

Comments

@gvsrini
Copy link

gvsrini commented Oct 14, 2018

Any pointers on how to solve this issue:

Kohesive - Elasticsearch Data Import Utility
Connecting to target ES/Algolia to check state...
Data import failed due to:
State manager failed, cannot create state index
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kohesive-dih-state-v2] as the final mapping would have more than 1 type: [log, lock, state]"}],"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kohesive-dih-state-v2] as the final mapping would have more than 1 type: [log, lock, state]"},"status":400}

Debug stack trace:
uy.kohesive.elasticsearch.dataimport.DataImportException: State manager failed, cannot create state index
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kohesive-dih-state-v2] as the final mapping would have more than 1 type: [log, lock, state]"}],"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kohesive-dih-state-v2] as the final mapping would have more than 1 type: [log, lock, state]"},"status":400}
        at uy.kohesive.elasticsearch.dataimport.ElasticSearchStateManager.init(State.kt:71)
        at uy.kohesive.elasticsearch.dataimport.App.run(App.kt:88)
        at uy.kohesive.elasticsearch.dataimport.App$Companion.main(App.kt:40)
        at uy.kohesive.elasticsearch.dataimport.App.main(App.kt)
@apatrida
Copy link
Contributor

It looks like your version of Elasticsearch is newer than what is supported. I will do an update soon to current versions of Elasticsearch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants