This is an automated email from the ASF dual-hosted git repository.
sodonnell pushed a change to branch ozone-1.4
in repository https://gitbox.apache.org/repos/asf/ozone.git
from 7f9836e9d8 HDDS-11096. Error creating s3 auth info for request with
Authorization: Negotiate (#6896)
add 458433376d HDDS-12135. Set RM default deadline to 12 minutes and
datanode offset to 6 minutes (#7747)
add a15de1e6c4 HDDS-12114. Prevent delete commands running after a long
lock wait and send ICR earlier (#7726)
add ed5311ac93 HDDS-12115. RM selects replicas to delete
non-deterministically if nodes are overloaded (#7728)
add c380e3f65e HDDS-12127. RM should not expire pending deletes, but retry
until delete is confirmed or node is dead (#7746)
No new revisions were added by this update.
Summary of changes:
.../common/statemachine/DatanodeConfiguration.java | 14 +
.../ozone/container/keyvalue/KeyValueHandler.java | 27 +-
.../container/keyvalue/TestKeyValueHandler.java | 91 ++++++-
.../AbstractOverReplicationHandler.java | 5 +-
.../container/replication/ContainerReplicaOp.java | 12 +-
.../replication/ContainerReplicaPendingOps.java | 40 +--
.../replication/ECUnderReplicationHandler.java | 2 +-
.../replication/LegacyReplicationManager.java | 4 +-
.../replication/RatisOverReplicationHandler.java | 12 +-
.../container/replication/ReplicationManager.java | 41 ++-
.../hdds/scm/server/StorageContainerManager.java | 3 +
.../scm/container/balancer/TestMoveManager.java | 28 +-
.../TestContainerReplicaPendingOps.java | 300 ++++++++++++---------
.../replication/TestECContainerReplicaCount.java | 95 +++----
.../TestRatisOverReplicationHandler.java | 68 ++++-
.../replication/TestReplicationManager.java | 91 ++++---
.../commandhandler/TestBlockDeletion.java | 6 +-
17 files changed, 560 insertions(+), 279 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]