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
Disable previous riak object after back-pressure sleep is triggered
When back-pressure sleep is triggered by many siblings, holding
previous object can lead to more siblings. This commit change the
behavior and discard it.
This setting has effect only when all the following conditions are met:
- Normal PUT Object, no effect for multipart upload
- Overwring existing object, no effect for new object
- read_before_last_manifest_write=false, this setting was introduced in
CS 1.5.3 and default is true
0 commit comments