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: [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]