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

Fix restore functionality panics #4643

Merged
merged 1 commit into from
Nov 3, 2015
Merged

Fix restore functionality panics #4643

merged 1 commit into from
Nov 3, 2015

Conversation

oiooj
Copy link
Contributor

@oiooj oiooj commented Nov 3, 2015

fix #4642

...
unpacking: _internal/monitor/6 (18436096 bytes)
unpacking: _internal/monitor/7 (20914176 bytes)
unpacking: _internal/monitor/8 (11087872 bytes)
unpacking: meta (407 bytes)
panic: Store.RPCListener not set

goroutine 1 [running]:
github.com/influxdb/influxdb/meta.(*Store).Open(0xc82007c780, 0x0, 0x0)
        /tmp/tmp.CBAd6vC3wi/src/github.com/influxdb/influxdb/meta/store.go:191 +0x1a5
github.com/influxdb/influxdb/cmd/influxd/restore.(*Command).unpackMeta(0xc82000d520, 0xc82000af50, 0xc820112f70, 0x4, 0x197, 0xecdca8d30, 0x2137a205, 0x10a7b20, 0xc8200ee000, 0x0, ...)

....

@otoolep
Copy link
Contributor

otoolep commented Nov 3, 2015

@benbjohnson

@benbjohnson
Copy link
Contributor

👍

otoolep added a commit that referenced this pull request Nov 3, 2015
Fix restore functionality panics
@otoolep otoolep merged commit 7ddd306 into influxdata:master Nov 3, 2015
@otoolep
Copy link
Contributor

otoolep commented Nov 3, 2015

Thanks @benbjohnson and @oiooj

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.

Restore functionality panics with Store.RPCListener not set (0.9.5-nightly)
3 participants