You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds logging for `_broadcast_values_to_processes`.
The added logs track the start and end times of `key_value_set`, `wait_at_barrier`, and `key_value_dir_get` calls, including the process index and the specific key involved.
This will help with further investigation of slow init at larger scale.
PiperOrigin-RevId: 794666925