reshke
reshke
line 274 273 if (cache_value->passwd == NULL) { 274 goto error; 275 }
> 60448 2023-07-17T14:50:55Z info [ccd0bf5610cfd none] (startup) new client connection 192.168.5.143:37800 60448 2023-07-17T14:50:55Z debug [ccd0bf5610cfd none] (tls) ssl request 60448 2023-07-17T14:50:55Z debug [ccd0bf5610cfd none] (tls) is disabled, ignoring 60448 2023-07-17T14:50:55Z...
Fixed in https://github.com/yandex/odyssey/pull/465
HI! What program do you use to perform tpcc test? how do you run it?
> changes only in sources/cron.c.... sources/frontend.c - realy need to be formatted? Yes, seems that. If this is true resolves issue, we can actually drop function od_logger_write_plain completely
please add `pool_routing "internal"` to auth route. ``` database "auth" { user "auth" { authentication "none" storage "upstream" storage_db "postgres" storage_user "postgres" storage_password "postgres" pool_routing "internal" pool "transaction" pool_size 3...
Thanks, your testcase was helpfull. There was a problems, when number of simultaneous auth queries is much bigger then (auth route) pool size. This should be fixed with https://github.com/yandex/odyssey/pull/413, could...
> When i disable it with pool_size = 0 its works well. It seems to me that in this case everything works as expected, doesn't it? `pool_size` regulates the number...
> perhaps I'll take a shot if no one else is actively doing this and a PR is imminent Hi, is there any issues with PostgreSQL 15? In my test...
I like this idea to check ```coroutine_stack_size``` param, actually, LDAP is not only the case here. For PAM auth i used to face stack overflow problems too.