Nik Everett
Nik Everett
> @nik9000 could you rewrite the fallback so that it doesn't hit this exception? @ivancea has code that does pretty much this already: https://github.com/elastic/elasticsearch/pull/108574/files/81a949a2ad6d245707dec268ed133acc10511fcd#diff-e5229c7428590a22294db189f7845ae0fadefc37b2154c5da1f1dc85804bcaecR190 It's in a PR that's just...
Looks good. Please double check that we are only skipping things that make sense in `qa/single-node`. I don't think we will be, but eyes aren't computers.
I've tracked this one down and have a patch. Tomorrow morning I think. On Mon, May 13, 2024, 8:50 AM elasticsearchmachine ***@***.***> wrote: > Pinging @elastic/es-analytical-engine > > (Team:Analytics) >...
`_id` is a stored field so it's not the most efficient thing to load, but we will only be loading it outside of stats so that'll help. We'd want to...
Since you can get these with an explicit syntax I wonder if we can cover this with default values in the box depending on your solution. I'm not really sure...
This one needs a test that reaches into the logs and that's "fun".
That's got a lot easier than the old days. Test made.
I'm opening this to gather comments. If I were king, we'd deprecate these and I'd have an intern remove all callers over the next six months. I'm not king. I...
> I'm not sure about this I *was* sure about this before I did the find usages. I still think it's right, but I'm a lot less sure. > It...