yiguolei commented on pull request #8544: URL: https://github.com/apache/incubator-doris/pull/8544#issuecomment-1073147914
If we strip debug info to another file, BE could not print stack trace line number during Core. And if we use exception as error handling mechanism the line number is also lost. Even though strip debug info to another file will reduce the binary size, I think maybe we could implement it in the future because more debug info will help us fix bugs more quickly. What about save debug info just in palo_be and move debug info from meta tool? -- 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]
