GithubHelp home page GithubHelp logo

Comments (10)

rockeet avatar rockeet commented on May 2, 2024 1

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

Sure, thanks for your contribution!

from rocksdb.

pranavshenoy avatar pranavshenoy commented on May 2, 2024 1

@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 .(

s = SwitchMemtable(cfd_stats, &context);
)

Let me know if I am going in the right direction. Thanks!

from rocksdb.

pranavshenoy avatar pranavshenoy commented on May 2, 2024

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

from rocksdb.

pranavshenoy avatar pranavshenoy commented on May 2, 2024

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

from rocksdb.

rockeet avatar rockeet commented on May 2, 2024

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

In MyRocks, create many indexes in parallel on existing large table while heavily writing to another table.

from rocksdb.

rockeet avatar rockeet commented on May 2, 2024

PR #12230 did not fix the issue, we applied the PR to our branch, the issue still exists:
image

The gray text is empty MemTable.

from rocksdb.

cbi42 avatar cbi42 commented on May 2, 2024

PR #12230 did not fix the issue, we applied the PR to our branch, the issue still exists: image

The gray text is empty MemTable.

Are they still created in SwitchMemtable?

from rocksdb.

pranavshenoy avatar pranavshenoy commented on May 2, 2024

@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 and also verify if at any time the memtable size is 0. I am having a hard time trying to reproing the issue. Am I missing something from trying to repro in RocksDB?

I am not familiar with the MyRocks setup and functionalities. It would be great if you could share me your setup or the steps that you followed.
Thanks!

from rocksdb.

rockeet avatar rockeet commented on May 2, 2024

@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 and also verify if at any time the memtable size is 0. I am having a hard time trying to reproing the issue. Am I missing something from trying to repro in RocksDB?

I am not familiar with the MyRocks setup and functionalities. It would be great if you could share me your setup or the steps that you followed. Thanks!

Your setup missed long lived iterators scanning the db while writting db.

from rocksdb.

pranavshenoy avatar pranavshenoy commented on May 2, 2024

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

from rocksdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.