Skip to content

Commit

Permalink
Temporarily disable profiler exit
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanserafimov committed Aug 12, 2022
1 parent 476d26c commit fd6a712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/bin/pageserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ fn start_pageserver(conf: &'static PageServerConf, daemonize: bool) -> Result<()
"Got {}. Terminating in immediate shutdown mode",
signal.name()
);
profiling::exit_profiler(conf, &profiler_guard);
// TODO bring back profiler
std::process::exit(111);
}

Expand Down

0 comments on commit fd6a712

Please sign in to comment.