forked from hse-project/hse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more hierarchy to stable parameters
This helps keep parameters organized in conf files and makes them more human-readable.
- Loading branch information
1 parent
2d3d7ae
commit 45b0aff
Showing
77 changed files
with
225 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
{ | ||
"kvs": { | ||
"MainKvs": { | ||
"value_compression": "lz4", | ||
"pfx_pivot": 1 | ||
"compression": { | ||
"value": { | ||
"algorithm": "lz4" | ||
} | ||
}, | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
}, | ||
"UniqIdxKvs": { | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
}, | ||
"StdIdxKvs": { | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
{ | ||
"kvs": { | ||
"MainKvs": { | ||
"value_compression": "lz4", | ||
"compression": { | ||
"value": { | ||
"algorithm": "lz4" | ||
} | ||
}, | ||
"cn_cursor_vra": 0, | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
}, | ||
"UniqIdxKvs": { | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
}, | ||
"StdIdxKvs": { | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"mclass_policy": "staging_max_capacity" | ||
"mclass": { | ||
"policy": "staging_max_capacity" | ||
} | ||
}, | ||
"MainKvs": { | ||
"value_compression": "lz4", | ||
"pfx_pivot": 1 | ||
"compression": { | ||
"value": { | ||
"algorithm": "lz4" | ||
} | ||
}, | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
}, | ||
"UniqIdxKvs": { | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
}, | ||
"StdIdxKvs": { | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"mclass_policy": "staging_max_capacity" | ||
"mclass": { | ||
"policy": "staging_max_capacity" | ||
} | ||
}, | ||
"MainKvs": { | ||
"value_compression": "lz4", | ||
"pfx_pivot": 1 | ||
"compression": { | ||
"value": { | ||
"algorithm": "lz4" | ||
} | ||
}, | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
}, | ||
"UniqIdxKvs": { | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
}, | ||
"StdIdxKvs": { | ||
"pfx_pivot": 1 | ||
"prefix": { | ||
"pivot": 1 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"pfx_len": 7 | ||
"prefix": { | ||
"length": 7 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"pfx_len": 7 | ||
"prefix": { | ||
"length": 7 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"pfx_len": 7 | ||
"prefix": { | ||
"length": 7 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"mclass_policy": "staging_max_capacity", | ||
"pfx_len": 7 | ||
"mclass": { | ||
"policy": "staging_max_capacity" | ||
}, | ||
"prefix": { | ||
"length": 7 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"mclass_policy": "staging_max_capacity", | ||
"pfx_len": 7 | ||
"mclass": { | ||
"policy": "staging_max_capacity" | ||
}, | ||
"prefix": { | ||
"length": 7 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"mclass_policy": "staging_max_capacity", | ||
"pfx_len": 7 | ||
"mclass": { | ||
"policy": "staging_max_capacity" | ||
}, | ||
"prefix": { | ||
"length": 7 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"kvs": { | ||
"default": { | ||
"mclass_policy": "staging_max_capacity", | ||
"pfx_len": 7 | ||
"mclass": { | ||
"policy": "staging_max_capacity" | ||
}, | ||
"prefix": { | ||
"length": 7 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ argv_deserialize_to_params( | |
} | ||
|
||
if (!ps) { | ||
printf("%s\n", key); | ||
err = merr(EINVAL); | ||
goto out; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.