dovefi

Results 6 comments of dovefi

i got the same problem here. i have upgrade clickhouse table first ``` ALTER TABLE [db_name.]table ADD COLUMN col_name DEFAULT emptyArrayString(); ``` and the code have not add this column...

> i got the same problem here. i have upgrade clickhouse table first > > ``` > ALTER TABLE [db_name.]table ADD COLUMN col_name DEFAULT emptyArrayString(); > ``` > > and...

> If the whole request body was not sent to the upstream, the upstream should not respond. In this case, I think it is better to close the connection. @dovefi...

in fact, we have found out why, let us take a look at nginx `ngx_epoll_process_events` function `src/event/modules/ngx_epoll_module.c` ```c static ngx_int_t ngx_epoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags) { int events; uint32_t...