Files
doris/fe/fe-core/src/main/java
bigben0204 0227292c85 [bug](profile) query profile api of fe cann't get result if non-root user query on the other fe #24858 (#24914)
Issue Number: #24858

If isAllNode is true, the api should only distribute the query to all fe and do not run checkAuthByUserAndQueryId.
If isAllNode is false, the api queries profile on the fe, at this time the api should run checkAuthByUserAndQueryId.
2023-09-27 16:50:41 +08:00
..