|
f8b3883611
|
config: make block_size and sled_cache_capacity expressable as strings
|
2023-09-11 18:34:59 +02:00 |
|
|
51b9731a08
|
make lmdb's map_size configurable (fix #628)
|
2023-09-11 18:03:44 +02:00 |
|
|
51eac97260
|
update version to 0.8.4
|
2023-09-05 23:28:12 +02:00 |
|
|
cece1be1bb
|
bump version to 0.8.3
|
2023-08-28 13:17:26 +02:00 |
|
Jonathan Davies
|
c783194e8b
|
*: apply clippy recommendations.
|
2023-05-09 20:49:34 +01:00 |
|
|
d2deee0b8b
|
Declare garage crates using workspace.dependencies
This will allow to really disable "sled" feature without declaring
`default-features = false` in every Cargo.toml where garage_db and
garage_model is used.
See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
|
2023-05-09 08:46:15 +00:00 |
|
|
000006d689
|
obsolete clippy lints
|
2023-03-13 18:50:07 +01:00 |
|
|
0a1ddcf630
|
Prepare for v0.8.2
|
2023-03-13 18:46:31 +01:00 |
|
|
b8123fb6cd
|
Clearer error message when LMDB has oom error (fix #517)
|
2023-03-06 11:38:49 +01:00 |
|
|
656b8d42de
|
secrets can be passed directly in config, as file, or as env
|
2023-02-03 15:27:39 +01:00 |
|
|
c56794655e
|
Fix fmt
|
2023-01-26 17:27:03 +01:00 |
|
|
8e93d69974
|
More clippy fixes
|
2023-01-26 17:26:32 +01:00 |
|
|
590a0a8450
|
Merge branch 'main' into k2v-watch-range-2
|
2023-01-26 16:46:40 +01:00 |
|
Jonathan Davies
|
20c1cdf662
|
Cargo.toml: Loosen tracing dependency to just 0.1.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
f952e37ba7
|
{model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
36944f1839
|
Cargo.toml: Updated base64 from 0.13 to 0.21.
|
2023-01-26 11:13:07 +00:00 |
|
Jonathan Davies
|
5c3075fe01
|
Cargo.toml: Updated zstd from 0.9 to 0.12.
|
2023-01-23 18:08:14 +00:00 |
|
|
dac254a6e7
|
Merge branch 'main' into k2v-watch-range-2
|
2023-01-11 17:09:37 +01:00 |
|
|
638c5a3ce0
|
PollRange: add extra RPC delay after quorum is achieved,
to give a chance to the 3rd node to respond
|
2023-01-11 16:12:07 +01:00 |
|
|
5b5ca63cf6
|
Poll cleanup
|
2023-01-11 15:17:27 +01:00 |
|
|
bba13f40fc
|
Correctly return bad requests when seeh marker is invalid
|
2023-01-11 12:27:19 +01:00 |
|
|
ba384e61c0
|
PollRange: return immediately if no seen marker is provided
|
2023-01-11 12:03:17 +01:00 |
|
|
09a3dad0f2
|
Lock once for insert_many
|
2023-01-11 11:35:36 +01:00 |
|
|
b83517d521
|
Implement PollRange API endpoint
|
2023-01-10 15:22:25 +01:00 |
|
|
43fd6c1526
|
PollRange RPC
|
2023-01-10 12:54:24 +01:00 |
|
|
789540ca37
|
Type definition for range seen marker
|
2023-01-10 11:59:57 +01:00 |
|
|
9f5419f465
|
Make K2V item timestamps globally increasing on each node
|
2023-01-10 11:03:52 +01:00 |
|
|
a48e2e0cb2
|
K2V: Subscription to ranges of items
|
2023-01-10 10:30:59 +01:00 |
|
|
f2106c2733
|
Implement rpc_secret_file
|
2023-01-04 18:35:10 +01:00 |
|
|
f3f27293df
|
Uniform framework for bg variable management
|
2023-01-04 13:07:13 +01:00 |
|
|
8d5505514f
|
Make it explicit when using nonversioned encoding
|
2023-01-03 15:27:36 +01:00 |
|
|
426d8784da
|
cleanup
|
2023-01-03 15:08:37 +01:00 |
|
|
cdb2a591e9
|
Refactor how things are migrated
|
2023-01-03 14:44:47 +01:00 |
|
|
939a6d67e8
|
Merge branch 'main' into internals-rework
|
2023-01-02 15:07:44 +01:00 |
|
|
6775569525
|
Bump everything to v0.8.1
|
2023-01-02 14:15:33 +01:00 |
|
|
d56c472712
|
Refactor background runner and get rid of job worker
|
2022-12-14 12:51:42 +01:00 |
|
|
2183518edc
|
Spawn all background workers in a separate step
|
2022-12-14 12:28:07 +01:00 |
|
|
83c8467e23
|
Proper queueing for delayed inserts, now backed to disk
|
2022-12-14 11:58:06 +01:00 |
|
|
f8e528c15d
|
Small refactor of tables internals
|
2022-12-14 10:48:49 +01:00 |
|
|
de9d6cddf7
|
Prettier worker list table; remove useless CLI log messages
|
2022-12-12 17:17:05 +01:00 |
|
|
280d1be7b1
|
Refactor health check and add ability to return it in json
|
2022-12-05 15:28:57 +01:00 |
|
|
2065f011ca
|
Implement /health admin API endpoint to check node health
|
2022-12-05 14:59:15 +01:00 |
|
|
c1fb65194c
|
Add sled default in garage_model also
|
2022-11-21 14:25:54 +01:00 |
|
|
5b18fd8201
|
Add garage bucket cleanup-incomplete-uploads command
|
2022-11-04 11:55:59 +01:00 |
|
|
ded444f6c9
|
Ability to have custom timeouts in request strategy (not used)
|
2022-09-20 16:01:41 +02:00 |
|
|
56592e1853
|
RPC performance changes
- configurable ping timeout
- single, much higher, configurable RPC timeout
- no more concurrency semaphore
|
2022-09-19 20:31:00 +02:00 |
|
|
ab722cb40f
|
Add checks on replication_factor of layouts we use (fix #363, fix #364)
|
2022-09-13 16:22:23 +02:00 |
|
|
38be811b1c
|
Fix clippy lint that says we should implement Eq
|
2022-09-13 16:08:00 +02:00 |
|
|
07febd3ecd
|
Ensure data dir is created immediately when Garage starts (fix #349)
|
2022-09-13 15:57:27 +02:00 |
|
|
28a4af73ca
|
Use netapp 0.5 published from crates.io
|
2022-09-13 13:11:44 +02:00 |
|