Bukhtawar Khan

Results 58 comments of Bukhtawar Khan

Not sure if you have taken a look but I guess we already use a variation of bloom filter named, [CuckooFilter](https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/common/util/CuckooFilter.java#L80)

We already have a remote persistence layer that uses the underlying blob storage for state management. This isn't strictly using the conditional-write semantics but should be fairly easy to integrate....

> @albogdano I'm curious if you have any interest in contributing your https://github.com/albogdano/lucene-s3directory? > > @shubhamvishu @atris Thanks for volunteering to help! I'm keen on checking if @albogdano has interest...

I think there are few decision points that needs a broader discussion like 1. **Search semantics**: While async search continues as a plugin, we wanted to unify this as a...

Thanks Mohit for the proposal, I guess there the multi-data format engine abstraction is multi-fold as might need to support cases 1/ where the source of truth sits entirely on...

Thanks @prtkgaur This is pretty exciting, are you actively working on this, would love to collaborate on this.

I feel this is a defensive check and can be relaxed going forward. But yes this is more like an enhancement in my opinion.

Thanks @guojialiang92 for reporting the issue(data loss for possibly the first doc post last refresh?), I am assuming this should be fairly reproducible with the remote store option as well...