Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select last() from foo causes panic #1113

Merged
merged 1 commit into from
Nov 14, 2014
Merged

select last() from foo causes panic #1113

merged 1 commit into from
Nov 14, 2014

Conversation

dgnorton
Copy link
Contributor

[11/11/14 15:42:57] [INFO] Start Query: db: dailymile, u: root, q: select last() from dgnorton.pace;
[11/11/14 15:42:57] [DEBG] Querying 3 shards for query
[11/11/14 15:42:57] [EROR] ********************************BUG********************************
Database: dailymile
Query: [select last() from dgnorton.pace;]
Error: runtime error: invalid memory address or nil pointer dereference. Stacktrace: goroutine 50 [running]:
github.com/influxdb/influxdb/common.RecoverFunc(0xc20802ca06, 0x9, 0xc2081c0870, 0x21, 0x0)
    /home/dgnorton/go/src/github.com/influxdb/influxdb/common/recover.go:14 +0xbb
github.com/influxdb/influxdb/engine.ProcessorChain(0x0, 0x0, 0x0, 0x0)
    /home/dgnorton/go/src/github.com/influxdb/influxdb/engine/processor.go:25 +0x4e
github.com/influxdb/influxdb/coordinator.(*Coordinator).getShardsAndProcessor(0xc2081004a0, 0xc20820e1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /home/dgnorton/go/src/github.com/influxdb/influxdb/coordinator/coordinator.go:246 +0x303
github.com/influxdb/influxdb/coordinator.(*Coordinator).runQuerySpec(0xc2081004a0, 0xc20820e1e0, 0x7ff5a9c342f8, 0xc20802e1b0, 0x0, 0x0)
    /home/dgnorton/go/src/github.com/influxdb/influxdb/coordinator/coordinator.go:294 +0x93
github.com/influxdb/influxdb/coordinator.(*Coordinator).runSingleQuery(0xc2081004a0, 0x7ff5a9c34260, 0xc2080fbb00, 0xc20802ca06, 0x9, 0xc2081c0de0, 0x7ff5a9c342f8, 0xc20802e1b0, 0x0, 0x0)

@dgnorton dgnorton self-assigned this Nov 11, 2014
@toddboom toddboom merged commit e7639d7 into master Nov 14, 2014
@toddboom toddboom removed the review label Nov 14, 2014
@toddboom toddboom deleted the fix-1113 branch November 14, 2014 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants