Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added db.defrag.enabled and db.wal.checkpoint.enabled fields. [Backport] #4500

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

MMaiero
Copy link
Contributor

@MMaiero MMaiero commented Mar 28, 2023

#4485)

  • Added db.defrag.enabled and db.wal.checkpoint.enabled fields.

  • Increased minimum WAL Checkpoint Interval

  • Added tests

  • Fixed test.

  • Update kura/org.eclipse.kura.db.sqlite.provider/OSGI-INF/metatype/org.eclipse.kura.db.SQLiteDbService.xml

  • Update kura/org.eclipse.kura.db.sqlite.provider/OSGI-INF/metatype/org.eclipse.kura.db.SQLiteDbService.xml

  • updated description


Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

Brief description of the PR. [e.g. Added null check on object to avoid NullPointerException]

Related Issue: This PR fixes/closes {issue number}

Description of the solution adopted: A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped.

Screenshots: If applicable, add screenshots to help explain your solution

Any side note on the changes made: Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]

…4485)

* Added db.defrag.enabled and db.wal.checkpoint.enabled fields.

* Increased minimum WAL Checkpoint Interval

* Added tests

* Fixed test.

* Update kura/org.eclipse.kura.db.sqlite.provider/OSGI-INF/metatype/org.eclipse.kura.db.SQLiteDbService.xml

Co-authored-by: nicolatimeus <[email protected]>

* Update kura/org.eclipse.kura.db.sqlite.provider/OSGI-INF/metatype/org.eclipse.kura.db.SQLiteDbService.xml

Co-authored-by: nicolatimeus <[email protected]>

* updated description

---------

Co-authored-by: nicolatimeus <[email protected]>
@MMaiero MMaiero requested a review from nicolatimeus March 28, 2023 10:06
@MMaiero
Copy link
Contributor Author

MMaiero commented Mar 28, 2023

Forcing merge. The PR will be tested fully during the upcoming RC1 QA.

@MMaiero MMaiero merged commit bb2c0da into release-5.3.0 Mar 28, 2023
@MMaiero MMaiero deleted the backport_add-toggle-defrag-checkpoint-sqlite branch March 28, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants