Commit Graph

8 Commits

Author SHA1 Message Date
Keith Massey 8a2ff09b36
Adding a known issue to the release notes about the ingest attachment processor causing cluster instability (#96811) 2023-06-14 08:33:36 -05:00
Przemyslaw Gomulka 5b083e29f2
[doc] Add known issue to all affected versions due to jackson parsing bug (#93915)
relates #92480
relates #92984
2023-02-22 16:57:12 +01:00
David Turner 9eba369356
Add known-issue docs for #92812 (#92813) 2023-01-11 11:18:27 +00:00
David Roberts 9fe9020dfc
[ML] Adding a known issue for the ML datafeed auth header problem (#92274)
Due to #41185 datafeeds created prior to 7.0 and not updated since
then have unparseable authorization headers in 8.x. In 8.0-8.3 this
could easily be a non-issue, as such datafeeds were likely forgotten
leftovers and never run. Even if it was a problem, only the datafeed
of interest would need updating with any urgency.

Due to #87884 datafeeds with authorization headers older than 7.0
prevent _all_ datafeeds being listed in 8.4 and 8.5. This in turn
breaks the anomaly detection job management section of the ML UI.

The problem is alleviated by #92168 and fixed by #92221, but we
should warn users that the problem exists in 8.4.0-8.5.3 inclusive.
2022-12-13 09:22:49 +00:00
Przemyslaw Gomulka aa922754af
Add known issues entry about date rounding bug (#90721)
add entry to all affected versions

relates #90187
2022-10-14 11:51:02 +02:00
Julie Tibshirani c3f625e34f Fix formatting for 8.4.2 known issues 2022-09-25 19:16:21 -07:00
Julie Tibshirani 1acc278c2e
Ensure cross_fields always uses valid term statistics (#90278)
In #89016 we adjusted the `cross_fields` scoring formula to prevent negative
scores. This fix accidentally dropped another important fix that was added in
#41938. Specifically, we need to make sure to take the minimum between the
document frequency (`actualDf`) and the minimum total term frequency
(`minTTF`). Otherwise, we can produce invalid term statistics where the total
term frequency is less than the document frequency.

Fixes #90275
2022-09-23 10:35:24 -07:00
Iraklis Psaroudakis 56dd7c74da
Forward port 8.4.2 documentation to main (#90170)
Forward port 8.4.2 documentation to main
2022-09-20 18:42:47 +03:00