Benjamin Trent

Results 373 comments of Benjamin Trent

> As all fields are arrays in Lucene, I would expect that these are just combined together as ["valueA", "valueB"]. @ruflin there are multiple kinds of fields that disallow multiple...

One key issue is that the particular task that @jonathan-buttner is executing is one that searches over 10s to 100s of docs, each about 1MB in size. They grab the...

@predogma no timeline on any universal fix. Multiple paths are being explored from: - Improving the circuit breaker and how it calculates when it should circuit break - Using less...

@yrodiere this is due to value saturation. Scaled float stores things as `long`, and the values you are providing are too large. Would the desired behavior be us throwing an...

I like this idea, but it seems to me like it would be even better if it was used to aggregate information. One of the downsides is that we may...

Thank you for the clarification @warewolf

The cause of the failure: ``` [2024-02-13T10:31:31,680][WARN ][o.e.i.e.Engine ] [test-cluster-0] [test][0] failed engine [refresh failed source[peer-recovery]] org.apache.lucene.index.CorruptIndexException: Problem reading index from store(ByteSizeCachingDirectory(HybridDirectory@/dev/shm/bk/bk-agent-prod-gcp-1707800573979169837/elastic/elasticsearch-periodic/qa/smoke-test-multinode/build/testrun/yamlRestTest/temp/test-cluster11011275744689617495/test-cluster-0/data/indices/HVq8s0MwSsadd0FggN9q0A/0/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@54a98358)) (resource=store(ByteSizeCachingDirectory(HybridDirectory@/dev/shm/bk/bk-agent-prod-gcp-1707800573979169837/elastic/elasticsearch-periodic/qa/smoke-test-multinode/build/testrun/yamlRestTest/temp/test-cluster11011275744689617495/test-cluster-0/data/indices/HVq8s0MwSsadd0FggN9q0A/0/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@54a98358))) at [email protected]/org.apache.lucene.index.SegmentCoreReaders.(SegmentCoreReaders.java:165) at [email protected]/org.apache.lucene.index.SegmentReader.(SegmentReader.java:96) at...

@pmpailis @jdconrad we should highlight the new format as its much nicer. I am not sure @giladgal as it is still technical preview.

@elasticmachine update branch