You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beta cluster restarted fresh earlier today.
A few issues already encountered, including node deaths (see #5998, #6000)
ec2-54-209-69-52.compute-1.amazonaws.com was restarted after dying of #5998. About 5 minutes after restart, it died with:
W160412 13:17:12.531435 server/node.go:665 [node=2] unable to log node_restart event for node 2: failed to send RPC: too many errors encountered (2 of 2 total): rpc error: code = 4 desc = context deadline exceeded
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x896fc6]
goroutine 12 [running]:
panic(0x163ce80, 0xc82000c0a0)
/usr/local/go/src/runtime/panic.go:464 +0x3e6
github.com/cockroachdb/cockroach/storage.(*storeDetail).markDead(0xc822b92200, 0x14449f073e5e3d6d, 0x0)
/go/src/github.com/cockroachdb/cockroach/storage/store_pool.go:57 +0x1b6
github.com/cockroachdb/cockroach/storage.(*StorePool).start.func1()
/go/src/github.com/cockroachdb/cockroach/storage/store_pool.go:203 +0x4f8
github.com/cockroachdb/cockroach/util/stop.(*Stopper).RunWorker.func1(0xc82036acb0, 0xc8203d5880)
/go/src/github.com/cockroachdb/cockroach/util/stop/stopper.go:139 +0x52
created by github.com/cockroachdb/cockroach/util/stop.(*Stopper).RunWorker
/go/src/github.com/cockroachdb/cockroach/util/stop/stopper.go:140 +0x62
I'm intentionally including the warning as it indicates problems writing to the event log and may or may not be related.
Full log for this node since restart: node1.log.txt
The text was updated successfully, but these errors were encountered:
Fixescockroachdb#6001.
The descriptor could have never been set on the `storeDetail` if it was
markedAlive and enqueue'd in getStoreDetailLocked and never markedAlive again.
I'm not sure if it makes sense to log anything, because chances are the
store was never alive to begin with.
Fixescockroachdb#6001.
The descriptor could have never been set on the `storeDetail` if it was
markedAlive and enqueued in getStoreDetailLocked and never markedAlive again.
I'm not sure if it makes sense to log anything, because chances are the
store was never alive to begin with.
Build sha: c382dd7
Beta cluster restarted fresh earlier today.
A few issues already encountered, including node deaths (see #5998, #6000)
ec2-54-209-69-52.compute-1.amazonaws.com
was restarted after dying of #5998. About 5 minutes after restart, it died with:I'm intentionally including the warning as it indicates problems writing to the event log and may or may not be related.
Full log for this node since restart:
node1.log.txt
The text was updated successfully, but these errors were encountered: