Skip to content

Commit

Permalink
0005998: Error viewing job history on Manage -> Jobs screen
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 4, 2023
1 parent 6084cc7 commit 70eaf22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public StatisticServiceSqlMap(IDatabasePlatform platform, Map<String, String> re
" restarted,nodes_pulled,nodes_pushed,nodes_rejected, " +
" nodes_registered,nodes_loaded,nodes_disabled,purged_data_rows, " +
" purged_data_event_rows,purged_batch_outgoing_rows,purged_batch_incoming_rows, " +
" purged_stranded_data_rows, purged_stranded_event_rows, purged_expired_data_rows, " +
" triggers_created_count,triggers_rebuilt_count,triggers_removed_count, " +
" total_nodes_pull_time, total_nodes_push_time " +
" from $(node_host_stats) " +
Expand Down

0 comments on commit 70eaf22

Please sign in to comment.