-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wt 23007 support es7 in nfx v3 #3
Conversation
…'es7-persistence/README.md' guide
I've deployed separate apps in
@marcocrasso could you please check elasticsearch integration? Currently there are no indices in ES (I've sent you ES creds to wickr) |
@vukor conductor.elasticsearch.url=https://vpc-ai-nfx-conductor-tst-gvdjf6rgtk6w5llenpm4kf4sqi.us-east-1.es.amazonaws.com and hit ./gradlew server Then I pull ai-recsys-core-index@main modified the health check and hit: The above registers one task definition and one workflow definition too. Then in another shell I run make start_wf and the workflow run successfully but in the Conductor Server log, I saw an exception which tells that logs of the tasks couldn't be indexed. When I checked the ES7 indeces I confirmed that one was missing. ✗ curl -u 'elastic:<<>>' https://vpc-ai-nfx-conductor-tst-gvdjf6rgtk6w5llenpm4kf4sqi.us-east-1.es.amazonaws.com/_cat/indices The exception is below, have you been looking at index creation? I can take a look tomorrow.
|
Follow-up, I left a comment to the original author Netflix#2324 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've committed one change in es7-persistence module, which creates all required indexes. It is working, we can merge. Thanks Anton, great work!
Pull Request type
Changes in this PR
This pr is copied from Netflix#2324