leborchuk commented on PR #1884:
URL: https://github.com/apache/cloudberry/pull/1884#issuecomment-5407513323

   I see coredumps in isolation2 tests
   
   ```
   Thread 2 (Thread 0x7f18d36956c0 (LWP 63051)):
   #0  0x00007f18e3180c2f in poll () from /lib64/libc.so.6
   #1  0x00007f18e0a56052 in rxThreadFunc () from 
/usr/local/cloudberry-db-99.0.0/lib/postgresql/interconnect.so
   #2  0x00007f18e311d128 in start_thread () from /lib64/libc.so.6
   #3  0x00007f18e318dafc in clone3 () from /lib64/libc.so.6
   
   Thread 1 (Thread 0x7f18e0df48c0 (LWP 63050)):
   #0  0x00007f18e311ef8c in __pthread_kill_implementation () from 
/lib64/libc.so.6
   #1  0x00007f18e30c8f56 in raise () from /lib64/libc.so.6
   #2  0x00007f18e30b08fa in abort () from /lib64/libc.so.6
   #3  0x0000000000e1a4cc in errfinish ()
   #4  0x00000000007ab4ae in doNotifyingCommitPrepared.cold ()
   #5  0x0000000000ed4ee1 in notifyCommittedDtxTransaction ()
   #6  0x000000000088e85c in CommitTransaction ()
   #7  0x0000000000890125 in CommitTransactionCommand ()
   #8  0x0000000000c8a718 in exec_simple_query ()
   #9  0x0000000000c8ed5e in PostgresMain ()
   #10 0x0000000000bdafc6 in ServerLoop.isra.0 ()
   #11 0x0000000000bdc218 in PostmasterMain ()
   #12 0x00000000007debd2 in main ()
   ```
   
   And fails are in `CommitTransaction` section. Not a good sign, most probably 
something is wrong with the current implementation. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to