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

[ozone] branch master updated: HDDS-4848. Commit key audit log has inaccurate factor and type. (#1943)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2784612  HDDS-4848. Commit key audit log has inaccurate factor and type. (#1943)
2784612 is described below

commit 2784612b5ce64139ad7dee3d469a1e9b990bfead
Author: Sammi Chen <sa...@apache.org>
AuthorDate: Sat Feb 20 10:03:14 2021 +0800

    HDDS-4848. Commit key audit log has inaccurate factor and type. (#1943)
---
 .../ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java b/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java
index 6d10e42..a2b2f48 100644
--- a/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java
+++ b/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java
@@ -648,6 +648,8 @@ public final class OzoneManagerProtocolClientSideTranslatorPB
         .setBucketName(args.getBucketName())
         .setKeyName(args.getKeyName())
         .setDataSize(args.getDataSize())
+        .setType(args.getType())
+        .setFactor(args.getFactor())
         .addAllKeyLocations(locationInfoList.stream()
             // TODO use OM version?
             .map(info -> info.getProtobuf(CURRENT_VERSION))


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