-
Notifications
You must be signed in to change notification settings - Fork 73
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
Problem building #69
Comments
@jhonathas According to the Elasticsearch docs, this should only happen when you write the same document to an index twice, while specifying the https://www.elastic.co/guide/en/elasticsearch/guide/current/optimistic-concurrency-control.html Some questions that will help nail this down:
|
Hi, Follow print from my document. The example of the error that I had presented was of the ProfileDocument, but since it is giving error in others also, follows print of the document. I do not use version inside. Taking advantage, an error that gives several times and it may be that one error has connection with the other is this error here: Thank you very much for the help |
The error continues. From what I saw the error happens here - And when it goes from there, it gives error here - These are the 2 code locations that time out. I tried to do this in the store:
But it did not resolve. I am indexing 964,000 lines from postgres. Any idea? |
@jhonathas I'm sorry you're still experiencing this issue. Unfortunately, I don't have a clear idea what might be causing it. :-( Happy for anyone to help with this who can. |
Hi everyone, I'm trying this problem here:
I've already tried using Elasticsearch with Jason and Poison and the error continues. You know what may be happening?
I completely cleared the Elasticsearch thinking there might be some duplicity, but it did not work.
The command I use is this:
mix elasticsearch.build dev-profiles --cluster V2V.ElasticsearchCluster
The text was updated successfully, but these errors were encountered: