----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42041/ -----------------------------------------------------------
Review request for Aurora, John Sirois and Maxim Khutornenko. Repository: aurora Description ------- With this enabled operators can visit the H2 console at /h2console and run queries like `SELECT * FROM INFORMATION_SCHEMA.QUERY_STATISTICS ORDER BY MAX_EXECUTION_TIME DESC;` to diagnose slow schedulers. Diffs ----- src/main/java/org/apache/aurora/scheduler/storage/db/DbModule.java e3efbdb80d8b18312bf1589eef883cdeee65b225 Diff: https://reviews.apache.org/r/42041/diff/ Testing ------- Ran `SELECT * FROM INFORMATION_SCHEMA.QUERY_STATISTICS ORDER BY MAX_EXECUTION_TIME DESC;` within vagrant and saw query statistics. Thanks, Zameer Manji
