We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
1ea9695
Fix #536. New nodes should add old shards without panicing
27b6e2f
No branches or pull requests
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:
Meanwhile on the first server:
Configuration on the second server:
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)
The text was updated successfully, but these errors were encountered: