Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

I wonder whether we can leverage the fact that most of the time all documents have the same date format. Maybe the date parser code can cache the date format...

I've updated the timeline: OpenSearch 2.0 will deprecate several APIs in core. Plugins will deprecate APIs in 2.1. By a 2.x version all non-inclusive terminology will be deprecated, and all...

There are bunch of ideas and some projects along those lines, @Bukhtawar do you know a specific one that would address this exact issue?

You have a spotless check failure here: ``` * What went wrong: Execution failed for task ':build-tools:spotlessJavaCheck'. > The following files had format violations: src/main/java/org/opensearch/gradle/BwcVersions.java @@ -271,7 +271,6 @@ ········//·The·current·version·is·being·worked,·is·always·unreleased...

Follow the links in the failed gradle check to see the complete log (https://build.ci.opensearch.org/job/gradle-check/3058/consoleFull). Looks like legit test failures that you'll need to fix: ``` org.opensearch.gradle.BwcOpenSearchVersionsTests > testWireCompatibleUnreleased FAILED java.lang.AssertionError...

> ![image](https://user-images.githubusercontent.com/58396544/190195053-f1db4773-fb53-485c-9e29-62b48ee58cbb.png) I have windows 11 with an intel chip installed on my PC. But the build says win 10 and amd64. Seems unrelated to this PR, probably Gradle doesn't...

Is there something we should/can do in OpenSearch itself? If not close this?

@aYukiSekiguchi @Bukhtawar lets reopen an re-describe the original problem? It sounds like the root issue is that “If an index is deleted while the cluster is concurrently taking more than...

There was an attempt in https://github.com/opensearch-project/OpenSearch/pull/553 to implement this that hasn't been finished. Please feel free to pick it up where it was left!

Sorry for the late reply - I think @CEHENKLE has a process for feature branches. You don't need to wait on me, raise a PR and we can redirect it...