-
Notifications
You must be signed in to change notification settings - Fork 31
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
[BUG] Running the solution is getting null error in metadata migration #1177
Comments
@rudney-souza Thanks for opening this issue. To help us understand what happened could you grab the metadata log file associated with failure, see Metadata-Migration#troubleshoot-issues for how to get this. |
Thanks for response @peternied, so i got those logs in here |
@rudney-souza Thanks - I'm not seeing any [ERROR] entries or exception call stacks in what you've posted. Is it possible for you to share with me the full log contents privately? I'm on the OpenSearch Slack instance as |
- Resolves opensearch-project#1177 Signed-off-by: Peter Nied <[email protected]>
Extracted the full callstack from the log file:
|
@rudney-souza I've merged a fix for this issue, you can pick it up immediately by going onto the bootstrap box with the following steps cd /opensearch-migrations/deployment/cdk/opensearch-service-migration
git fetch origin
git merge origin/main
./buildDockerImages.sh
# Confirm any cdk.context.json settings and then redeploy
./deploy.sh |
That sounds nice @peternied , thanks a lot! |
Now all working, thanks a lot @peternied |
What is the bug?
After running the snapshot command, and waiting till completion, ive ran the command for metadata evaluate and got an null error
How can one reproduce the bug?
making a snapshot from ES_6.7 and then try to get metadata evaluated
What is the expected behavior?
A normal migration from ES_6.7 to OS_2.17
What is your host/environment?
ES_6.7 to OS_2.17
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: