Leaves the sent_to_client field as false when we were unable to write to the client end point.
()
| 385 | /** Leaves the sent_to_client field as false when we were unable to write to |
| 386 | * the client end point. */ |
| 387 | public void markSendFailed() { |
| 388 | overall_stats.put(QueryStat.TOTAL_TIME, DateTime.nanoTime() - query_start_ns); |
| 389 | LOG.info("Completing query=" + JSON.serializeToString(this)); |
| 390 | QUERY_LOG.info(this.toString()); |
| 391 | } |
| 392 | |
| 393 | /** |
| 394 | * Builds a serializable map from the running and cached query maps to be |
no test coverage detected