yetanotherbot

Results 3 comments of yetanotherbot

And I am seeing a lot of spikes in my dashboard so I am guessing the bottleneck is the goroutine waiting for ACKs. The application sends a lot of data...

Also please correct me if I am wrong, don't we need to break the outer for-loop at L240 here: https://github.com/colinmarc/hdfs/blob/c5e93df697d823976844a79ec9a70e51105b4639/internal/rpc/block_write_stream.go#L217-L255

I don' think `startNewBlock` is the reason but I didn't verify it. I am guessing the reason is that the roundtrip of sending and acking packets is expensive in a...