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

Second node crashes after joining cluster #536

Closed
macat opened this issue May 13, 2014 · 1 comment
Closed

Second node crashes after joining cluster #536

macat opened this issue May 13, 2014 · 1 comment
Milestone

Comments

@macat
Copy link

macat commented May 13, 2014

Possible duplication of /issues/300.

First server is running InfluxDB with 100+ shards. When the second server tries to join, it (second one) crashes with:

panic: runtime error: invalid memory address or nil pointer dereference

Meanwhile on the first server:

[2014/05/13 01:02:55 UTC] [INFO] (coordinator.(*ProtobufServer).handleConnection:77) ProtobufServer: client connected: 10.69.145.243:48316
[2014/05/13 01:02:55 UTC] [INFO] (coordinator.(*RaftServer).raftEventHandler:418) (raft:f458323) Selected as leader. Starting leader loop.
[2014/05/13 01:02:55 UTC] [EROR] (coordinator.(*ProtobufServer).handleConnection:85) Error reading from connection (10.69.145.243:48316): EOF

Configuration on the second server:

hostname = "10.69.145.243"
bind-address = "0.0.0.0"
[cluster]
seed-servers = ["10.7.164.11:8090"]

Full log from the second server: https://gist.githubusercontent.com/macat/50613bd045820d577004/raw/14a25f5980e07ca66aef8c50d86d6a134a45c875/log.txt

version info:
Ubuntu 14.04
InfluxDB v0.6.2 (git: 383d79a) (leveldb: 1.15)

@jvshahid jvshahid modified the milestones: Next release, 0.6.3 May 13, 2014
@jvshahid
Copy link
Contributor

Thanks @macat for reporting this bug. It should be easy to fix, i'll work on a fix and may be get a release with the fix later today.

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

No branches or pull requests

2 participants