Skip to content

Commit 2ce6e68

Browse files
[BugFix] skip purge unused pages in failure_writer() (backport #58874) (#58894)
Signed-off-by: Kevin Cai <[email protected]> Co-authored-by: Kevin Cai <[email protected]>
1 parent 9310fa2 commit 2ce6e68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

be/src/common/logconfig.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ static void failure_handler_after_output_log() {
156156
}
157157

158158
static void failure_writer(const char* data, size_t size) {
159-
if (config::enable_core_file_size_optimization) {
160-
dontdump_unused_pages();
161-
}
162159
dump_trace_info();
163160
[[maybe_unused]] auto wt = write(STDERR_FILENO, data, size);
164161
}

0 commit comments

Comments
 (0)