Pranav Shenoy

Results 6 comments of Pranav Shenoy

@rockeet would like to get started in contributing to rocksdb. Shall I assign this to myself?

@rockeet, I was going through the code. One thing I noticed was, isEmpty() check is absent before calling SwitchMemtable() in FlushMemTable() while rest all invocations of SwitchMemtable() has the check...

@rockeet Can you tell me how can I reproduce this issue?

@rockeet I am trying to repro within RocksDB by writing a simple program. My intention is to check if Ingestion + write load is calling IngestExternalFiles -> FlushMemTable -> SwitchMemtable...

Got it. missed this part. let me try adding it.

@rockeet From my understanding, I thought SwitchMemtable is the only place where new Memtables are created. Since the issue is reproducible even with IsEmpty() check inside SwitchMemtable(), are there other...