Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacAttack committed Jan 30, 2024
1 parent 4018e69 commit 2a054fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ private void recordHeartbeat(
if (heartbeatTimestamps.get(store) != null) {
if (heartbeatTimestamps.get(store).get(version) != null) {
if (heartbeatTimestamps.get(store).get(version).get(partition) != null) {
heartbeatTimestamps.get(store).get(version).get(partition).put(region, timestamp);
if (region != null) {
heartbeatTimestamps.get(store).get(version).get(partition).put(region, timestamp);
}
}
}
}
Expand Down

0 comments on commit 2a054fd

Please sign in to comment.