Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fail when failed to acquire budget index
  • Loading branch information
bmaidics committed Mar 17, 2024
commit a82244a240f75571848535371a51ee6efb3ccce6
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ public long acquire(
System.nanoTime(), budgetId, budgetIndex);
}
}
else
{
throw new IllegalStateException(String.format("Failed to acquire budget index for budget %d", budgetId));
}

return budgetIndex;
}
Expand Down