-
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
[Upgrade Assistant] Swapped reindexing flyouts order #115046
Changes from 7 commits
fc5d635
ac6068d
23e4684
b5ade3f
0b9f046
cb6e64a
7ac56e1
444b98c
86c82e8
46af644
58eea7c
990dc0e
cbd9804
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -16,6 +16,7 @@ import { | |||||||
EuiFlyoutBody, | ||||||||
EuiFlyoutFooter, | ||||||||
EuiSpacer, | ||||||||
EuiText, | ||||||||
} from '@elastic/eui'; | ||||||||
import { FormattedMessage } from '@kbn/i18n/react'; | ||||||||
|
||||||||
|
@@ -122,31 +123,21 @@ export const ChecklistFlyoutStep: React.FunctionComponent<{ | |||||||
</EuiCallOut> | ||||||||
</> | ||||||||
)} | ||||||||
<EuiCallOut | ||||||||
title={ | ||||||||
<FormattedMessage | ||||||||
id="xpack.upgradeAssistant.checkupTab.reindexing.flyout.checklistStep.readonlyCallout.calloutTitle" | ||||||||
defaultMessage="Index is unable to ingest, update, or delete documents while reindexing" | ||||||||
/> | ||||||||
} | ||||||||
color="warning" | ||||||||
iconType="alert" | ||||||||
> | ||||||||
<EuiText> | ||||||||
<p> | ||||||||
<FormattedMessage | ||||||||
id="xpack.upgradeAssistant.checkupTab.reindexing.flyout.checklistStep.readonlyCallout.cantStopDetail" | ||||||||
defaultMessage="If you can’t stop document updates or need to reindex into a new cluster, | ||||||||
consider using a different upgrade strategy." | ||||||||
id="xpack.upgradeAssistant.checkupTab.reindexing.flyout.checklistStep.reindexDescription" | ||||||||
defaultMessage="Index is unable to ingest, update, or delete documents while reindexing. If you can’t stop document updates or need to reindex into a new cluster, consider using a different upgrade strategy." | ||||||||
/> | ||||||||
</p> | ||||||||
<p> | ||||||||
<FormattedMessage | ||||||||
id="xpack.upgradeAssistant.checkupTab.reindexing.flyout.checklistStep.readonlyCallout.backgroundResumeDetail" | ||||||||
defaultMessage="Reindexing will continue in the background, but if Kibana shuts down or restarts you will | ||||||||
need to return to this page to resume reindexing." | ||||||||
defaultMessage="You can close this page while reindexing is in progress, it will continue in the background. If Kibana shuts down or restarts, return | ||||||||
to this page to resume reindexing." | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Kibana doesn't run the reindex request asynchronously? Page doesn't seem quite right for the flyout.
Suggested change
|
||||||||
/> | ||||||||
</p> | ||||||||
</EuiCallOut> | ||||||||
</EuiText> | ||||||||
<EuiSpacer /> | ||||||||
<ReindexProgress reindexState={reindexState} cancelReindex={cancelReindex} /> | ||||||||
</EuiFlyoutBody> | ||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not just "consider using a different upgrade strategy", it's more "don't reindex this index through the upgrade assistant". And the "different upgrade strategy" is really wait until you can stop writing to the index. Which is probably too much to try to convey here.
The 7.16 docs don't exist yet, so this should use a short link we can change. In the meantime, https://www.elastic.co/guide/en/elasticsearch/reference/7.15/docs-reindex.html#reindex-from-remote