haolujun

Results 4 issues of haolujun

**Describe the bug (描述bug)** 如何用代码的方式关闭sampling 线程? **To Reproduce (复现方法)** namespace bvar { namespace detai { DECLARE_bool(bvar_enable_sampling); } } int main () { bvar::detail::FLAGS_bvar_enable_sampling = false; return 0; } **Expected behavior...

### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version pulsar: 2.10.0. OS: Linux 4.19.160-0419160-generic x86_64. ### Minimal reproduce step when I close...

``` Example 1 NOTE: the ordering by rank: Rank 0 sends table_0, shard_0 to Rank 1. Rank 2 sends table_1, shard_0 to Rank 1. Rank 2 sends table_1, shard_1 to...