nacivida
nacivida
@xstevens, thanks for looking into this. The schema is: ``` ➜ sally psql -U naci -h localhost testdb psql (9.6.2) Type "help" for help. testdb=# \d accounts_user Table "public.accounts_user" Column...
BTW, it is actually crashing when it is in protobuf_c.c:protobuf_c_message_get_packed_size(). But not sure what causes it. The strange thing is, after I ran migrations, I do a pg_dumpall, drop the...
Fail log: ``` DEBUG: sending replication keepalive DEBUG: write 0/4D1BF08 flush 0/0 apply 0/0 DEBUG: sending replication keepalive DEBUG: write 0/4D1BF08 flush 0/0 apply 0/0 DEBUG: sending replication keepalive DEBUG:...
Success case log: ``` DEBUG: sending replication keepalive DEBUG: write 0/5BDB1B8 flush 0/0 apply 0/0 DEBUG: sending replication keepalive DEBUG: write 0/5BDB1B8 flush 0/0 apply 0/0 DEBUG: sending replication keepalive...
Since pg_dumpall doesn't re-produce the problem, if you can, you can try untar'ing the whole [data tree](https://issues.jboss.org/secure/attachment/12419255/usr_local_var_postgres.tar.gz) in where the data files are located. I had tar'ed /usr/local/var/postgres where homebrew...
@xstevens, I have the fix. Could you give permission for pull request? It is not allowing me to push the local branch to origin. Thanks.
@xstevens, yes, it was merged to debezium fork.
I haven't been working on this since then, but I couldn't understand what's wrong in your case. Naci On Thu, Aug 2, 2018 at 6:56 AM jsyvanen wrote: > Hi...