Chao Wang

Results 11 issues of Chao Wang

Hi, I noticed you guys are using the `services.Service` interface from m3cluster, I would like to recommend you guys to switch to `placement.Placement` instead unless you need to filter by...

Hi, Is there a way to config the speed of rolling upgrade? In our environment it takes about 2-3minutes per node to restart, so when we are trying to scale...

Is there a plan to support decoding bytes in place by returning the range in the input []byte? This could save some allocations when the input is no longer mutable.

Once https://github.com/m3db/m3cluster/pull/116 is landed, we need to migrate key/type management from global to per service/namespace, we need to define the new interface and start using the new interface in m3admin...

The service discovery client should only keep the last known good version in cache

It would be nice to have a Close() function for these WorkerPool interfaces, which could stop accepting new work and waits until all existing works are finished before return. This...

When there is a very slow consumer, the producer could fill up the tcp write buffer and time out on tcp writes, which will cause the producer to close the...

Look into encoding message when creating RefCountMessage, get rid of the incread and decread logic which uses lock.

Sometimes when CHOP is reconciling, it would send very high query load to each pod in the cluster. e.g.: Below shows the top 5 queries received in 2 minutes by...

Hi Team, I'm encountering difficulty overriding the remote_servers configuration generated by the ClickHouse Operator (CHOP) for specific pods. **Context:** I have a setup where some ClickHouse pods manage distributed tables...