Closed
Description
Related PR: cockroachdb/cockroach#9066
On node startup, you now get status
, clusterID
, and nodeID
.
$ cockroach start --store=test --background
build: beta-20160829-543-gbe463fc @ 2016/09/07 17:16:23 (go1.7)
admin: http://localhost:8080
sql: postgresql://root@localhost:26257?sslmode=disable
logs: test/logs
store[0]: path=test
status: restarted pre-existing node
clusterID: {4ef69723-92cc-44fa-a847-5a855b3532a7}
nodeID: 1
On develop
only.