chaoyli commented on issue #332: Adding ROLLUP result in Doris All BE core dump
URL: https://github.com/apache/incubator-doris/issues/332#issuecomment-440533366
 
 
   Also you can debug the be process in you own machine. The procedure is like 
this:
   1. Start the be process using gdb. You can replace the last line of 
start_be.sh by 
       gdb ${DORIS_HOME}/lib/palo_be "$@"
   2. Run the be process in gdb. 
   3. Connect to doris cluster, send schema change task. 
   Also if you want to be more accurate, you can compile doris be in DEBUG mode 
in O0 compile optimization level.
   You can set BUILD_TYPE environment to taking it into effect.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to