Skip to content

Commit

Permalink
add sym_table_reload_status
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 13, 2019
1 parent c2a0490 commit 3abf614
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -245,6 +245,9 @@ public static File createSnapshot(ISymmetricEngine engine) {
extract(export, new File(tmpDir, "sym_table_reload_request.csv"),
TableConstants.getTableName(tablePrefix, TableConstants.SYM_TABLE_RELOAD_REQUEST));

extract(export, new File(tmpDir, "sym_table_reload_status.csv"),
TableConstants.getTableName(tablePrefix, TableConstants.SYM_TABLE_RELOAD_STATUS));

extract(export, 5000, "order by relative_dir, file_name", new File(tmpDir, "sym_file_snapshot.csv"),
TableConstants.getTableName(tablePrefix, TableConstants.SYM_FILE_SNAPSHOT));

Expand Down

0 comments on commit 3abf614

Please sign in to comment.