li4wang
li4wang
@maoling `backup` and `recovery/restore` via admin server is a great feature. Any updates on this?
@maoling This is great work. Looking into the PR, it looks like the snapshot is generated from the in-memory data tree. Without backing up the transaction logs, there will be...
Sorry didn't get chance to get to this until today. Thanks for contributing to this @Shawyeok . I like the idea of fixing the underneath Prometheus quantile computation issue in...
We also looked into how to enable Prometheus metrics in production and did quite a lot perf tests and profiling recently. The 1. The metrics queue size is 1M by...
Instead of completely silently dropping the rejected tasks, we can create a `PrometheusRejectedExecutionHandler` that logs a WARN if the queue is full to help tuning the queue size. This WARN...
I will setup some time to review it early next week.