fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

A record-oriented store built on FoundationDB

Results 304 fdb-record-layer issues
Sort by recently updated
recently updated
newest added

This logic should be refactored in a way that it calls the implies-logic in PredicateWithValuesAndRanges instead of replicating that logic here. The only reason why that is not done right...

I've seen test runs where it takes many minutes. Often on `manyDocument` or `manyDocumentSlow` or `concurrentStoreTest`

The above mentioned test fails sporadically in PRs, with "transaction too old": ``` RemoteFetchSplitRecordsTest > indexPrefetchManySplitRecordTest(IndexFetchMethod, CursorStreamingMode) > com.apple.foundationdb.record.provider.foundationdb.RemoteFetchSplitRecordsTest.indexPrefetchManySplitRecordTest(IndexFetchMethod, CursorStreamingMode)[3] FAILED com.apple.foundationdb.record.RecordCoreException: com.apple.foundationdb.FDBException: Transaction is too old to perform reads...

Add debug logs for Lucene query execution