morrySnow opened a new pull request, #67811:
URL: https://github.com/apache/doris/pull/67811
[refactor](nereids) Remove minidump and Nereids tracing
### What problem does this PR solve?
Issue Number: None
Related PR: #66817
Problem Summary:
The remaining minidump dump path and Nereids trace framework are no longer
needed after offline plan replay was removed. Remove PLAN REPLAYER DUMP and its
REST endpoint, minidump serialization, replay-only statistics and context
plumbing, the enable_nereids_trace variables, and the event tracing
implementation. Also remove replay-specific privilege and row-policy bypasses
so normal planning always uses catalog statistics and standard authorization
paths.
### Release note
Remove `PLAN REPLAYER DUMP`, the `/api/minidump` endpoint, and the
`enable_nereids_trace` and `nereids_trace_event_mode` session variables.
### Check List (For Author)
- Test
- [ ] Regression test
- [x] Unit Test
- `NereidsParserTest`
- `UserAuthenticationTest`
- [ ] Manual test
- [ ] No need to test or manual test
- Behavior changed:
- [ ] No.
- [x] Yes. Remove the minidump, plan replayer dump, and Nereids trace
interfaces.
- Does this need documentation?
- [x] No. These developer-only interfaces are not documented.
- [ ] Yes.
--
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]