Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Failed to reindex to remote cluster #20

Open
xmudall opened this issue Mar 17, 2016 · 2 comments
Open

Failed to reindex to remote cluster #20

xmudall opened this issue Mar 17, 2016 · 2 comments

Comments

@xmudall
Copy link

xmudall commented Mar 17, 2016

@marevol
As you said, I open a new issue to report this problem.
But unfortunately, I haven't got any log from ES log file about this problem. There's nothing printed during the reindexing operation.
I have to correct a mistake I wrote yesterday. I said the reindex process finished after some time, but actually it won't finished itself until I delete it manually.

------- What I post yesterday ------
I've 2 clusters with 3 nodes for each and i've installed this plugin for all 6 nodes.
I can do this request successfully:
-XPOST http://host1:9200/index1/_reindex/index2/?url=http%3A%2F%2Fhost2%3A9200%2F
and get correct response with a name from it.
After some time the process seems finished from -XGET http://host1:9200/_reindex API, but nothing changed to the host2

@marevol
Copy link
Contributor

marevol commented Mar 17, 2016

Need more info...
What is a version of es and reindexing plugin?
Does it work curl -XPOST http://host1:9200/index1/_reindex/index2?
Is host1 able to access to host2?

@xmudall
Copy link
Author

xmudall commented Mar 17, 2016

es version: 2.2.1
plugin version: 2.1.1
Reindex inner cluster works fine.
I can get correct response if curl -XGET http://host2:9200/index2/_search from host1

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

No branches or pull requests

2 participants