Manav Kumar

Results 7 issues of Manav Kumar

In winner function, opposite of what you have written should come inorder eliminate one and make tie with the another?

Hi There, I'm unable to install bpftool on LB container. ```WARNING: bpftool not found for kernel 5.4.0-156``` Getting above warning. I'm unable to install linux-tools-5.4.0-156-generic on the container neither can...

Hi Team, I found an optimisation opportunity in the odyssey code while closing a client connection. It is seen odyssey calls attach and deploy phase before parsing/interpreting the client query....

Hi Team, I'm witnessing a crash of odyssey process in one of my workloads. I'm using a bit older version of odyssey. I'm attaching below the stack trace. thread #1,...

Hi Team, I found a bug in the od_readahead_reuse() function [here](https://github.com/yandex/odyssey/blob/62aad7387ced85504827043a45a9c30a21b687bd/sources/readahead.h#L77). Where it's using `if (unread > sizeof(sizeof(kiwi_header_t))) return;` Instead of `if (unread > sizeof(kiwi_header_t)) return;` I didn't found any...

Hi Team, In `od_router_attach()` function if there is a situation when no idle servers are available and no new server connections can be created, in that case co routine is...

Hi Team, I've broad question regarding the thread safety in odyssey process. As we know odyssey is multi-threaded connection pooler, I'm seeing couple of data race conditions which is leading...