influxdb/query
Jonathan A. Sternberg 107feebb81 Report the task status for a query
This more accurately shows whether or not a query has been killed.
Instead of automatically removing it from the query table when it's
killed even though goroutines and iterators may still be open, it now
marks the process as killed. This should allow us to more accurately
determine if a query has been stalled and is still using resources on
the server.

This is related to , but not directly connected.
2017-09-19 14:48:56 -05:00
..
internal Remove unused casting code from the query engine 2017-09-18 12:33:34 -05:00
call_iterator.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
call_iterator_test.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
cast.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
compile.go Fix time constraints in subqueries from the refactor 2017-09-08 11:55:53 -05:00
compile_test.go Merge pull request from influxdata/js-restore-old-timerange-behavior 2017-09-14 12:00:50 -05:00
emitter.go Use system cursors for measurement, series, and tag key meta queries. 2017-08-30 08:35:20 -06:00
emitter_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
explain.go Include the number of scanned cached values in the iterator cost 2017-09-06 15:41:07 -05:00
functions.gen.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
functions.gen.go.tmpl Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
functions.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
functions_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
iterator.gen.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
iterator.gen.go.tmpl Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
iterator.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
iterator_mapper.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
iterator_mapper_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
iterator_test.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
linear.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
monitor.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
point.gen.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
point.gen.go.tmpl Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
point.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
point_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
query.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
query_executor.go Report the task status for a query 2017-09-19 14:48:56 -05:00
query_executor_test.go Report the task status for a query 2017-09-19 14:48:56 -05:00
result.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
select.go Initial implementation of explain plan 2017-09-01 09:01:10 -05:00
select_test.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
subquery.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
task_manager.go Report the task status for a query 2017-09-19 14:48:56 -05:00
tmpldata Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00