You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ca...@apache.org on 2022/11/16 13:06:01 UTC

[ozone] branch ozone-1.3 updated: HDDS-7490. fix metaTable error (#3961)

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

captainzmc pushed a commit to branch ozone-1.3
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/ozone-1.3 by this push:
     new 890ade5302 HDDS-7490. fix metaTable error (#3961)
890ade5302 is described below

commit 890ade5302ac8d3c6e591642247680d599f0e1df
Author: Jie Yao <ja...@tencent.com>
AuthorDate: Wed Nov 16 02:35:38 2022 +0800

    HDDS-7490. fix metaTable error (#3961)
---
 .../java/org/apache/hadoop/hdds/scm/metadata/SCMMetadataStoreImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/metadata/SCMMetadataStoreImpl.java b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/metadata/SCMMetadataStoreImpl.java
index 3d57b0b145..d342d48720 100644
--- a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/metadata/SCMMetadataStoreImpl.java
+++ b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/metadata/SCMMetadataStoreImpl.java
@@ -192,7 +192,7 @@ public class SCMMetadataStoreImpl implements SCMMetadataStore {
 
       metaTable = META.getTable(store);
 
-      checkAndPopulateTable(moveTable, META.getName());
+      checkAndPopulateTable(metaTable, META.getName());
 
       statefulServiceConfigTable = STATEFUL_SERVICE_CONFIG.getTable(store);
 


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