|
1 | 1 | [[release-notes-6.3.1]]
|
2 | 2 | == {es} version 6.3.1
|
3 | 3 |
|
4 |
| -Also see <<breaking-changes-6.3>>. |
5 |
| - |
6 | 4 | [IMPORTANT]
|
7 | 5 | .Known issue with Elasticsearch 6.3.x on JDK 10
|
8 | 6 | ======================================================
|
@@ -48,7 +46,10 @@ upstream to the JDK maintainers and the workaround will be necessary until a
|
48 | 46 | version of the JDK that is not prone to this issue is released. For additional
|
49 | 47 | background, see {issue}31425[#31425].
|
50 | 48 |
|
51 |
| -+ |
| 49 | +====================================================== |
| 50 | + |
| 51 | +Also see <<breaking-changes-6.3>>. |
| 52 | + |
52 | 53 | [[bug-6.3.1]]
|
53 | 54 | [float]
|
54 | 55 | === Bug fixes
|
@@ -102,14 +103,21 @@ Watcher::
|
102 | 103 | [[release-notes-6.3.0]]
|
103 | 104 | == {es} version 6.3.0
|
104 | 105 |
|
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. |
107 | 114 |
|
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. |
109 | 119 |
|
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 | +====================================================== |
113 | 121 |
|
114 | 122 | [IMPORTANT]
|
115 | 123 | .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
|
156 | 164 | version of the JDK that is not prone to this issue is released. For additional
|
157 | 165 | background, see {issue}31425[#31425].
|
158 | 166 |
|
159 |
| -+ |
| 167 | +====================================================== |
| 168 | + |
160 | 169 | Also see <<breaking-changes-6.3>>.
|
161 | 170 |
|
162 | 171 | [[breaking-6.3.0]]
|
|
0 commit comments