You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/02/04 05:59:05 UTC

[ozone] branch master updated (f8b6113 -> 3e17053)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git.


    from f8b6113  HDDS-4756. Add lock for activate/deactivate in SCMPipelineManager (#1861)
     add 3e17053  HDDS-4460. Add metrics for closed container replication (#1669)

No new revisions were added by this update.

Summary of changes:
 .../common/statemachine/DatanodeStateMachine.java  |  13 ++-
 .../replication/DownloadAndImportReplicator.java   |   8 +-
 .../container/replication/MeasuredReplicator.java  | 109 +++++++++++++++++++++
 .../container/replication/ReplicationTask.java     |  22 ++++-
 .../replication/TestMeasuredReplicator.java        | 106 ++++++++++++++++++++
 5 files changed, 250 insertions(+), 8 deletions(-)
 create mode 100644 hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/replication/MeasuredReplicator.java
 create mode 100644 hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/replication/TestMeasuredReplicator.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org