You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'elastic/master' into feature-aware-check
* elastic/master:
[Tests] Muting RatedRequestsTests#testXContentParsingIsNotLenient
TEST: Retry synced-flush if ongoing ops on primary (elastic#30978)
Fix docs build.
Only auto-update license signature if all nodes ready (elastic#30859)
Add BlobContainer.writeBlobAtomic() (elastic#30902)
Add a doc value format to binary fields. (elastic#30860)
Take into account the return value of TcpTransport.readMessageLength(...) in Netty4SizeHeaderFrameDecoder
Move caching of the size of a directory to `StoreDirectory`. (elastic#30581)
Clarify docs about boolean operator precedence. (elastic#30808)
Docs: remove notes on sparsity. (elastic#30905)
Fix MatchPhrasePrefixQueryBuilderTests#testPhraseOnFieldWithNoTerms
run overflow forecast a 2nd time as regression test for elastic/ml-cpp#110 (elastic#30969)
Improve documentation of dynamic mappings. (elastic#30952)
Decouple MultiValueMode. (elastic#31075)
Docs: Clarify constraints on scripted similarities. (elastic#31076)
Copy file name to clipboardExpand all lines: modules/aggs-matrix-stats/src/main/java/org/elasticsearch/search/aggregations/support/MultiValuesSource.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public NumericDoubleValues getField(final int ordinal, LeafReaderContext ctx) th
47
47
if (ordinal > names.length) {
48
48
thrownewIndexOutOfBoundsException("ValuesSource array index " + ordinal + " out of bounds");
Copy file name to clipboardExpand all lines: modules/transport-netty4/src/main/java/org/elasticsearch/transport/netty4/Netty4SizeHeaderFrameDecoder.java
+11-9
Original file line number
Diff line number
Diff line change
@@ -37,17 +37,19 @@ final class Netty4SizeHeaderFrameDecoder extends ByteToMessageDecoder {
0 commit comments