Ankush

Results 33 comments of Ankush

Can you elaborate your problem in more details ?

@adrianreber Is it possible (or trivial) to modify CRIU so that it dumps cgroup information even in unprivileged mode? Or would it require significant changes? Also, is there another way...

ok I first tried with only debug5 as log_level it shows this: pgbench: ``` [ankush@cognitive ~]$ ./pg18/bin/pgbench -i -h localhost -p 2345 -U ankush ankush dropping old tables... creating tables......

I dont know what exactly happening I am new to this codebase but what I can predict the data is corrupted in pgagroal when pgbench is ran with -i (initialization)...

@Userfrom1995 is this code is responsible for receiving data from pgbench to pgagroal (EXPERIMENTAL_FEATURE_RECV_MULTISHOT_ENABLED is not enables for me) ``` // file : ev.c static int ev_io_uring_io_start(struct io_watcher* watcher) {...

I figured it out!!! things break when pgbench sends stream of data to pgagroal and some how pgagroal sends some corrupted data to postgres. When I am adding the log...

> [@ankushT369](https://github.com/ankushT369) You may have to work on a patch that verifies the message format (https://www.postgresql.org/docs/18/protocol-message-formats.html) during the dump, so it is easier to pin-point the precise position where it...

@jesperpedersen Heres my config and log file: ``` [ankush@cognitive pgagroal] cat pgagroal.conf [pgagroal] host = localhost port = 2345 log_type = console log_level = debug5 log_path = max_connections = 15...