From cdb95a362faf66e9384ece57054b45e805d0caa2 Mon Sep 17 00:00:00 2001 From: apfitzge Date: Mon, 26 Sep 2022 14:51:31 -0500 Subject: [PATCH] update upacking thread names (#28081) * update upacking thread names * remove - add ht --- runtime/src/snapshot_utils.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runtime/src/snapshot_utils.rs b/runtime/src/snapshot_utils.rs index b77928a5b3..0cbb70964f 100644 --- a/runtime/src/snapshot_utils.rs +++ b/runtime/src/snapshot_utils.rs @@ -1179,9 +1179,7 @@ fn spawn_unpack_snapshot_thread( thread_index: usize, ) -> JoinHandle<()> { Builder::new() - .name(format!( - "solana-streaming-unarchive-snapshot-{thread_index}" - )) + .name(format!("solUnpkSnpsht{thread_index:02}")) .spawn(move || { streaming_unpack_snapshot( &mut archive,