Created
September 16, 2019 16:16
-
-
Save johnmastro/b9beae279dd918bfae1443dfb57d225d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09-16 16:08:02 [1mWARN middleware.process-userland-query[0m :: Query failure [31m{:status :failed, | |
:class java.sql.SQLNonTransientConnectionException, | |
:error "(conn=6989) Connection timed out (Write failed)", | |
:stacktrace | |
("org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:234)" | |
"org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:165)" | |
"org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:238)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:232)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.executeQuery(MariaDbPreparedStatementClient.java:174)" | |
"com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:431)" | |
"clojure.java.jdbc$execute_query_with_params.invokeStatic(jdbc.clj:1072)" | |
"clojure.java.jdbc$execute_query_with_params.invoke(jdbc.clj:1066)" | |
"clojure.java.jdbc$db_query_with_resultset_STAR_.invokeStatic(jdbc.clj:1095)" | |
"clojure.java.jdbc$db_query_with_resultset_STAR_.invoke(jdbc.clj:1075)" | |
"clojure.java.jdbc$query.invokeStatic(jdbc.clj:1164)" | |
"clojure.java.jdbc$query.invoke(jdbc.clj:1126)" | |
"toucan.db$query.invokeStatic(db.clj:285)" | |
"toucan.db$query.doInvoke(db.clj:281)" | |
"clojure.lang.RestFn.invoke(RestFn.java:410)" | |
"toucan.db$simple_select.invokeStatic(db.clj:391)" | |
"toucan.db$simple_select.invoke(db.clj:380)" | |
"toucan.db$simple_select_one.invokeStatic(db.clj:417)" | |
"toucan.db$simple_select_one.invoke(db.clj:406)" | |
"toucan.db$select_one.invokeStatic(db.clj:624)" | |
"toucan.db$select_one.doInvoke(db.clj:617)" | |
"clojure.lang.RestFn.invoke(RestFn.java:439)" | |
"--> query_processor.store$fn__34288$fetch_and_store_database_BANG___34293$fn__34294.invoke(store.clj:157)" | |
"query_processor.store$fn__34288$fetch_and_store_database_BANG___34293.invoke(store.clj:145)" | |
"query_processor.middleware.resolve_database$resolve_database_STAR_.invokeStatic(resolve_database.clj:9)" | |
"query_processor.middleware.resolve_database$resolve_database_STAR_.invoke(resolve_database.clj:6)" | |
"query_processor.middleware.store$initialize_store$fn__43849$fn__43850.invoke(store.clj:11)" | |
"query_processor.store$do_with_store.invokeStatic(store.clj:46)" | |
"query_processor.store$do_with_store.invoke(store.clj:40)" | |
"query_processor.middleware.store$initialize_store$fn__43849.invoke(store.clj:10)" | |
"query_processor.middleware.async$async__GT_sync$fn__34007.invoke(async.clj:23)" | |
"query_processor.middleware.async_wait$runnable$fn__36397.invoke(async_wait.clj:89)"), | |
:query | |
{:constraints {:max-results 10000, :max-results-bare-rows 2000}, | |
:type :native, | |
:middleware {:userland-query? true}, | |
:native | |
{:query "[redacted]"}, | |
:info | |
{:executed-by 25, | |
:context :question, | |
:card-id 180, | |
:dashboard-id nil, | |
:query-hash [61, -59, 65, -97, -45, 33, 125, -61, -8, 111, -25, 109, 44, -20, -40, 126, -17, 4, 66, 76, 44, -101, 113, 114, -29, -119, -104, 95, -19, 64, -84, -38]}, | |
:parameters [], | |
:async? true, | |
:cache-ttl nil}, | |
:cause {:class java.sql.SQLException, :error "Connection timed out (Write failed)", :cause {:class java.net.SocketException, :error "Connection timed out (Write failed)"}}} | |
[0m | |
09-16 16:08:02 [1mWARN middleware.process-userland-query[0m :: Query failure [31m{:status :failed, | |
:class java.sql.SQLNonTransientConnectionException, | |
:error "(conn=6625) Connection timed out (Write failed)", | |
:stacktrace | |
("org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:234)" | |
"org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:165)" | |
"org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:238)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:232)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.executeQuery(MariaDbPreparedStatementClient.java:174)" | |
"com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:431)" | |
"clojure.java.jdbc$execute_query_with_params.invokeStatic(jdbc.clj:1072)" | |
"clojure.java.jdbc$execute_query_with_params.invoke(jdbc.clj:1066)" | |
"clojure.java.jdbc$db_query_with_resultset_STAR_.invokeStatic(jdbc.clj:1095)" | |
"clojure.java.jdbc$db_query_with_resultset_STAR_.invoke(jdbc.clj:1075)" | |
"clojure.java.jdbc$query.invokeStatic(jdbc.clj:1164)" | |
"clojure.java.jdbc$query.invoke(jdbc.clj:1126)" | |
"toucan.db$query.invokeStatic(db.clj:285)" | |
"toucan.db$query.doInvoke(db.clj:281)" | |
"clojure.lang.RestFn.invoke(RestFn.java:410)" | |
"toucan.db$simple_select.invokeStatic(db.clj:391)" | |
"toucan.db$simple_select.invoke(db.clj:380)" | |
"toucan.db$simple_select_one.invokeStatic(db.clj:417)" | |
"toucan.db$simple_select_one.invoke(db.clj:406)" | |
"toucan.db$select_one.invokeStatic(db.clj:624)" | |
"toucan.db$select_one.doInvoke(db.clj:617)" | |
"clojure.lang.RestFn.invoke(RestFn.java:439)" | |
"--> query_processor.store$fn__34288$fetch_and_store_database_BANG___34293$fn__34294.invoke(store.clj:157)" | |
"query_processor.store$fn__34288$fetch_and_store_database_BANG___34293.invoke(store.clj:145)" | |
"query_processor.middleware.resolve_database$resolve_database_STAR_.invokeStatic(resolve_database.clj:9)" | |
"query_processor.middleware.resolve_database$resolve_database_STAR_.invoke(resolve_database.clj:6)" | |
"query_processor.middleware.store$initialize_store$fn__43849$fn__43850.invoke(store.clj:11)" | |
"query_processor.store$do_with_store.invokeStatic(store.clj:46)" | |
"query_processor.store$do_with_store.invoke(store.clj:40)" | |
"query_processor.middleware.store$initialize_store$fn__43849.invoke(store.clj:10)" | |
"query_processor.middleware.async$async__GT_sync$fn__34007.invoke(async.clj:23)" | |
"query_processor.middleware.async_wait$runnable$fn__36397.invoke(async_wait.clj:89)"), | |
:query | |
{:constraints {:max-results 10000, :max-results-bare-rows 2000}, | |
:type :native, | |
:middleware {:userland-query? true}, | |
:native | |
{:query | |
"select\n concat(cond.name,'_' ,chat_api_schema.type) as flow,\n --chat_api_schema.code as schema_code,\n DATE_TRUNC('WEEK', convert_timezone('America/New_York', ov.created))::date as week,\n count(distinct ov.id) as number_of_ovs,\n count(distinct tr.id) as number_of_trs,\n count(distinct tr.id)/count(distinct ov.id)::float as conv\nfrom\n roman_public.consultations_onlinevisit ov\n LEFT JOIN roman_public.doctor_treatmentrequest tr\n ON ov.id = tr.online_visit_id\n LEFT JOIN roman_public.chat_api_userthread\n ON ov.thread_id = chat_api_userthread.thread_id\n LEFT JOIN roman_public.chat_api_schema\n ON chat_api_userthread.schema_id = chat_api_schema.id\n LEFT JOIN roman_public.CONDITIONS_CONDITION cond\n ON chat_api_schema.CONDITION_ID = cond.ID\nwhere ov.created::date > DATE_TRUNC('WEEK', convert_timezone('America/New_York', current_timestamp()))::date - interval '8 weeks'\n and ov.created::date < DATE_TRUNC('WEEK', convert_timezone('America/New_York', current_timestamp()))::date\n and flow = 'Sleep_onboarding'\ngroup by 1, 2--, 3\norder by 1, 2--, 3\n\n"}, | |
:info | |
{:executed-by 25, | |
:context :question, | |
:card-id 183, | |
:dashboard-id nil, | |
:query-hash [-85, -94, -64, -34, -128, -15, 64, -86, -37, 87, 104, 65, 115, -81, 27, -68, -74, 47, -18, -77, -42, 14, -117, -86, 66, 125, 0, 65, -122, 110, 36, -57]}, | |
:parameters [], | |
:async? true, | |
:cache-ttl nil}, | |
:cause {:class java.sql.SQLException, :error "Connection timed out (Write failed)", :cause {:class java.net.SocketException, :error "Connection timed out (Write failed)"}}} | |
[0m | |
09-16 16:08:02 [1mWARN middleware.process-userland-query[0m :: Query failure [31m{:status :failed, | |
:class java.sql.SQLNonTransientConnectionException, | |
:error "(conn=7254) Connection timed out (Write failed)", | |
:stacktrace | |
("org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:234)" | |
"org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:165)" | |
"org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:238)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:232)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.executeQuery(MariaDbPreparedStatementClient.java:174)" | |
"com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:431)" | |
"clojure.java.jdbc$execute_query_with_params.invokeStatic(jdbc.clj:1072)" | |
"clojure.java.jdbc$execute_query_with_params.invoke(jdbc.clj:1066)" | |
"clojure.java.jdbc$db_query_with_resultset_STAR_.invokeStatic(jdbc.clj:1095)" | |
"clojure.java.jdbc$db_query_with_resultset_STAR_.invoke(jdbc.clj:1075)" | |
"clojure.java.jdbc$query.invokeStatic(jdbc.clj:1164)" | |
"clojure.java.jdbc$query.invoke(jdbc.clj:1126)" | |
"toucan.db$query.invokeStatic(db.clj:285)" | |
"toucan.db$query.doInvoke(db.clj:281)" | |
"clojure.lang.RestFn.invoke(RestFn.java:410)" | |
"toucan.db$simple_select.invokeStatic(db.clj:391)" | |
"toucan.db$simple_select.invoke(db.clj:380)" | |
"toucan.db$simple_select_one.invokeStatic(db.clj:417)" | |
"toucan.db$simple_select_one.invoke(db.clj:406)" | |
"toucan.db$select_one.invokeStatic(db.clj:624)" | |
"toucan.db$select_one.doInvoke(db.clj:617)" | |
"clojure.lang.RestFn.invoke(RestFn.java:439)" | |
"--> query_processor.middleware.permissions$fn__40431$check_card_read_perms__40436$fn__40437.invoke(permissions.clj:18)" | |
"query_processor.middleware.permissions$fn__40431$check_card_read_perms__40436.invoke(permissions.clj:15)" | |
"query_processor.middleware.permissions$fn__40479$check_query_permissions_STAR___40484$fn__40490.invoke(permissions.clj:39)" | |
"query_processor.middleware.permissions$fn__40479$check_query_permissions_STAR___40484.invoke(permissions.clj:34)" | |
"query_processor.middleware.cumulative_aggregations$handle_cumulative_aggregations$fn__37267.invoke(cumulative_aggregations.clj:57)" | |
"query_processor.middleware.resolve_joins$resolve_joins$fn__41065.invoke(resolve_joins.clj:184)" | |
"query_processor.middleware.limit$limit$fn__38003.invoke(limit.clj:19)" | |
"query_processor.middleware.results_metadata$record_and_return_metadata_BANG_$fn__43824.invoke(results_metadata.clj:87)" | |
"query_processor.middleware.format_rows$format_rows$fn__37991.invoke(format_rows.clj:26)" | |
"query_processor.middleware.add_dimension_projections$add_remapping$fn__34855.invoke(add_dimension_projections.clj:232)" | |
"query_processor.middleware.add_source_metadata$add_source_metadata_for_source_queries$fn__35474.invoke(add_source_metadata.clj:107)" | |
"query_processor.middleware.resolve_source_table$resolve_source_tables$fn__41115.invoke(resolve_source_table.clj:46)" | |
"query_processor.middleware.add_row_count_and_status$add_row_count_and_status$fn__35334.invoke(add_row_count_and_status.clj:16)" | |
"query_processor.middleware.driver_specific$process_query_in_context$fn__37478.invoke(driver_specific.clj:12)" | |
"query_processor.middleware.resolve_driver$resolve_driver$fn__40729.invoke(resolve_driver.clj:22)" | |
"query_processor.middleware.bind_effective_timezone$bind_effective_timezone$fn__36669$fn__36670.invoke(bind_effective_timezone.clj:9)" | |
"util.date$call_with_effective_timezone.invokeStatic(date.clj:88)" | |
"util.date$call_with_effective_timezone.invoke(date.clj:77)" | |
"query_processor.middleware.bind_effective_timezone$bind_effective_timezone$fn__36669.invoke(bind_effective_timezone.clj:8)" | |
"query_processor.middleware.store$initialize_store$fn__43849$fn__43850.invoke(store.clj:11)" | |
"query_processor.store$do_with_store.invokeStatic(store.clj:46)" | |
"query_processor.store$do_with_store.invoke(store.clj:40)" | |
"query_processor.middleware.store$initialize_store$fn__43849.invoke(store.clj:10)" | |
"query_processor.middleware.async$async__GT_sync$fn__34007.invoke(async.clj:23)" | |
"query_processor.middleware.async_wait$runnable$fn__36397.invoke(async_wait.clj:89)"), | |
:query | |
{:constraints {:max-results 10000, :max-results-bare-rows 2000}, | |
:type :native, | |
:middleware {:userland-query? true}, | |
:native | |
{:query "[redacted]"}, | |
:info | |
{:executed-by 25, | |
:context :question, | |
:card-id 178, | |
:dashboard-id nil, | |
:query-hash [-1, 45, 1, 24, -19, -12, 27, -57, -66, -16, 121, 73, 87, -110, -126, 87, 45, 121, 62, 78, 110, -46, -82, 4, -22, -112, -121, -25, -7, 103, 31, 104]}, | |
:parameters [], | |
:async? true, | |
:cache-ttl nil}, | |
:cause {:class java.sql.SQLException, :error "Connection timed out (Write failed)", :cause {:class java.net.SocketException, :error "Connection timed out (Write failed)"}}} | |
[0m | |
09-16 16:08:02 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/180/query 200 [ASYNC: completed] 576.3 ms (8 DB calls) Jetty threads: 3/50 (10 idle, 0 queued) (108 total active threads) Queries in flight: 12[0m | |
09-16 16:08:02 [1mERROR middleware.log[0m :: [31mGET /api/collection/73 500 2.8 ms (2 DB calls) | |
{:message "(conn=6628) Connection timed out (Write failed)", | |
:type java.sql.SQLNonTransientConnectionException, | |
:stacktrace | |
("org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:234)" | |
"org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:165)" | |
"org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:238)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:232)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)" | |
"org.mariadb.jdbc.MariaDbPreparedStatementClient.executeQuery(MariaDbPreparedStatementClient.java:174)" | |
"com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:431)" | |
"clojure.java.jdbc$execute_query_with_params.invokeStatic(jdbc.clj:1072)" | |
"clojure.java.jdbc$execute_query_with_params.invoke(jdbc.clj:1066)" | |
"clojure.java.jdbc$db_query_with_resultset_STAR_.invokeStatic(jdbc.clj:1095)" | |
"clojure.java.jdbc$db_query_with_resultset_STAR_.invoke(jdbc.clj:1075)" | |
"clojure.java.jdbc$query.invokeStatic(jdbc.clj:1164)" | |
"clojure.java.jdbc$query.invoke(jdbc.clj:1126)" | |
"toucan.db$query.invokeStatic(db.clj:285)" | |
"toucan.db$query.doInvoke(db.clj:281)" | |
"clojure.lang.RestFn.invoke(RestFn.java:410)" | |
"toucan.db$simple_select.invokeStatic(db.clj:391)" | |
"toucan.db$simple_select.invoke(db.clj:380)" | |
"toucan.db$select.invokeStatic(db.clj:659)" | |
"toucan.db$select.doInvoke(db.clj:653)" | |
"clojure.lang.RestFn.applyTo(RestFn.java:139)" | |
"clojure.core$apply.invokeStatic(core.clj:667)" | |
"clojure.core$apply.invoke(core.clj:660)" | |
"toucan.db$select_field.invokeStatic(db.clj:682)" | |
"toucan.db$select_field.doInvoke(db.clj:674)" | |
"clojure.lang.RestFn.applyTo(RestFn.java:142)" | |
"clojure.core$apply.invokeStatic(core.clj:669)" | |
"clojure.core$apply.invoke(core.clj:660)" | |
"toucan.db$select_ids.invokeStatic(db.clj:692)" | |
"toucan.db$select_ids.doInvoke(db.clj:685)" | |
"clojure.lang.RestFn.invoke(RestFn.java:439)" | |
"--> models.collection$fn__30939$descendant_ids__30944$fn__30945.invoke(collection.clj:429)" | |
"models.collection$fn__30939$descendant_ids__30944.invoke(collection.clj:426)" | |
"models.collection$fn__31740$user__GT_personal_collection_and_descendant_ids__31745$fn__31746.invoke(collection.clj:1063)" | |
"models.collection$fn__31740$user__GT_personal_collection_and_descendant_ids__31745.invoke(collection.clj:1053)" | |
"models.user$permissions_set.invokeStatic(user.clj:284)" | |
"models.user$permissions_set.invoke(user.clj:278)" | |
"middleware.session$do_with_current_user$fn__62016.invoke(session.clj:175)" | |
"models.interface$current_user_permissions_set.invokeStatic(interface.clj:237)" | |
"models.interface$current_user_permissions_set.invoke(interface.clj:237)" | |
"models.interface$make_perms_check_fn$_has_perms_QMARK___25677.invoke(interface.clj:252)" | |
"models.interface$make_perms_check_fn$_has_perms_QMARK___25677.invoke(interface.clj:250)" | |
"models.interface$fn__25600$fn__25609$G__25603__25618.invoke(interface.clj:184)" | |
"api.common$read_check.invokeStatic(common.clj:340)" | |
"api.common$read_check.invoke(common.clj:333)" | |
"api.common$read_check.invokeStatic(common.clj:343)" | |
"api.common$read_check.invoke(common.clj:333)" | |
"api.collection$fn__48371.invokeStatic(collection.clj:118)" | |
"api.collection$fn__48371.invoke(collection.clj:115)" | |
"middleware.auth$enforce_authentication$fn__64059.invoke(auth.clj:14)" | |
"routes$fn__65209$fn__65210.doInvoke(routes.clj:56)" | |
"middleware.exceptions$catch_uncaught_exceptions$fn__64158.invoke(exceptions.clj:104)" | |
"middleware.exceptions$catch_api_exceptions$fn__64155.invoke(exceptions.clj:92)" | |
"middleware.log$log_api_call$fn__65583$fn__65584.invoke(log.clj:170)" | |
"middleware.log$log_api_call$fn__65583.invoke(log.clj:164)" | |
"middleware.security$add_security_headers$fn__64121.invoke(security.clj:128)" | |
"middleware.json$wrap_json_body$fn__65288.invoke(json.clj:61)" | |
"middleware.json$wrap_streamed_json_response$fn__65306.invoke(json.clj:97)" | |
"middleware.session$bind_current_user$fn__62021$fn__62022.invoke(session.clj:193)" | |
"middleware.session$do_with_current_user.invokeStatic(session.clj:176)" | |
"middleware.session$do_with_current_user.invoke(session.clj:170)" | |
"middleware.session$bind_current_user$fn__62021.invoke(session.clj:192)" | |
"middleware.session$wrap_current_user_id$fn__62010.invoke(session.clj:161)" | |
"middleware.session$wrap_session_id$fn__61995.invoke(session.clj:123)" | |
"middleware.auth$wrap_api_key$fn__64067.invoke(auth.clj:27)" | |
"middleware.misc$maybe_set_site_url$fn__65610.invoke(misc.clj:56)" | |
"middleware.misc$bind_user_locale$fn__65613.invoke(misc.clj:72)" | |
"middleware.misc$add_content_type$fn__65598.invoke(misc.clj:28)" | |
"middleware.misc$disable_streaming_buffering$fn__65621.invoke(misc.clj:87)"), | |
:sql-exception-chain ["SQLNonTransientConnectionException:" "Message: (conn=6628) Connection timed out (Write failed)" "SQLState: 08" "Error Code: 0"]} | |
[0m | |
09-16 16:08:02 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/183/query 200 [ASYNC: completed] 607.0 ms (8 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 11[0m | |
09-16 16:08:02 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/178/query 200 [ASYNC: completed] 748.3 ms (9 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 10[0m | |
09-16 16:08:05 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/174/query 200 [ASYNC: completed] 3.9 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 9[0m | |
09-16 16:08:05 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/173/query 200 [ASYNC: completed] 4.0 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 8[0m | |
09-16 16:08:05 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/171/query 200 [ASYNC: completed] 4.2 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 7[0m | |
09-16 16:08:05 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/176/query 200 [ASYNC: completed] 4.4 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 6[0m | |
09-16 16:08:07 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/182/query 200 [ASYNC: completed] 5.9 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 5[0m | |
09-16 16:08:08 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/168/query 200 [ASYNC: completed] 7.4 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 4[0m | |
09-16 16:08:09 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/179/query 200 [ASYNC: completed] 7.7 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 3[0m | |
09-16 16:08:10 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/177/query 200 [ASYNC: completed] 8.6 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 2[0m | |
09-16 16:08:10 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/170/query 200 [ASYNC: completed] 8.6 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 1[0m | |
09-16 16:08:11 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/172/query 200 [ASYNC: completed] 10.0 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 0[0m | |
09-16 16:08:17 [1mDEBUG middleware.log[0m :: [32mGET /api/database 200 50.0 ms (6 DB calls) Jetty threads: 3/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 0[0m | |
09-16 16:08:17 [1mDEBUG middleware.log[0m :: [32mGET /api/card/182 200 9.2 ms (6 DB calls) Jetty threads: 3/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 0[0m | |
09-16 16:08:17 [1mDEBUG middleware.log[0m :: [32mGET /api/collection/73 200 5.1 ms (3 DB calls) Jetty threads: 3/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 0[0m | |
09-16 16:08:18 [1mDEBUG middleware.log[0m :: [32mGET /api/alert/question/182 200 1.8 ms (1 DB calls) Jetty threads: 3/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 0[0m | |
09-16 16:08:30 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/182/query 200 [ASYNC: completed] 12.2 s (10 DB calls) Jetty threads: 2/50 (11 idle, 0 queued) (108 total active threads) Queries in flight: 0[0m | |
09-16 16:08:41 [1mDEBUG middleware.log[0m :: [32mPOST /api/card/182/query 200 [ASYNC: completed] 4.4 s (10 DB calls) Jetty threads: 2/50 (10 idle, 0 queued) (106 total active threads) Queries in flight: 0[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment