0AyanamiRei opened a new pull request, #64614: URL: https://github.com/apache/doris/pull/64614
## Summary - Restore load stream profile reporting for VTabletWriterV2 at profile level >= 2. - Re-enable LoadStream profile generation and bridge the reply profile back into `load_channel_profile()`. - Add BE UT coverage for server-side profile emission and client-side collection. ## Test Plan - `python build-support/run_clang_format.py ... --inplace false ...` - `git diff --check` - `"$BUILD_SYSTEM" -C be/ut_build_ASAN src/load/CMakeFiles/Load.dir/channel/load_stream.cpp.o src/exec/CMakeFiles/Exec.dir/sink/load_stream_stub.cpp.o src/exec/CMakeFiles/Exec.dir/sink/writer/vtablet_writer_v2.cpp.o` - Manual quick-cluster verification: `profile_level=2` INSERT profile contains `DeltaWriterV2` and `MemTableWriter`; `profile_level=1` does not. - `./run-regression-test.sh --run -s test_writer_profile -runNonConcurrent true -c ... -ha 127.0.0.1:8035 -u root -p ""` (suite reached the INSERT, but failed early because S3 credentials in local regression config returned 403) -- 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]
