Giter Site home page Giter Site logo

Comments (5)

chris9182 avatar chris9182 commented on June 12, 2024

Also, we saw that autoCompact is no longer an option that can be set in MVStoreModule.withConfig() and there is no manual call to compact either anymore. Is this a deliberate decision?

from nitrite-java.

anidotnet avatar anidotnet commented on June 12, 2024

At a first glance its look like a config issue in your code. The error message says,

Caused by: org.h2.mvstore.MVStoreException: This store is read-only [2.2.224/2]
...

In the builder, you are setting,

MVStoreModule storeModule = MVStoreModule.withConfig()
        .filePath(databaseLocation)
        .readOnly(readOnly)  <-----
        .build();

I believe, you are opening the db in readonly mode, where no changes to the collection will be saved. That's the reason why you are getting the error.

Regarding autoCompact, it was a deliberate decision, as this MVStore feature is buggy, so I omitted it in the new version.

from nitrite-java.

chris9182 avatar chris9182 commented on June 12, 2024

I did intentionally open the db in read only mode. Is nitriteDatabase.getCollection() not supported when using read-only mode? How else would I access the data when opening in read-only mode?

from nitrite-java.

anidotnet avatar anidotnet commented on June 12, 2024

Ok, I need to check that.

from nitrite-java.

anidotnet avatar anidotnet commented on June 12, 2024

@chris9182 the changes are in latest 4.2.1-SNAPSHOT. Please check and report back in case you are still seeing the issue.

from nitrite-java.

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.