hanjian
hanjian
### What reproduces the bug? ``` #include #include #include void func() { int* i = malloc(4); puts("xxxx"); sleep(1); free(i); } int main(void) { while(1) { func(); } } ``` `gcc...
you can write big file by big pipesize
Fork the [ngx_http_lua_upstream](https://github.com/openresty/lua-upstream-nginx-module) And optimize performance O(n) search to O(logn) RBT search
nginx's automatic core binding will only bind the cores sequentially from head to tail, and will not obtain the current online cpu. https://forum.nginx.org/read.php?29,279564,279569#msg-279569 Similar needs and discussions in the nginx...
(This is used to request new product features, please visit for questions on using Istio) **Describe the feature request** We have a discoverySelector that uses an objectFilter, which in turn...
https://github.com/martin-helmich/prometheus-nginxlog-exporter/blob/f09c9dc27715b139c4ca97917fbd736905649e20/tail/tailer.go#L44 add ```MaxLineSize: 65534``` to improve Throughput of reading file? https://github.com/martin-helmich/prometheus-nginxlog-exporter/blob/f09c9dc27715b139c4ca97917fbd736905649e20/main.go#L372 to Concurrent Execute ParseString(line) in this loop? over 25000 QPS access.log, exporter unable to update metrics accurately. Tks.
(This is used to request new product features, please visit for questions on using Istio) **Describe the feature request** Istio Config CRs have resourceVersion, but istioEndpoint doesn't have resourceVersion. So...