Giter VIP home page Giter VIP logo

Comments (3)

ayulas avatar ayulas commented on May 29, 2024

Found a way to fix it. i tested and it was solved.
i will transfer for review

the fix is in the code.... not in the test.
when i create the pending memtable i dont activate it with allocator resources that cause the issue (part of the flush threshold but it shouldn't , cause it doent in the game yet) when it turns active i set the current cf values to the activate memtable so if the write buffer size was changed after the pending memtable was created , it will get the correct value as part of activation and the test will get what it want.

note that the memtable object creation is not part of the flush threshold - the bucket shouldnt be calculate as a write buffer. so it doesnt use the arena. (it is like that today - just mention it to explain that its ok to set the arena parameters after the memtable was created but wasnt activated yet)

from speedb.

isaac-io avatar isaac-io commented on May 29, 2024

Found in #14 (comment).

from speedb.

isaac-io avatar isaac-io commented on May 29, 2024

Irrelevant since #25 was reverted.

from speedb.

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.