Navneet Verma
Navneet Verma
> ### Gradle Check (Jenkins) Run Completed with: > * **RESULT:** FAILURE ❌ > * **URL:** https://build.ci.opensearch.org/job/gradle-check/1635/ > * **CommitID:** [a8630b2](https://github.com/opensearch-project/OpenSearch/commit/a8630b2e101bcf3b57ce48894c14bb9cbf846e6a) Failing because of some docker issue on another Azure...
> ### Gradle Check (Jenkins) Run Completed with: > * **RESULT:** UNSTABLE ❌ > * **URL:** https://build.ci.opensearch.org/job/gradle-check/1702/ > * **CommitID:** [23860b5](https://github.com/opensearch-project/OpenSearch/commit/23860b570a6fb4268ab1b4ca9ab97c372fda5adb) ``` 14:48 /Volumes/workplace/OpenSearch bucket-aggregation$ ./gradlew ':server:test' --tests "org.opensearch.search.PitMultiNodeTests.testCreatePitWhileNodeDropWithAllowPartialCreationFalse" -Dtests.seed=5FA0956A2A8702B6...
> Failure looks like a known issue? (#4162) > > ``` > ./gradlew ':server:internalClusterTest' --tests "org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.testRestoreSnapshotAllocationDoesNotExceedWatermark" -Dtests.seed=683FC95AAA3080A9 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en-IN -Dtests.timezone=America/Santarem -Druntime.java=17 > ``` > > I was unable...
@nknize can you please merge the pull request too.
> The backport to `2.x` failed: > > ``` > The process '/usr/bin/git' failed with exit code 1 > ``` > > To backport manually, run these commands in your...
Can you please provide me a reason for those exceptions? Because when I re-run using the same code it succeeded. So this is strange.
@nknize Please let me know your thoughts on the proposal.
Added the interface in this Commit and put a PR for the same. https://github.com/navneet1v/OpenSearch/pull/1 Code link: https://github.com/navneet1v/OpenSearch/blob/bucket-aggregation/server/src/main/java/org/opensearch/plugins/SearchPlugin.java#L550-L615
Waiting for this feature to come. Really need this feature badly. I don't want to switch to using plain redis client in my next.js project.
> Would it make sense to extend rescoring to run on a higher level than shard (i.e. merge)? Another idea is that merge could be seen as any map/reduce, so...