Skip to content

Commit

Permalink
HDDS-7490. fix metaTable error (apache#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jie Yao authored and captainzmc committed Nov 16, 2022
1 parent 08263b4 commit 890ade5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public void start(OzoneConfiguration config)

metaTable = META.getTable(store);

checkAndPopulateTable(moveTable, META.getName());
checkAndPopulateTable(metaTable, META.getName());

statefulServiceConfigTable = STATEFUL_SERVICE_CONFIG.getTable(store);

Expand Down

0 comments on commit 890ade5

Please sign in to comment.