Skip to content

Commit bb2f59a

Browse files
committed
Reformat known issues for 6.3
This commit reformats the known issues for 6.3, and fixes an issue with a missing closing marker for a section.
1 parent 73754de commit bb2f59a

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

docs/reference/release-notes/6.3.asciidoc

+19-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[[release-notes-6.3.1]]
22
== {es} version 6.3.1
33

4-
Also see <<breaking-changes-6.3>>.
5-
64
[IMPORTANT]
75
.Known issue with Elasticsearch 6.3.x on JDK 10
86
======================================================
@@ -48,7 +46,10 @@ upstream to the JDK maintainers and the workaround will be necessary until a
4846
version of the JDK that is not prone to this issue is released. For additional
4947
background, see {issue}31425[#31425].
5048
51-
+
49+
======================================================
50+
51+
Also see <<breaking-changes-6.3>>.
52+
5253
[[bug-6.3.1]]
5354
[float]
5455
=== Bug fixes
@@ -102,14 +103,21 @@ Watcher::
102103
[[release-notes-6.3.0]]
103104
== {es} version 6.3.0
104105

105-
[float]
106-
=== Known issues
106+
[IMPORTANT]
107+
.Known issue upgrading from 5.x
108+
======================================================
109+
110+
Upgrades from any 5.x version will fail for indexes which are prepared using the
111+
<<indices-synced-flush, _synced flush API>>, or were automatically sync-flushed
112+
due to inactivity. If upgrading from those versions, please wait for 6.3.1 to be
113+
released.
107114
108-
Upgrades from any 5.x version will fail for indexes which are prepared using the <<indices-synced-flush, _synced flush API>>, or were automatically sync-flushed due to inactivity. If upgrading from those versions, please wait for 6.3.1 to be released.
115+
Clusters with a Gold or Platinum license that are upgrading to 6.3 will need to
116+
explicitly set `xpack.security.enabled: true` in `elasticsearch.yml` to upgrade
117+
successfully. If this value is not set, the cluster will be unable to form
118+
after upgrade.
109119
110-
Clusters with a Gold or Platinum license that are upgrading to 6.3 will need to explicitly set
111-
`xpack.security.enabled: true` in `elasticsearch.yml` to upgrade successfully.
112-
If this value is not set, the cluster will be unable to form after upgrade.
120+
======================================================
113121

114122
[IMPORTANT]
115123
.Known issue with Elasticsearch 6.3.x on JDK 10
@@ -156,7 +164,8 @@ upstream to the JDK maintainers and the workaround will be necessary until a
156164
version of the JDK that is not prone to this issue is released. For additional
157165
background, see {issue}31425[#31425].
158166
159-
+
167+
======================================================
168+
160169
Also see <<breaking-changes-6.3>>.
161170

162171
[[breaking-6.3.0]]

0 commit comments

Comments
 (0)