tennisleng
tennisleng
Fixes #35205. Explicitly captures the previous value of the member expression in a temporary before the update occurs, ensuring that post-increment operations return the original value.
This PR implements support for `UpdateExpression` (e.g. `x++`) on variables captured by closures (context identifiers). Previously, this would throw a Todo error. The implementation emulates the behavior of member expression...
## Summary This PR fixes an issue where bucket event notifications fail with a duplicated ARN prefix error. Fixes #1007 ## Problem When using minio mc to set bucket event...
Splitting #1042: Integration of cold tiering.
Splitting #1042: Core configuration structures.
Splitting #1045: Admin API handlers.
## 📋 Detailed Design Plan: Point-in-Time File History Core Logic Thank you for the review request! Here's the detailed design plan for this PR. ### Overview This PR implements the...
## Description This PR fixes issue #1001 where the cluster becomes unresponsive when a node is abruptly powered off (e.g., by cutting the power), while gracefully killing the process works...
Splitting #25341: Advanced scenarios (events, timeouts, nested).
Splitting #25341: Basic functionality.