-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[migration v6.5] Another Kibana instance appears to be migrating the index #25464
Comments
Pinging @elastic/kibana-operations |
@CamiloSierraH - thanks for the report. This issue is caused by stopping the process which is in charge of handling the migration. This "locking" is to handle having multiple Kibana instances. With this issue I see two possible problems:
There is more information available here: https://www.elastic.co/guide/en/kibana/current/upgrade-migrations.html |
same issue in a docker/dev environment |
Same issue - upgraded from 6.4.0 to 6.5.0 using DEB package - appears to be stuck on "Another Kibana instance appears to be migrating the index. Waiting for that migration to complete. If no other Kibana instance is attempting migrations, you can get past this message by deleting index .kibana_2 and restarting Kibana." Deleting .kibana_2 and restarting causes the same thing to happen, gets stuck on message above. Kibana UI says "Kibana server is not ready yet" -- cannot access /status either, same message. |
Same issue as @lnx01 upgrade from 6.4.x to 6.5.0 |
I have the same issue and was working on my test instance. Actually, I have no access to kibana. |
@gmeriaux you need to follow this steps to have back your kibana instance -> https://www.elastic.co/guide/en/kibana/current/release-notes-6.5.0.html#known-issues-6.5.0 |
@gmeriaux I had success with just downgrading kibana and removing the indexes .kibana_1 and .kibana_2 |
@CamiloSierraH,@gheffern .kibna2 indice delete after started kibna |
There. was no. problem with version 6.5.1 I am having success upgrading in Windows environment(6.4.3⇨6.5.1) |
Found a similar issue while upgrading. Turns out that was related to a |
I noticed that Kibana should be at full stop before deleting the indices. Although Kibana remained slow for a few minutes right before restarting - perhaps to reconstruct the both indices - it came up with all the data intact.
|
i have the error message: "Another Kibana instance appears to be migrating the index. Waiting for that migration to complete. If no other Kibana instance is attempting migrations, you can get past this message by deleting index .kibana_1 and restarting Kibana." |
I've faced the same problem while upgrading from |
I had the same problem migrating from I solved deleting the 3 indexes: I used the following command from linux bash: |
Hello, the instructions provided by @Timmy93 is destructive and you will lose all the Dashboards and Visualizations. The migration process is explained at this documentation page. |
I was upgrading kibana from |
I just found out there was another kibana instance on the same es cluster. All set after upgrading the rest! This was my bad. Plz plz plz make sure you don't have any other instance on the same cluster. |
Same issue on upgrade, but now creating the index pattern is taking forever, to the point i'm concerned it isn't working at all. |
@notque - for that issue I would recommend inspecting the ES logs as it's unrelated to Kibana migrations. |
I ran into this issue as well when upgrading from After stopping Kibana on all 3 and deleting the
Instead of deleting the
|
Just for curiosity: I restarted kibana too soon after upgrade from 7.0 to 7.2 and got stuck in „Kibana server is not ready" (+ finally found log entry that another kibana instance appears…). Fortunately message suggested which index should I delete. It would really nice if kibana could pick up migration by itself. |
This stuck state can also happen if Elasticsearch allocation is disabled when Kibana is upgraded |
I had the same error.(kibana 6.8.2) 3 instances were running in my site, .kibana, .kibana_1 and .kibana_2. Followed the below steps: 1.Stop Kibana service. |
Pinging @elastic/kibana-platform (Team:Platform) |
[elastic@sjc-v2-elk-l01 ~]$ curl localhost:9200 LOGS log [03:47:03.301] [info][savedobjects-service] Starting saved objects migrations I am getting same error, I deleted below indices and restarted, but same erro. [elastic@sjc-v2-elk-l01 ~]$ curl localhost:9200/_cat/indices |
Hello @shemukr |
This is currently the expected behavior when a migration fails, but will be improved by #52202 which will for automated retries of failed migrations without user intervention. |
same issue here |
Kibana version: 6.5.0
Elasticsearch version: 6.5.0
Server OS version:
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
From source
Describe the bug:
I'm using Elasticsearch and Kibana in v6.4.3 and i'm testing to migrate to v6.5.0.
When i start Kibana for the fist time un v6.5.0 i stop the process during the migration and i have an empty browser page for Kibana
Steps to reproduce:
To reproduce, i start kibana and i stop when the logs where on this stage:
At that point the response of aliases cat request are :
and if i try to restart the Kibana service, i have an empty page in the browser and in the logs i have this message:
I delete .kibana_2 index as mentioned in the logs, using this Curl request:
I restart Kibana and i have this message:
I delete .kibana_1 index as mentioned in the logs, using this Curl request:
I restart Kibana and this time everything works, Kibana is back on the browser, and in the logs i have the logs:
@bhavyarm
Expected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: