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
We added atomicRearrange to ZCF so we could get rid of stagings, which had proven to be error-prone. This task is to remove stagings once atomicRearrange has been released and there has been time for clients to migrate.
Description of the Design
Remove reallocate, incrementBy, decrementBy, hasStagedAllocations, and clear. Don't look back.
Security Considerations
Migration issues.
Scaling Considerations
None.
Test Plan
Remove any remaining tests.
The text was updated successfully, but these errors were encountered:
refs: #6678, #7946
What is the Problem Being Solved?
We added
atomicRearrange
to ZCF so we could get rid of stagings, which had proven to be error-prone. This task is to remove stagings onceatomicRearrange
has been released and there has been time for clients to migrate.Description of the Design
Remove reallocate, incrementBy, decrementBy, hasStagedAllocations, and clear. Don't look back.
Security Considerations
Migration issues.
Scaling Considerations
None.
Test Plan
Remove any remaining tests.
The text was updated successfully, but these errors were encountered: