1662 Commits (aa7051b6e1693e97c5852c12eca669be71c50321)
 

Author SHA1 Message Date
Sayan Nandan aa7051b6e1
storage: Fix 32-bit checksums (test) and update backup dir
Also added changelog entry
6 months ago
Sayan Nandan 13361fe535
storage: Test more midway (on-disk corruption) scenarios 6 months ago
Sayan Nandan af7e567b31
storage: Test database state post crash and recovery 6 months ago
Sayan Nandan bb4132a617
storage: Test different midway corruption scenarios 6 months ago
Sayan Nandan 7c45503bc4
storage: Add more runtime crash tests 6 months ago
Sayan Nandan 8c21f129de
storage: Test more runtime crash scenarios 6 months ago
Sayan Nandan 267c9a6dd1
storage: Test for corruption after reopen (runtime crash) 6 months ago
Sayan Nandan ab5cf1b6f4
storage: Test various corruption pathways 6 months ago
Sayan Nandan c24cfa3daa
storage: Add more tests for journal recovery 6 months ago
Sayan Nandan b9c97c51b2
storage: Fix recovery algorithms and add test for repair 6 months ago
Sayan Nandan 26d8335821
Add journal recovery methods 6 months ago
Sayan Nandan 6fb3193465
storage: Refine error pathways 6 months ago
Sayan Nandan 37fc01d81f
storage: Improve error traceability 6 months ago
Sayan Nandan 093688e102
skysh: Fix multi-row formatting 6 months ago
Sayan Nandan 1cdc9497e8
Upgrade deps 6 months ago
Sayan Nandan 30689fbdb1
Remove confusing associated constants from enumerations 6 months ago
Sayan Nandan 739b2c8e76
Avoid direct transmutation 6 months ago
Sayan Nandan 10e1f50d78
Fix system health reporting 7 months ago
Sayan Nandan 310933099b
Fixed upgrade step from v1 to v2 not migrating users 7 months ago
Sayan Nandan 41e091cd0f
Avoid purge of model drivers on force drop space
The purge is unnecessary as the space itself is removed.

Also, in fractal mgr simply sleep for a fixed duration if
initial threshold is breached.
7 months ago
Sayan Nandan 1ed4f41565
Enable conditional auto-recovery of drivers 7 months ago
Sayan Nandan 614e71cbef
Default to `pwd` auth plugin and fix fs testing
Also added misc documentation changes
7 months ago
Sayan Nandan 982898b819
Keep driver and data in same container 7 months ago
Sayan Nandan 0573e80992
Add new fs abstraction 7 months ago
Sayan Nandan 1cb35b6b36
Upgrade OpenSSL 7 months ago
Sayan Nandan f7c6ba1fb0
Use driver contexts and improve model data batch recovery
This implementation revises the way we handle errors for both data
delta sync and that of direct driver events.

For the GNS: we now check the instance state before doing anything
at all. This is much better because we don't want to aggravate the
on-disk situation which is probably already in a very bad layout.

The same for the model driver: we check the instance's state before
doing anything at all. We also utilized a driver state to check
what was synced, following the changes that were made in an earlier
commit (skytable/skytable@e28d94e) where we only load the delta
that failed to sync back to the model's delta state.
7 months ago
Sayan Nandan e28d94efba
Flush data delta write buffer to avoid memory blowup 7 months ago
Sayan Nandan f4a1823462
Revert all dependency updates that were made
OpenSSL fails to build on macOS due to issues with parallel builds.

Context:
- sfackler/rust-openssl#2184
- rust-lang/cc-rs#973
7 months ago
Sayan Nandan a4e39a83f4
Upgrade deps and bump version 7 months ago
Sayan Nandan ebd04a557e
skysh: Add `--eval` for running queries directly 7 months ago
Sayan Nandan 2670e5a974
Add more enc/dec tests 7 months ago
Sayan Nandan 525dc46f86
Add more tests for variable and fixed size keys 7 months ago
Sayan Nandan baaa36d336
Improve help message generation and allow env var for password 7 months ago
Sayan 8d8f1720d2
Merge pull request #328 from skytable/se/v2
Improve storage engine impls and fix conflict resolution
7 months ago
Sayan Nandan 85fd646d44
Fix bufwriter impl 7 months ago
Sayan Nandan 092d4c8eaa
Fix delta diffing sync and restore algorithm 7 months ago
Sayan Nandan ff1067d648
Fix model data driver impl and add tests 7 months ago
Sayan Nandan b119a7053f
Fix nullfs driver init 7 months ago
Sayan Nandan e8e62cf924
Recreate compacted model data file on upgrade 7 months ago
Sayan Nandan d6f9b54868
Upgrade to new SE 7 months ago
Sayan Nandan 102a4b4b40
Further abstract batch storage driver 7 months ago
Sayan Nandan a188ccb60d
Add new batch impl 7 months ago
Sayan Nandan 196fd746e6
Enable generic events to be passed to the journal 7 months ago
Sayan Nandan 794d4e3806
Refactor to isolate common txn storage encodings 7 months ago
Sayan Nandan 4735fd4c1d
Move common encoding schemes into module 7 months ago
Sayan Nandan ea678e2c9d
Refactor storage and txn modules 7 months ago
Sayan Nandan 85c40b60b2
Add jlog impls 7 months ago
Sayan Nandan 6d6f88fb40
Migrate from `winapi` to `windows-rs` 8 months ago
Sayan Nandan fb3b100937
Fix tests
We also attempt to invalidate the build caches
8 months ago
Sayan Nandan e8d968ea4d
Add new journal framework 8 months ago