Skip to content

Commit

Permalink
trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 24, 2024
1 parent 8027bf0 commit 2975019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs/pocket_ic_server/src/state_api/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,7 @@ impl ApiState {
pocket_ic.bump_state_label();
let new_state_label = pocket_ic.get_state_label();
// add result to graph, but grab instance lock first!
println!("waiting to grab instane: old={:?} op_id={:?}", old_state_label, op_id);
let instances = instances.blocking_read();
println!("waiting to grab graph: old={:?} op_id={:?}", old_state_label, op_id);
let mut graph_guard = graph.blocking_write();
Expand Down

0 comments on commit 2975019

Please sign in to comment.