xavierzhao commented on issue #21921: URL: https://github.com/apache/doris/issues/21921#issuecomment-1649172067
> You can use the be.out query id to find the corresponding sql statement in the audit log. Or you can try upgrading to 1.2.6 I found that a wrong sql caused the BE to crash, @vinlee19 ``` SELECT LOG_HOUR, BITMAP_COUNT(USER_ID) FROM ( SELECT LOG_HOUR, BITMAP_UNION (DISTINCT(USER_ID)) USER_ID FROM EVENTS WHERE LOG_DATE = '2023-07-17' GROUP BY LOG_HOUR ) a ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org