mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-07 06:00:38 +00:00
f dirty hacks
This commit is contained in:
@@ -544,10 +544,6 @@ async fn handle_tenant(
|
||||
|
||||
let attachment_service = AttachmentService::from_env(env);
|
||||
for shard in attachment_service.tenant_locate(tenant_id).await?.shards {
|
||||
println!(
|
||||
"Getting status for {} from {}",
|
||||
shard.shard_id, shard.node_id
|
||||
);
|
||||
let pageserver =
|
||||
PageServerNode::from_env(env, env.get_pageserver_conf(shard.node_id)?);
|
||||
|
||||
@@ -559,7 +555,6 @@ async fn handle_tenant(
|
||||
.current_physical_size
|
||||
.unwrap();
|
||||
|
||||
println!("add_row",);
|
||||
shard_table.add_row([
|
||||
format!("{}", shard.shard_id.shard_slug()),
|
||||
format!("{}", shard.node_id.0),
|
||||
|
||||
Reference in New Issue
Block a user