Ning Xie

Results 21 issues of Ning Xie

Fix #1139 Fix #1137

feature
perf

This PR will fix register db write lock starvation. We have encountered a circumstance: * we have many topics with many ephemeral channels. * our cluster fo nsqd is large...

perf

As for now, NSQD's backend storage format is not feasible for storing more info and make changes without backward compatibility. We need a rethink and redesign about the serialization format...

feature

Currently, iiuc, nsq does not support log rotation. This is not user friendly for some users. How about we move log package to glog which is used by Kubernetes organization...

question
request
chore

This PR refactor: * Typos * Code * Deprecate grpc functions.

**What type of PR is this?** > /kind feature **What this PR does / why we need it**: Setting pv labels by cloning pvc's labels. We may add some custom...

cncf-cla: yes
size/XS
release-note
needs-ok-to-test

Fix comment typos in rate_limiter.cc

CLA Signed

correct description of `STREAMS` in `XREAD`

I think we should write like this in [line 20](https://github.com/jevin/Dummy-SMTP/blob/master/listen.py#L20) ``` mail.close() ``` instead ``` mail.close ```

**The problem/use-case that the feature addresses** WASM is becoming more and more popular and many programming languages support WASM as an target, such as rust, golang etc. These programming languages...

enhancement