Skip to content

Commit

Permalink
Merge pull request #52 from chenhao7253886/master
Browse files Browse the repository at this point in the history
compile failed
  • Loading branch information
chenhao7253886 authored Aug 29, 2017
2 parents 01f3d38 + 5cfef48 commit aded523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/com/baidu/palo/persist/EditLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ public static void loadJournal(Catalog catalog, JournalEntity journal) {
break;
}
case OperationType.OP_UPDATE_CLUSTER_AND_BACKENDS: {
final BackendIdsUpdateInfo info = (UpdateIdsUpdateInfo) journal.getData();
final BackendIdsUpdateInfo info = (BackendIdsUpdateInfo) journal.getData();
catalog.replayUpdateClusterAndBackends(info);
break;
}
Expand Down

0 comments on commit aded523

Please sign in to comment.