Xu Han@AutoMQ
Xu Han@AutoMQ
@hzh0425 is there any update?
The negative values are caused by actual network exhaustion. networkBaselineBandwidth * 5 is the max token size for the network bursting. The metrics mean that the available bandwidth = network...
> In our actual production scenarios, outbound traffic is often larger than inbound traffic; for example, it's common for multiple groups to consume the same topic. Therefore, the baseline bandwidth...
> Um, we are using it in a self-built data center, where the bandwidth is relatively sufficient. The outbound traffic is many times that of the inbound traffic. We would...
> awaitStreamReadyForOpen often cost 500ms+, but we can trigger prewarm the first need 64KB for metastream to reduce the read time. @lifepuzzlefun The 500ms+ usually is the time cost of...
@rahulmishra117 In scenarios where the code has no bugs, there are some assumptions: 1. DefaultWriter#uploadBulk0 is not expected to throw an exception and fail; 2. objectStorage#write will keep retrying when...
@rahulmishra117 Hi, I tried your steps. The broker works fine. Maybe it's caused by that my docker memory limitation is 6GiB. You could try to increase your docker memory limitation.
Cannot reproduce