dshivashankar
dshivashankar
Coming from [here](https://gitter.im/edenhill/librdkafka?at=5f06fcbe8b72655b555efaf0) When consumers C1, C2 subscribing to non-existing topi, T (only one partition). Once the topic gets created, the metadata refresh happens in C1 first, rebalance cb is...
I configured nginx with below command and did make, make install > ./configure --add-module=spnego-http-auth-nginx-module --with-http_auth_request_module --with-http_ssl_module --add-dynamic-module=ngx_dynamic_upstream --prefix=/u/dhamodha/nginx When I try to use nginx, I get the warning ''' nginx:...
While importing `from opentelemetry import metrics`, consumes some memory ~136 KB (virt) and 0 Bytes (rss) But with threads, the virtual memory usage is abnormally high - 4696MB virt mem....
Notice that the function calls `a()` (line 8) or `b()` (line 10) doesn't take into account the correct time. Ideally they should include the sleep time as well which isn't...
# Description This commit adds post-fork reinitialization of threading locks across multiple components in the OpenTelemetry Python SDK and API. It ensures that threading.Lock() instances are safely reinitialized in child...
# Description Implement post-fork reinitialization of threading locks in the metrics measurement consumer to prevent deadlocks and data duplication in forked child processes. This change adds fork-safety mechanisms to `SynchronousMeasurementConsumer`...
**Is your feature request related to a problem?** Yes. I have a custom multi-processor which is capable of launching workers in remote hosts for processing. In such cases the python...