Skip to content

Commit f546964

Browse files
authored
[doc] known issues - week based patterns not working in 7.6 (#58099) (#58223)
relates #57128
1 parent 36d1eaa commit f546964

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/reference/release-notes/7.6.asciidoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,23 @@ that are incompatible with java.time patterns will cause parsing errors, incorre
168168
https://github.com/elastic/elasticsearch/pull/52555
169169
This is fixed in {es} 7.7 and later versions.
170170

171-
* Slow loggers can cause Log4j loggers to leak over time. When a new index is created, a new Log4j logger is associated with it. However, when an index is deleted, Log4j keeps an internal reference to its loggers that results in a memory leak (issue: {issue}56171[#56171])
171+
* Slow loggers can cause Log4j loggers to leak over time. When a new index is created,
172+
a new Log4j logger is associated with it. However, when an index is deleted,
173+
Log4j keeps an internal reference to its loggers that results in a memory leak (issue: {issue}56171[#56171])
172174
+
173175
This issue is fixed in {es} 6.8.10 and 7.7.1.
176+
177+
* Week-based date patterns are not working correctly with `Y`. Using `Y` with `w` will result in
178+
a failed request and an exception in the logs (issue: {issue}57128[#57128]). Using `y` with `w` results in
179+
incorrect date calculations. A workaround is to add the following line to the `jvm.options` file.
180+
+
181+
[source,shell]
182+
--------------------------------------------
183+
9-:-Djava.locale.providers=SPI,COMPAT
184+
--------------------------------------------
185+
+
186+
This issue is fixed in {es} 7.7.0 and later versions (issue: {issue}50916[#50916]).
187+
174188
[[breaking-7.6.0]]
175189
[float]
176190
=== Breaking changes

0 commit comments

Comments
 (0)