influxdb/query
Jonathan A. Sternberg d9a528ecd4 Include the query task status in the QueryInfo struct
Previously, the task manager was modified to keep the query status so it
could track which queries were running and which ones were killed.
In those previous versions, we removed a task from the process table
as soon as it was killed and did not remove it after it had finished
executing. This meant there could be zombie goroutines running in the
background that were impossible to see.

When the task manager was updated to track the task status, we forgot to
expose the status in the public interface so consumers could see the
task status.
2018-04-26 08:17:41 -05:00
..
internal Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
neldermead move RewriteStatement and neldermead to influxdb/query package 2017-10-30 10:24:15 -07:00
call_iterator.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
call_iterator_test.go Cleanup query package 2018-01-21 12:08:23 -08:00
cast.go Enable casting values from a subquery 2018-03-30 16:58:37 -05:00
compile.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
compile_test.go Fix the validation for multiple nested distinct calls 2018-04-23 14:38:02 -05:00
cursor.go Merge pull request #9666 from influxdata/js-simplify-call-valuer 2018-04-02 11:47:41 -05:00
emitter.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
execution_context.go Turn the ExecutionContext into a context.Context 2018-03-08 14:03:20 -06:00
executor.go respect rp parameter in /query 2018-04-19 08:31:43 -07:00
executor_test.go Turn the ExecutionContext into a context.Context 2018-03-08 14:03:20 -06:00
explain.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06: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 technical analysis algorithms 2018-04-23 22:27:21 -04:00
functions_test.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
iterator.gen.go Enable casting values from a subquery 2018-03-30 16:58:37 -05:00
iterator.gen.go.tmpl Enable casting values from a subquery 2018-03-30 16:58:37 -05:00
iterator.go Enable casting values from a subquery 2018-03-30 16:58:37 -05:00
iterator_mapper.go Enable casting values from a subquery 2018-03-30 16:58:37 -05:00
iterator_mapper_test.go Enable casting values from a subquery 2018-03-30 16:58:37 -05:00
iterator_test.go Refactor the math engine to compile the query and use eval 2018-03-19 15:01:15 -05:00
linear.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
math.go Add new math functions: 2018-04-17 12:56:36 -05:00
math_test.go Introduce unit tests for the math type mapper 2018-03-28 09:40:06 -05:00
monitor.go Refactor the math engine to compile the query and use eval 2018-03-19 15:01:15 -05:00
monitor_test.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
point.gen.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
point.gen.go.tmpl EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
point.go Update influxql so DataType constants are the type DataType 2017-11-07 18:34:53 -06: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
result.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
select.go Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
select_test.go Merge pull request #9641 from influxdata/js-subquery-tests 2018-03-29 14:15:26 -05:00
statement_rewriter.go Improve SHOW TAG KEYS performance. 2017-11-07 10:59:19 -07:00
statement_rewriter_test.go Improve SHOW TAG KEYS performance. 2017-11-07 10:59:19 -07:00
subquery.go Enable casting values from a subquery 2018-03-30 16:58:37 -05:00
subquery_test.go Enable casting values from a subquery 2018-03-30 16:58:37 -05:00
task_manager.go Include the query task status in the QueryInfo struct 2018-04-26 08:17:41 -05:00
tmpldata Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00