Skip to content

Instantly share code, notes, and snippets.

@titanous
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save titanous/9235871 to your computer and use it in GitHub Desktop.
Save titanous/9235871 to your computer and use it in GitHub Desktop.
WARNING: DATA RACE
Write by goroutine 30:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 29:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 30 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 29 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 30:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 29:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 30 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 29 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 30:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 29:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 30 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 29 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 23:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 22:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 23 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_pa[etcd] Feb 26 13:47:23.697 INFO | node4: leader changed from '' to 'node1'.
rty/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 22 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 17:
[failed to restore the stack]
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 17 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
==================
WARNING: DATA RACE
Read by goroutine 35:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 34:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 35 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 34 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 35:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 34:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
[etcd] Feb 26 13:47:24.811 INFO | node4: leader changed from '' to 'node3'.
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 35 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 34 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 22:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 22 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
==================
WARNING: DATA RACE
Read by goroutine 39:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 38:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 39 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 38 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 39:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 38:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 39 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 38 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 40:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 40 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Read by goroutine 53:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 52:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 53 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 52 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 53:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 52:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 53 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 52 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 17:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 17 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
==================
WARNING: DATA RACE
Read by goroutine 39:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 38:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 39 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 38 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 39:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 38:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 39 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 38 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 17:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 17 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
==================
WARNING: DATA RACE
Read by goroutine 41:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 40:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 41 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 40 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 41:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 40:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 41 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 40 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 26:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 15:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 26 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 15 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Previous read by goroutine 30:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:70 +0x315
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 30 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 18:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 18 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 17:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
[etcd] Feb 26 13:47:34.198 INFO | node7: leader changed from 'node1' to ''.
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 17 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
[etcd] Feb 26 13:47:34.198 INFO | node7: term #1 started.
==================
WARNING: DATA RACE
Read by goroutine 49:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 48:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 49 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 48 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 49:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 48:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 49 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 48 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 21:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
==================
WARNING: DATA RACE
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x38Write by 3
goroutine 58:
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
Previous write by goroutine 19:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 21 (running) created at:
Previous write by net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
goroutine 55:
Goroutine 19 (running) created at:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
==================
WARNING: DATA RACE
Read by
goroutine 21:
Goroutine 58 (running) created at:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
Goroutine 55 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
==================
WARNING: DATA RACEgoroutine 19:
Read by github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
goroutine 58:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
Previous write by net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 21 (running) created at:
goroutine 55:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 19 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
==================
WARNING: DATA RACE
Write by goroutine 21:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 19:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
==================
WARNING: DATA RACE
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Write by
goroutine 58:
Goroutine 21 (running) created at:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
Goroutine 19 (running) created at:
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 64:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 63:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 64 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 63 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 64:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 63:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 64 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 63 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 64:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 63:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 64 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 63 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 77:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 74:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 77 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 74 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 77:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 74:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 77 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 74 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 77:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 74:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 77 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 74 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 81:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 81 (finished) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 101:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 100:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 101 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 100 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Read by goroutine 11:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 18:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 11 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 18 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 11:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 18:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 11 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 18 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 21:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).Dispatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:253 +0x1126
github.com/coreos/etcd/server.(*PeerServer).JoinHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:161 +0x27f
github.com/coreos/etcd/server.*PeerServer.JoinHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:241 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 21:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:277 +0x33a
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 21:
[failed to restore the stack]
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Read by goroutine 48:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 47:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 48 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 47 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 48:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 47:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 48 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 47 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 21:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:277 +0x33a
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 21:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:277 +0x33a
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 89:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 8:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 89 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 8 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 89:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 8:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 89 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 8 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 125:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 31:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 125 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 31 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 125:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
[etcd] Feb 26 13:47:43.438 INFO | node1: leader changed from '' to 'node9'.
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 31:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 125 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 31 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 49:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:61 +0x1e2
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 15:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 49 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 15 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 49:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:62 +0x228
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 15:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 49 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 15 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 35:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 20:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 35 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 20 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 35:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 20:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 35 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 20 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 35:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 20:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 35 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 20 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 132:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 20:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
[etcd] Feb 26 13:47:43.742 INFO | etcd server [name node4, listen on [::]:4004, advertised url http://127.0.0.1:4004]
[etcd] Feb 26 13:47:43.742 INFO | etcd server [name node5, listen on [::]:4005, advertised url http://127.0.0.1:4005]
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 132 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 20 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 80:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 77:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 80 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 77 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 80:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 77:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 80 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 77 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 80:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 77:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 80 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 77 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 81:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 98:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 81 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 98 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 81:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 98:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 81 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 98 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 81:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 98:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 81 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 98 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 134:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 98:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 134 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 98 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 68:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 92:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 68 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 92 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 68:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 92:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 68 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 92 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 68:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 92:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 68 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 92 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 4:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 78:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 4 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 78 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 129:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:61 +0x1e2
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 61:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 129 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 129:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:62 +0x228
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 61:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 129 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 100:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 90:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 100 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 90 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 100:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 90:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 100 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 90 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 100:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 90:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 100 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 90 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 135:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 90:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 135 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 90 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 35:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 111:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 35 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 111 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 35:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 111:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 35 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 111 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 35:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 111:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 35 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 111 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 12:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 99:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 12 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 99 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 12:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 99:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 12 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 99 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 12:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 99:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 12 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 99 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 133:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 99:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 133 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 99 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 27:
[failed to restore the stack]
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 27 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Read by goroutine 59:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 41:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 59 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 41 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 59:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 41:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 59 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 41 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 66:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 61:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 66 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 66:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 61:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 66 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 66:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 61:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 66 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 65:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 60:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 65 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 60 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 65:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 60:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 65 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 60 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 65:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 60:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 65 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 60 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 66:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 62:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 66 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 62 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 66:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 62:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 66 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 62 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 66:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 62:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 66 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 62 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 21:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:277 +0x33a
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 21:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:277 +0x33a
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 68:
[failed to restore the stack]
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 68 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 20:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 21:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 20 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 21 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 71:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 71 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 96:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 24:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 96 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 24 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 22:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 19:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 22 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 19 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 22:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 19:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 22 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 19 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 22:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 19:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 22 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 19 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 86:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
[etcd] Feb 26 13:47:54.032 WARNING | Attempt to join via 127.0.0.1:7008 failed: Unable to join
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 85:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 86 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 85 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 86:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 85:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 86 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 85 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 98:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:62 +0x228
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 126:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 98 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 126 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 108:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 103:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 108 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 103 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 108:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 103:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 108 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 103 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 108:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 103:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 108 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 103 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 119:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 103:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 119 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 103 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 106:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 103:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 106 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 103 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 106:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 103:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 106 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 103 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 106:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 103:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 106 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 103 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 119:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 103:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 119 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 103 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 118:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).Dispatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:253 +0x1126
github.com/coreos/etcd/server.(*PeerServer).JoinHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:161 +0x27f
github.com/coreos/etcd/server.*PeerServer.JoinHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:241 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 118 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 28:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 28 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 64:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 51:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 64 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 51 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 64:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 51:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 64 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 51 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 64:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 51:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 64 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 51 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 71:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 51:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 71 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 51 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 22:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 15:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 22 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 15 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 22:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 15:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 22 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 15 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 18:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).Dispatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:253 +0x1126
github.com/coreos/etcd/server.(*PeerServer).JoinHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:161 +0x27f
github.com/coreos/etcd/server.*PeerServer.JoinHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:241 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 18 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 24:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 23:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 24 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 23 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
[etcd] Feb 26 13:48:01.058 INFO | node3: leader changed from '' to 'node1'.
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Read by goroutine 78:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 67:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 78 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 67 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 79:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 67:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 79 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 67 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 24:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 23:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 24 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 23 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 21:
[failed to restore the stack]
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
==================
WARNING: DATA RACE
Read by goroutine 39:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 38:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 39 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 38 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 39:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 38:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 39 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 38 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 23:
[failed to restore the stack]
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 23 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
==================
WARNING: DATA RACE
Read by goroutine 42:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 41:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 42 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 41 (running) created at:
[etcd] Feb 26 13:48:16.684 INFO | node1: leader changed from '' to 'node3'.at()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 42:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 41:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 42 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 41 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Read by goroutine 40:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 39:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 40 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 39 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 40:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 39:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 40 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 39 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 42:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:61 +0x1e2
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 81:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 42 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 81 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 42:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:62 +0x228
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 81:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 42 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 81 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 54:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 53:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:46 +0x3a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 54 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 53 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Read by goroutine 54:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:47 +0x6d
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 53:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:48 +0x1c0
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 54 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 53 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 54:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 53:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:53 +0x19a
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 54 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 53 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 56:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 53:
github.com/coreos/etcd/server.(*raftServerStats).RecvAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:49 +0x220
github.com/coreos/etcd/server.(*PeerServer).AppendEntriesHttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server_handlers.go:66 +0x485
github.com/coreos/etcd/server.*PeerServer.AppendEntriesHttpHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:245 +0x51
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 56 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
Goroutine 53 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:195 +0x340
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 57:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:277 +0x33a
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 57 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 18:
[failed to restore the stack]
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 18 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Read by goroutine 41:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:59 +0x5c
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 40:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:60 +0x1af
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 41 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 40 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 41:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 40:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Goroutine 41 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 40 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:767 +0x295
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous read by goroutine 22:
runtime.mapaccess1_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:12 +0x0
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:117 +0x68
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:277 +0x33a
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 22 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 21:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 16:
github.com/coreos/etcd/server.(*raftServerStats).SendAppendReq()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/raft_server_stats.go:67 +0x186
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:68 +0x2b5
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:129 +0x2bd
Goroutine 21 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 16 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Read by goroutine 21:
runtime.mapaccess2_faststr()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap_fast.c:124 +0x0
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:74 +0x48d
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:139 +0x5cd
Previous write by goroutine 16:
runtime.mapassign1()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1080 +0x0
github.com/coreos/etcd/server.(*transporter).SendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/transporter.go:79 +0x5bc
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).sendAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:169 +0x399
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).flush()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:154 +0x385
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).heartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:129 +0x2bd
Goroutine 21 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:961 +0x802
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:795 +0x716
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 16 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Peer).startHeartbeat()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/peer.go:84 +0x98
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).AddPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:1031 +0x4f9
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:64 +0x835
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
==================
WARNING: DATA RACE
Write by goroutine 5:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:910 +0x8e0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Previous write by goroutine 21:
runtime.mapassign1()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1080 +0x0
github.com/coreos/etcd/server.(*Registry).load()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:192 +0x604
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:118 +0xb7
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:277 +0x33a
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
==================
WARNING: DATA RACE
Read by goroutine 21:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).setCurrentTerm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:522 +0xc80
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processAppendEntriesRequest()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:895 +0x375
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).followerLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:642 +0xaf0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:563 +0x36f
Goroutine 21 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).candidateLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:681 +0xbb
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:566 +0x31b
Previous read by goroutine 17:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Leader()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:228 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:272 +0xa3
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 17 (finished) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Write by goroutine 5:
github.com/coreos/etcd/store.(*store).internalCreate()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:513 +0xfe6
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:169 +0x301
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Previous read by goroutine 17:
github.com/coreos/etcd/store.(*store).Index()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:97 +0x3a
github.com/coreos/etcd/server.(*Server).GetLeaderHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:274 +0x131
github.com/coreos/etcd/server.*Server.GetLeaderHandler·fm()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:107 +0x63
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*CORSHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/cors.go:74 +0x237
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 5 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*LogEntry).Decode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log_entry.go:88 +0x13a
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).open()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:163 +0x689
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
Goroutine 17 (finished) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:200 +0x30e3
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:443 +0x4f1
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
main.main()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/etcd.go:190 +0x2cab
==================
WARNING: DATA RACE
Read by goroutine 4:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKey()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:30 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 6:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 4 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 6 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKey()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:30 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 21:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteEmptyDirectory()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:52 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 22:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 21 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 22 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteEmptyDirectory()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:52 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 40:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteNonEmptyDirectory()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:74 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 41:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 40 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 41 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteNonEmptyDirectory()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:74 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 59:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteDirectoryRecursiveImpliesDir()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:91 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 60:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 59 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 60 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteDirectoryRecursiveImpliesDir()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:91 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 74:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADOnIndexSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:113 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 75:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 74 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 75 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADOnIndexSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:113 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 17:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADOnIndexFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:131 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 19:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 17 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 19 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADOnIndexFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:131 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 32:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADWithInvalidIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:148 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 34:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 32 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 34 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADWithInvalidIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:148 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 47:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADOnValueSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:168 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 49:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 47 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 49 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADOnValueSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:168 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 41:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADOnValueFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:185 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 43:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
runtime.gosched0()
/Users/titanous/src/go-tip/src/pkg/runtime/proc.c:1429 +0xaf
regexp/syntax.(*parser).push()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:136 +0xf0c
regexp/syntax.(*parser).literal()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:210 +0x6b
regexp/syntax.Parse()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:684 +0x920
regexp.compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:143 +0x52
regexp.Compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:108 +0x4a
github.com/coreos/etcd/third_party/github.com/gorilla/mux.newRouteRegexp()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/regexp.go:95 +0xe38
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).addRegexpMatcher()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:151 +0x281
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).Path()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:280 +0x52
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).HandleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:170 +0x280
github.com/coreos/etcd/server.(*Server).handleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:177 +0xf0
github.com/coreos/etcd/server.(*Server).installV1()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:109 +0x6f5
github.com/coreos/etcd/server.(*Server).HTTPHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:185 +0x207
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:88 +0xbd
Goroutine 41 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 43 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADOnValueFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:185 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 60:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADWithInvalidValue()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:202 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 62:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
runtime.gosched0()
/Users/titanous/src/go-tip/src/pkg/runtime/proc.c:1429 +0xaf
regexp/syntax.(*parser).push()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:136 +0xf0c
regexp/syntax.(*parser).literal()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:210 +0x6b
regexp/syntax.Parse()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:684 +0x920
regexp.compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:143 +0x52
regexp.Compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:108 +0x4a
github.com/coreos/etcd/third_party/github.com/gorilla/mux.newRouteRegexp()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/regexp.go:95 +0xe38
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).addRegexpMatcher()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:151 +0x281
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).Path()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:280 +0x52
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).HandleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:170 +0x280
github.com/coreos/etcd/server.(*Server).handleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:177 +0xf0
github.com/coreos/etcd/server.(*Server).installV1()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:109 +0x6f5
github.com/coreos/etcd/server.(*Server).HTTPHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:185 +0x207
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:88 +0xbd
Goroutine 60 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 62 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2DeleteKeyCADWithInvalidValue()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/delete_handler_test.go:202 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 75:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2GetKey()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:40 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 77:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
runtime.gosched0()
/Users/titanous/src/go-tip/src/pkg/runtime/proc.c:1429 +0xaf
regexp/syntax.(*parser).push()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:136 +0xf0c
regexp/syntax.(*parser).literal()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:210 +0x6b
regexp/syntax.Parse()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:684 +0x920
regexp.compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:143 +0x52
regexp.Compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:108 +0x4a
github.com/coreos/etcd/third_party/github.com/gorilla/mux.newRouteRegexp()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/regexp.go:95 +0xe38
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).addRegexpMatcher()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:151 +0x281
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).Path()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:280 +0x52
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).HandleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:170 +0x280
github.com/coreos/etcd/server.(*Server).handleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:177 +0xf0
github.com/coreos/etcd/server.(*Server).installV1()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:109 +0x6f5
github.com/coreos/etcd/server.(*Server).HTTPHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:185 +0x207
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:88 +0xbd
Goroutine 75 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 77 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2GetKey()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:40 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 20:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2GetKeyRecursively()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:83 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 26:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 20 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 26 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2GetKeyRecursively()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:83 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 52:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2WatchKey()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:128 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 57:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 52 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 57 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2WatchKey()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:128 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 61:
reflect.Value.Len()
/Users/titanous/src/go-tip/src/pkg/reflect/value.go:1148 +0x1c0
encoding/json.isEmptyValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:281 +0x205
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:572 +0x1d3
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*encodeState).reflectValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:297 +0x92
encoding/json.(*encodeState).marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:268 +0xe3
encoding/json.Marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:133 +0xa1
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:102 +0x6df
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 72:
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:176 +0x43d
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 72 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Read by goroutine 61:
reflect.Value.String()
/Users/titanous/src/go-tip/src/pkg/reflect/value.go:1777 +0x77
encoding/json.stringEncoder()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:546 +0x2a0
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*encodeState).reflectValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:297 +0x92
encoding/json.(*encodeState).marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:268 +0xe3
encoding/json.Marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:133 +0xa1
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:102 +0x6df
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 72:
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:176 +0x43d
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 72 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Read by goroutine 61:
reflect.Value.IsNil()
/Users/titanous/src/go-tip/src/pkg/reflect/value.go:1105 +0x8b
encoding/json.isEmptyValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:291 +0x248
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:572 +0x1d3
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*encodeState).reflectValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:297 +0x92
encoding/json.(*encodeState).marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:268 +0xe3
encoding/json.Marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:133 +0xa1
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:102 +0x6df
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 72:
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:176 +0x43d
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 72 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Read by goroutine 61:
reflect.Value.String()
/Users/titanous/src/go-tip/src/pkg/reflect/value.go:1777 +0x77
encoding/json.stringEncoder()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:546 +0x2a0
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*encodeState).reflectValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:297 +0x92
encoding/json.(*encodeState).marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:268 +0xe3
encoding/json.Marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:133 +0xa1
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:102 +0x6df
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 72:
github.com/coreos/etcd/store.(*NodeExtern).loadInternalNode()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/node_extern.go:52 +0x46e
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:177 +0x5b4
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 72 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Read by goroutine 61:
reflect.Value.Bool()
/Users/titanous/src/go-tip/src/pkg/reflect/value.go:355 +0x5b
encoding/json.isEmptyValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:283 +0xa3
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:572 +0x1d3
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*encodeState).reflectValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:297 +0x92
encoding/json.(*encodeState).marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:268 +0xe3
encoding/json.Marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:133 +0xa1
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:102 +0x6df
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 72:
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:176 +0x43d
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 72 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Read by goroutine 61:
reflect.Value.Int()
/Users/titanous/src/go-tip/src/pkg/reflect/value.go:1029 +0x197
encoding/json.isEmptyValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:285 +0xe2
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:572 +0x1d3
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*encodeState).reflectValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:297 +0x92
encoding/json.(*encodeState).marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:268 +0xe3
encoding/json.Marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:133 +0xa1
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:102 +0x6df
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 72:
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:176 +0x43d
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 72 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Read by goroutine 61:
reflect.Value.Len()
/Users/titanous/src/go-tip/src/pkg/reflect/value.go:1145 +0x195
encoding/json.isEmptyValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:281 +0x205
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:572 +0x1d3
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*encodeState).reflectValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:297 +0x92
encoding/json.(*encodeState).marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:268 +0xe3
encoding/json.Marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:133 +0xa1
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:102 +0x6df
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 72:
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:176 +0x43d
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 72 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Read by goroutine 61:
reflect.Value.Uint()
/Users/titanous/src/go-tip/src/pkg/reflect/value.go:1859 +0x18f
encoding/json.isEmptyValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:287 +0x140
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:572 +0x1d3
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*structEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:582 +0x33e
encoding/json.*structEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:596 +0x6f
encoding/json.(*ptrEncoder).encode()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:704 +0x156
encoding/json.*ptrEncoder.(encoding/json.encode)·fm()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:709 +0x6f
encoding/json.(*encodeState).reflectValue()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:297 +0x92
encoding/json.(*encodeState).marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:268 +0xe3
encoding/json.Marshal()
/Users/titanous/src/go-tip/src/pkg/encoding/json/encode.go:133 +0xa1
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:102 +0x6df
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 72:
github.com/coreos/etcd/store.(*store).Set()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:176 +0x43d
github.com/coreos/etcd/store/v2.(*SetCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/set_command.go:33 +0x162
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 61 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 72 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Read by goroutine 58:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2WatchKeyWithIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:183 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 69:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 58 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 69 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2WatchKeyWithIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:183 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Write by goroutine 79:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:228 +0x8d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2WatchKeyInDir()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:231 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous read by goroutine 74:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:215 +0x240
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 79 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 74 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2WatchKeyInDir()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/get_handler_test.go:231 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 77:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2CreateUnique()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/post_handler_test.go:48 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 15:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
runtime.gosched0()
/Users/titanous/src/go-tip/src/pkg/runtime/proc.c:1429 +0xaf
regexp/syntax.(*parser).push()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:136 +0xf0c
regexp/syntax.(*parser).literal()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:210 +0x6b
regexp/syntax.Parse()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:684 +0x920
regexp.compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:143 +0x52
regexp.Compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:108 +0x4a
github.com/coreos/etcd/third_party/github.com/gorilla/mux.newRouteRegexp()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/regexp.go:95 +0xe38
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).addRegexpMatcher()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:151 +0x281
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).Path()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:280 +0x52
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).HandleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:170 +0x280
github.com/coreos/etcd/server.(*Server).handleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:177 +0xf0
github.com/coreos/etcd/server.(*Server).installV1()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:109 +0x6f5
github.com/coreos/etcd/server.(*Server).HTTPHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:185 +0x207
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:88 +0xbd
Goroutine 77 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 15 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2CreateUnique()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/post_handler_test.go:48 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 39:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKey()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:28 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 53:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 39 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 53 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKey()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:28 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 96:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetDirectory()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:42 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 42:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 96 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 42 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetDirectory()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:42 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 99:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyWithTTL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:64 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 82:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 99 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 82 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyWithTTL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:64 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 70:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyWithBadTTL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:82 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 58:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 70 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 58 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyWithBadTTL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:82 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 7:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2CreateKeySuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:99 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 91:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 7 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 91 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2CreateKeySuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:99 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 80:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2CreateKeyFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:122 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 81:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 80 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 81 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2CreateKeyFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:122 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 93:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2UpdateKeySuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:146 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 30:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 93 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 30 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2UpdateKeySuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:146 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 39:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2UpdateKeyFailOnValue()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:168 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 54:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 39 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 54 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2UpdateKeyFailOnValue()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:168 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 40:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2UpdateKeyFailOnMissingDirectory()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:194 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 42:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 40 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 42 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2UpdateKeyFailOnMissingDirectory()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:194 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 61:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASOnIndexSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:219 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 14:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 61 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 14 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASOnIndexSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:219 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 101:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASOnIndexFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:244 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 7:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 101 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 7 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASOnIndexFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:244 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 32:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASWithInvalidIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:262 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 80:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 32 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 80 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASWithInvalidIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:262 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 94:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASOnValueSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:287 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 97:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 94 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 97 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASOnValueSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:287 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 98:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASOnValueFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:312 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 107:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 98 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 107 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASOnValueFail()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:312 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 56:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASWithMissingValueFails()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:330 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 12:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
runtime.gosched0()
/Users/titanous/src/go-tip/src/pkg/runtime/proc.c:1429 +0xaf
fmt.Fprintf()
/Users/titanous/src/go-tip/src/pkg/fmt/print.go:188 +0x8c
github.com/coreos/etcd/third_party/github.com/gorilla/mux.newRouteRegexp()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/regexp.go:73 +0xa26
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).addRegexpMatcher()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:151 +0x281
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).Path()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:280 +0x52
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).HandleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:170 +0x280
github.com/coreos/etcd/server.(*Server).handleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:177 +0xf0
github.com/coreos/etcd/server.(*Server).handleFuncV2()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:156 +0x10b
github.com/coreos/etcd/server.(*Server).installV2()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:122 +0x55b
github.com/coreos/etcd/server.(*Server).HTTPHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:186 +0x21f
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:88 +0xbd
Goroutine 56 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 12 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASWithMissingValueFails()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:330 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 109:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASWithEmptyValueSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:345 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 69:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
runtime.gosched0()
/Users/titanous/src/go-tip/src/pkg/runtime/proc.c:1429 +0xaf
regexp/syntax.(*parser).literal()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:210 +0x53
regexp/syntax.Parse()
/Users/titanous/src/go-tip/src/pkg/regexp/syntax/parse.go:684 +0x920
regexp.compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:143 +0x52
regexp.Compile()
/Users/titanous/src/go-tip/src/pkg/regexp/regexp.go:108 +0x4a
github.com/coreos/etcd/third_party/github.com/gorilla/mux.newRouteRegexp()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/regexp.go:95 +0xe38
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).addRegexpMatcher()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:151 +0x281
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Route).Path()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/route.go:280 +0x52
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).HandleFunc()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:170 +0x280
github.com/coreos/etcd/mod.HttpHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/mod/mod.go:23 +0xf1
github.com/coreos/etcd/server.(*Server).installMod()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:133 +0xab
github.com/coreos/etcd/server.(*Server).HTTPHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:187 +0x237
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:88 +0xbd
Goroutine 109 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build048435706/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/_test/_testmain.go:109 +0xdc
Goroutine 69 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests.TestV2SetKeyCASWithEmptyValueSuccess()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/server/v2/tests/put_handler_test.go:345 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 4:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockAcquireAndRelease()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:39 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 6:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 4 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build063187300/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/_test/_testmain.go:55 +0xdc
Goroutine 6 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockAcquireAndRelease()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:39 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Write by goroutine 37:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:228 +0x8d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockBlockUntilAcquire()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:101 +0x9c
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous read by goroutine 38:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:215 +0x240
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 37 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build063187300/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/_test/_testmain.go:55 +0xdc
Goroutine 38 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockBlockUntilAcquire()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:101 +0x9c
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 73:
github.com/coreos/etcd/store.(*store).Watch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:339 +0x187
github.com/coreos/etcd/server/v2.handleWatch()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:62 +0x335
github.com/coreos/etcd/server/v2.GetHandler()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/v2/get_handler.go:44 +0x42f
github.com/coreos/etcd/server.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:155 +0xc2
github.com/coreos/etcd/server.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:168 +0x2f9
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/http.(*LowerQueryParamsHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/http/query_params.go:21 +0x94
github.com/coreos/etcd/third_party/github.com/gorilla/mux.(*Router).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/gorilla/mux/mux.go:98 +0x383
github.com/coreos/etcd/tests.(*waitHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:114 +0xc3
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Previous write by goroutine 47:
github.com/coreos/etcd/store.(*store).DeleteExpiredKeys()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/store.go:558 +0x144
github.com/coreos/etcd/store/v2.SyncCommand.Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/sync_command.go:25 +0xa1
github.com/coreos/etcd/store/v2.(*SyncCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/store/v2/command_factory.go:1 +0xcf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Goroutine 73 (running) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
net/http.Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1563 +0xac
github.com/coreos/etcd/tests.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:89 +0x1a6
Goroutine 47 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
==================
WARNING: DATA RACE
Write by goroutine 55:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:228 +0x8d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockExpireAndRelease()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:145 +0x9c
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous read by goroutine 44:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:215 +0x240
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 55 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build063187300/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/_test/_testmain.go:55 +0xdc
Goroutine 44 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockExpireAndRelease()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:145 +0x9c
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Write by goroutine 6:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:228 +0x8d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockRenew()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:186 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous read by goroutine 34:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:215 +0x240
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 6 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build063187300/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/_test/_testmain.go:55 +0xdc
Goroutine 34 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockRenew()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:186 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 15:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockAcquireAndReleaseByValue()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:215 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 16:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 15 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build063187300/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/_test/_testmain.go:55 +0xdc
Goroutine 16 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests.TestModLockAcquireAndReleaseByValue()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/mod/lock/v2/tests/mod_lock_test.go:215 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 4:
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoveryDownNoBackupPeers()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:54 +0x512
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 7:
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.(*garbageHandler).ServeHTTP()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:30 +0x198
net/http/httptest.(*waitGroupHandler).ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/httptest/server.go:200 +0xdf
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 4 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build786568263/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/_test/_testmain.go:97 +0xdc
Goroutine 7 (finished) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
==================
WARNING: DATA RACE
Write by goroutine 13:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Previous write by goroutine 9:
runtime.mapassign1()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1080 +0x0
github.com/coreos/etcd/server.(*Registry).load()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:192 +0x604
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:118 +0xb7
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Registry).PeerHost()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:101 +0x48
github.com/coreos/etcd/server.(*Server).PeerHost()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:84 +0x5f
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:68 +0x1b0
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:97 +0xe73
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoveryDownWithBackupPeers()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:88 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Goroutine 13 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 9 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build786568263/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/_test/_testmain.go:97 +0xdc
==================
WARNING: DATA RACE
Write by goroutine 53:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Previous write by goroutine 51:
runtime.mapassign1()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1080 +0x0
github.com/coreos/etcd/server.(*Registry).load()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:192 +0x604
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:118 +0xb7
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Registry).PeerHost()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:101 +0x48
github.com/coreos/etcd/server.(*Server).PeerHost()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:84 +0x5f
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.func·002()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:95 +0x62
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:97 +0xe73
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoveryNoWithBackupPeers()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:111 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Goroutine 53 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 51 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build786568263/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/_test/_testmain.go:97 +0xdc
==================
WARNING: DATA RACE
Write by goroutine 91:
runtime.mapdelete()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1107 +0x0
github.com/coreos/etcd/server.(*JoinCommand).Apply()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/join_command.go:47 +0x1bf
github.com/coreos/etcd/third_party/github.com/coreos/raft.func·005()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:195 +0x45c
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*Log).setCommitIndex()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/log.go:371 +0x5c0
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).processCommand()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:869 +0x69f
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).leaderLoop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:790 +0x6b8
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).loop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:569 +0x3cb
Previous write by goroutine 3:
runtime.mapassign1()
/Users/titanous/src/go-tip/src/pkg/runtime/hashmap.c:1080 +0x0
github.com/coreos/etcd/server.(*Registry).load()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:192 +0x604
github.com/coreos/etcd/server.(*Registry).peerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:118 +0xb7
github.com/coreos/etcd/server.(*Registry).PeerURL()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:113 +0x9b
github.com/coreos/etcd/server.(*Registry).PeerHost()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/registry.go:101 +0x48
github.com/coreos/etcd/server.(*Server).PeerHost()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/server.go:84 +0x5f
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.func·003()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:118 +0x62
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:97 +0xe73
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoveryDownNoBackupPeersWithDataDir()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:164 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Goroutine 91 (running) created at:
github.com/coreos/etcd/third_party/github.com/coreos/raft.(*server).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/third_party/github.com/coreos/raft/server.go:468 +0xa0b
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:208 +0x17f
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 3 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build786568263/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/_test/_testmain.go:97 +0xdc
==================
WARNING: DATA RACE
Write by goroutine 76:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:228 +0x8d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoveryFirstPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:182 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous read by goroutine 77:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:215 +0x240
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 76 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build786568263/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/_test/_testmain.go:97 +0xdc
Goroutine 77 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoveryFirstPeer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:182 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 27:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoverySecondPeerFirstDown()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:205 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 28:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 27 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build786568263/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/_test/_testmain.go:97 +0xdc
Goroutine 28 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoverySecondPeerFirstDown()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:205 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 16:
github.com/coreos/etcd/server.(*PeerServer).Stop()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:226 +0x3d
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:100 +0xe98
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoverySecondPeerFirstNoResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:237 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 95:
github.com/coreos/etcd/server.(*PeerServer).Start()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/server/peer_server.go:212 +0x1eb
github.com/coreos/etcd/tests.func·001()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:79 +0x12f
Goroutine 16 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build786568263/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/_test/_testmain.go:97 +0xdc
Goroutine 95 (running) created at:
github.com/coreos/etcd/tests.RunServer()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/src/github.com/coreos/etcd/tests/server_utils.go:82 +0xd05
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestDiscoverySecondPeerFirstNoResponse()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/discovery_test.go:237 +0x7d
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
==================
WARNING: DATA RACE
Read by goroutine 83:
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.TestInternalVersion()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/internal_version_test.go:51 +0x892
testing.tRunner()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:398 +0x10f
Previous write by goroutine 24:
_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional.func·008()
/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/internal_version_test.go:20 +0x139
net/http.HandlerFunc.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1222 +0x4d
net/http.(*ServeMux).ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1498 +0x1dd
net/http/httptest.(*waitGroupHandler).ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/httptest/server.go:200 +0xdf
net/http.serverHandler.ServeHTTP()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1599 +0x1cc
net/http.(*conn).serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1162 +0xc36
Goroutine 83 (running) created at:
testing.RunTests()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:479 +0xbb5
testing.Main()
/Users/titanous/src/go-tip/src/pkg/testing/testing.go:411 +0xad
main.main()
/var/folders/gs/mznx8_ps7299rqztvxhggq7c0000gn/T/go-build786568263/_/Users/titanous/src/gopkgs/src/github.com/coreos/etcd/tests/functional/_test/_testmain.go:97 +0xdc
Goroutine 24 (finished) created at:
net/http.(*Server).Serve()
/Users/titanous/src/go-tip/src/pkg/net/http/server.go:1646 +0x2d1
==================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment