Skip to content

Commit

Permalink
Add log statement for printing the batch query in order (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh authored Dec 11, 2024
1 parent 05e4d3f commit ca5558f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iris-mpc/src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ async fn receive_batch(
batch_query.query_right.mask.extend(mask_shares_right);
}

tracing::info!("batch signups ids in order: {:?}", batch_query.request_ids);

// Preprocess query shares here already to avoid blocking the actor
batch_query.query_left_preprocessed =
BatchQueryEntriesPreprocessed::from(batch_query.query_left.clone());
Expand Down

0 comments on commit ca5558f

Please sign in to comment.