xianjingfeng

Results 123 comments of xianjingfeng

The purpose of this PR is to reserve more time for GC and reduce the speed of receiving data. Maybe this is not a good way, but I feel it...

When to trigger GC? The direct reason for GC is that it is written too fast. Maybe it will be solved after replace grpc with netty in the future.

@zuston I misunderstood what you said just now. You are right, but GC will not delete all unused objects at once.

When `total_dropped_event_num` rises rapidly, `jvm_memory_bytes_used` rises rapidly at the same time. Does it means that it is triggered by processing pending events?

We have found this problem before, and it has not occurred since #159

If the `requireBufferId` just expires when writing data, it may occurred. Maybe we need to introduce locks when memory be released.

@jerqi @colinmjj I want to know if you have plan recently. We have some functions that need to be built on the function of decommission, such as auto scaling We...

> we can start a offline meeting to discuss this issue. I am looking forward to it.