You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by er...@apache.org on 2022/11/15 18:35:44 UTC

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

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

erose 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 0f2f15b79f HDDS-7490. fix metaTable error (#3961)
0f2f15b79f is described below

commit 0f2f15b79ff4c12beac83d89307220e8143b6d8d
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