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

Perhaps do the reindex async? #3

Open
sandipb opened this issue Jul 12, 2021 · 2 comments
Open

Perhaps do the reindex async? #3

sandipb opened this issue Jul 12, 2021 · 2 comments

Comments

@sandipb
Copy link

sandipb commented Jul 12, 2021

The reindex operation to change the mapping was timing out. Perhaps we can ask the trainee to do it async? I had to do this to make it work.

Start the import in the background.

POST _reindex?wait_for_completion=false
{
  "source": {
    "index": "imported_ecommerce_data"
  },
  "dest": {
    "index": "ecommerce_data"
  }
}

And then I keep running this from time to time till it showed as completed.

GET _tasks/ikGUJ5jGSbqZeetWtFFEjg:98339
@nathanbegbie
Copy link

Thanks @sandipb! I had the same issue and this resolved it :)

@mehrezbey
Copy link

Thank you @sandipb

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

3 participants