Andriy Redko

Results 740 comments of Andriy Redko

Sorry @xxlabaza, may you take a look please? Thank a lot :)

@lrynek You are very right, the runtime fields serve the same purpose (schema on read) but this is proprietary Elasticseach feature / implementation. The goal of this RFC is to...

@dbwiddis I think your last note about the deeper bug elsewhere is likely a cause. From what I can tell, in this particular flow there are shards present (hence the...

Ah, bad news, the Apache Lucene still uses some Antlr 3.x bits (serialized ATN, see here [1] please), but the compatibility with Antlr 3.x was removed [2] recently. As such,...

@dblock @mgodwan @vzez it sounds like we should look at larger picture that was discussed here [1]. I am largely agree with @dblock here, the idea of performance counters over...

@dblock @nknize I think we should take the sandbox approach for experimental features. We have the ability to provide `CodecService` from the plugin(s), using sandbox plugin for that would make...

For the context, it seems like the ZSTD part is largely coming from [1], the compression benefits are also confirmed in [2]. [1] https://github.com/apache/lucene/pull/439/ [2] https://issues.apache.org/jira/browse/LUCENE-8739

> > @dblock @nknize I think we should take the sandbox approach for experimental features. We have the ability to provide `CodecService` from the plugin(s), using sandbox plugin for that...

> By the way, what is the current status and plan for the [ZSTD snapshotting compression](https://github.com/opensearch-project/OpenSearch/pull/2996) @willyborankin has been doing? The plan for ZSTD for snapshots is different in a...

> > @dblock @nknize I think we should take the sandbox approach for experimental features. **We have the ability to provide `CodecService` from the plugin(s)**, using sandbox plugin for that...