Skip to content

Commit

Permalink
0003854: Initial load use estimated counts
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jan 15, 2019
1 parent fcc0323 commit 0d5bbfd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1263,7 +1263,7 @@ protected long getDataCountForReload(Table table, Node targetNode, String select
}

try {
rowCount = sqlTemplate.queryForLong(sql);
rowCount = sqlTemplateDirty.queryForLong(sql);
} catch (Exception ex) {
throw new SymmetricException("Failed to execute row count SQL while starting reload. If this is a syntax error, check your input and check "
+ engine.getTablePrefix() + "_table_reload_request. Statement attempted: \"" + sql + "\"", ex);
Expand Down

0 comments on commit 0d5bbfd

Please sign in to comment.