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

Fix schemar's type in rocksdb config #2329

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Fix schemar's type in rocksdb config #2329

merged 2 commits into from
Nov 20, 2024

Conversation

AhmedSoliman
Copy link
Contributor

@AhmedSoliman AhmedSoliman commented Nov 20, 2024

Copy link

github-actions bot commented Nov 20, 2024

Test Results

  7 files  ±0    7 suites  ±0   4m 27s ⏱️ +7s
 47 tests ±0   46 ✅ ±0  1 💤 ±0  0 ❌ ±0 
182 runs  ±0  179 ✅ ±0  3 💤 ±0  0 ❌ ±0 

Results for commit 43dab46. ± Comparison against base commit b82d591.

♻️ This comment has been updated with latest results.

@@ -96,7 +96,7 @@ pub struct RocksDbOptions {
/// Max size of info LOG file
///
/// Default: 64MB
#[cfg_attr(feature = "schemars", schemars(with = "Option<ByteCount>"))]
#[cfg_attr(feature = "schemars", schemars(with = "Option<NonZeroByteCount>"))]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that. LGTM!

Adds a configuration key in common to configure tokio-console subscriber bind address (support unix-sockets btw). Moreover, this lets tokio-console subscriber bind on all interfaces by default to make it easy to introspect restate-server running in docker containers.
@AhmedSoliman AhmedSoliman merged commit 43dab46 into main Nov 20, 2024
23 checks passed
@AhmedSoliman AhmedSoliman deleted the pr2329 branch November 20, 2024 17:31
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.

2 participants