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 #8848, but not directly connected.
2017-09-19 14:48:56 -05:00
..
internal
call_iterator.go
call_iterator_test.go
cast.go
compile.go
compile_test.go
emitter.go
emitter_test.go
explain.go
functions.gen.go
functions.gen.go.tmpl
functions.go
functions_test.go
iterator.gen.go
iterator.gen.go.tmpl
iterator.go
iterator_mapper.go
iterator_mapper_test.go
iterator_test.go
linear.go
monitor.go
point.gen.go
point.gen.go.tmpl
point.go
point_test.go
query.go
query_executor.go
query_executor_test.go
result.go
select.go
select_test.go
subquery.go
task_manager.go
tmpldata