Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orderer log #11

Open
yfhk opened this issue Nov 15, 2018 · 0 comments
Open

orderer log #11

yfhk opened this issue Nov 15, 2018 · 0 comments

Comments

@yfhk
Copy link
Owner

yfhk commented Nov 15, 2018

/ \ _ __ () __ ___ _ __
/ _ \ | '
\ / _ \ | '/ _ | '_ \
/ ___ | |) | __/ | | | () | | | |
/_/ _\ .
/ _||| _/|| ||
|_|

当前默认账户地址为:
[ 5c051a833216467297aa094119a8905b15b251ec ]

当前IP地址为:
[ 192.168.1.162 ]

2018-11-15 20:01:42.520 CST [cryptoServices] setFactories -> INFO 002 setFactories config.ProviderName = SW
AssetLogin::CurrentAccount = 5c051a833216467297aa094119a8905b15b251ec
AssetLogin::CurrentAccount = 5c051a833216467297aa094119a8905b15b251ec
发现GodKey,作为God运行
GodLogin::CurrentAccount = 5c051a833216467297aa094119a8905b15b251ec
启动OD挖矿模式
2018-11-15 20:01:44.406 CST [cis] LoadLocalCis -> DEBU 006 LoadLocalCis
AssetLogin::CurrentAccount = 5c051a833216467297aa094119a8905b15b251ec
AssetLogin::CurrentAccount = 5c051a833216467297aa094119a8905b15b251ec
2018-11-15 20:01:45.644 CST [orderer/common/server] createLedgerFactory -> DEBU 007 Ledger dir: ./data/orderer
2018-11-15 20:01:45.644 CST [kvledger.util] CreateDirIfMissing -> DEBU 008 CreateDirIfMissing [data/orderer/index/]
2018-11-15 20:01:45.644 CST [kvledger.util] logDirStatus -> DEBU 009 Before creating dir - [data/orderer/index/] exists
2018-11-15 20:01:45.644 CST [kvledger.util] logDirStatus -> DEBU 00a After creating dir - [data/orderer/index/] exists
2018-11-15 20:01:45.647 CST [orderer/common/server] createSubDir -> DEBU 00b Found chains sub-dir and using it
2018-11-15 20:01:45.647 CST [orderer/common/server] initializeMultichannelRegistrar -> INFO 00c Not bootstrapping because of existing chains
[pbft] 2018-11-15 20:01:45 [INFO] [github.com/hyperledger/fabric/orderer/consensus/pbft pbft.go:81] { trying to listen on 127.0.0.1:26658 }
goroutine 13 [running]:
runtime/debug.Stack(0xc4202be6e0, 0x7f1f30a03440, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/abci/server.(*SocketServer).OnStart(0xc42014b180, 0xc4203c6dc0, 0x13)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:46 +0x26
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc42014b180, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:82 +0x46e
sync.(*Once).Do(0x30e2fa0, 0x2351be0)
/usr/lib/golang/src/sync/once.go:44 +0xbe
github.com/hyperledger/fabric/orderer/consensus/pbft._Init()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:47 +0x39
created by github.com/hyperledger/fabric/orderer/consensus/pbft.New
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:92 +0x35
[pbft] 2018-11-15 20:01:47 [INFO] [github.com/hyperledger/fabric/orderer/consensus/pbft pbft.go:101] { new chain ordererchannel }
[orderer/commmon/multichannel] 2018-11-15 20:01:47 [INFO] [github.com/hyperledger/fabric/orderer/common/multichannel registrar.go:169] { Starting system channel 'ordererchannel' with genesis block hash ecedb00dd3c8b69edde0a029f9674b0e32410c3adc4b90a97f3191a15dc6f62f and orderer type pbft }
[pbft] 2018-11-15 20:01:47 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:35] { UUUUUUUUUU, channelId = %!(EXTRA string=ordererchannel, string=&{ledgerResources:0xc420273880 Processor:0xc420273ae0 BlockWriter:0xc42034af00 Chain:0xc4202e80a0 cutter:0xc420339c50 LocalSigner:0x30e2e98}) }
goroutine 1 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc4209c6eb0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).NewSupport(0xc4202be680, 0xc4202c0de0, 0xe, 0x2fd67c0, 0xc4202c79a0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:36 +0x1dd
github.com/hyperledger/fabric/orderer/consensus/pbft.(*chain).Start(0xc4202e80a0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:109 +0x59
github.com/hyperledger/fabric/orderer/common/multichannel.(*ChainSupport).start(0xc4202c79a0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/common/multichannel/chainsupport.go:87 +0x34
github.com/hyperledger/fabric/orderer/common/multichannel.NewRegistrar(0x2fc0c40, 0xc4202e82a0, 0xc4209bef00, 0x2fb7580, 0x30e2e98, 0xc42012c1b8, 0x1, 0x1, 0xc42022df80)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/common/multichannel/registrar.go:193 +0x1040
github.com/hyperledger/fabric/orderer/common/server.initializeMultichannelRegistrar(0xc4203a42c0, 0x2fb7580, 0x30e2e98, 0xc42012c1b8, 0x1, 0x1, 0xc42039ca73)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/common/server/main.go:207 +0x18d
github.com/hyperledger/fabric/orderer/common/server.Start(0x22d0eb5, 0x5, 0xc4203a42c0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/common/server/main.go:92 +0x15b
github.com/hyperledger/fabric/orderer/shell.Main()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/shell/shell.go:71 +0x210
github.com/apeiron/shell/cmd/miner.Miner(0x2f83c00, 0xc42007bb60, 0x3, 0x3, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/apeiron/shell/cmd/miner/miner.go:134 +0x8e2
github.com/apeiron/shell/cmd/miner.glob..func1(0x2f83c00, 0xc42007bb60, 0x3, 0x3)
/home/jia.hu/golibs/src/github.com/apeiron/shell/cmd/miner/miner.go:35 +0x4d
github.com/hyperledger/fabric/quote/github.com/spf13/cobra.(*Command).execute(0x2f83c00, 0xc42007baa0, 0x3, 0x3, 0x2f83c00, 0xc42007baa0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/quote/github.com/spf13/cobra/command.go:603 +0x234
github.com/hyperledger/fabric/quote/github.com/spf13/cobra.(*Command).ExecuteC(0x2f87120, 0x11, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/quote/github.com/spf13/cobra/command.go:689 +0x2fe
github.com/hyperledger/fabric/quote/github.com/spf13/cobra.(*Command).Execute(0x2f87120, 0x52, 0xc4202d7bd5)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/quote/github.com/spf13/cobra/command.go:648 +0x2b
main.main()
/home/jia.hu/golibs/src/github.com/apeiron/shell/main.go:618 +0x1279
[orderer/common/server] 2018-11-15 20:01:47 [INFO] [github.com/hyperledger/fabric/orderer/common/server main.go:97] { Starting orderer:
Version: development build
Go version: go1.9.4
OS/Arch: linux/amd64
Experimental features:
}
[orderer/common/server] 2018-11-15 20:01:47 [INFO] [github.com/hyperledger/fabric/orderer/common/server main.go:100] { Beginning to serve requests }
[pbft] 2018-11-15 20:01:50 [INFO] [github.com/hyperledger/fabric/orderer/consensus/pbft pbft.go:77] { trying to startup tendermint }
33333333333 before ParseConfig config.Consensus = &{ data/cs.wal/wal 3s 500ms 1s 500ms 1s 500ms 1s false true 0s 100ms 2s 1s}
3333333333333 after ParseConfig config.Consensus = &{ data/cs.wal/wal 3ms 500µs 1ms 500µs 1ms 500µs 1ms false false 0s 100ns 2µs 0s}
33333333333 before ParseConfig config.Consensus = &{ data/cs.wal/wal 3s 500ms 1s 500ms 1s 500ms 1s false true 0s 100ms 2s 1s}
3333333333333 after ParseConfig config.Consensus = &{ data/cs.wal/wal 3ms 500µs 1ms 500µs 1ms 500µs 1ms false false 0s 100ns 2µs 0s}
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 6666666666 [pv.GetPubKey() [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31] 33]=nil }
goroutine 15 [running]:
runtime/debug.Stack(0xe793a7, 0x7f1f30a45d10, 0xc4209b9380)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/node.NewNode(0xc430b15440, 0x2fcdb80, 0xc430b302d0, 0xc430b348e0, 0x2fae3c0, 0xc4209a7bc0, 0xc430b34c50, 0x2353260, 0xc430b34c60, 0x2fca680, ...)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:206 +0xcf
github.com/tendermint/tendermint/node.DefaultNewNode(0xc430b15440, 0x2fca680, 0xc420105200, 0xc420057950, 0x4, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:134 +0x791
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:43 +0x214
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
NewNode: config.Consensus = &{/var/hyperledger/apeiron data/cs.wal/wal 3ms 500µs 1ms 500µs 1ms 500µs 1ms false false 0s 100ns 2µs 0s}
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting multiAppConn module=proxy [impl multiAppConn]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting socketClient module=abci-client connection=query [impl socketClient]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting socketClient module=abci-client connection=mempool [impl socketClient]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting socketClient module=abci-client connection=consensus [impl socketClient]=nil }
[pbft] 2018-11-15 20:01:50 [INFO] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:52] { Info LastBlockHeight 0 }
[pbft] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:66] { InitChain%!(EXTRA string=req = {Time:2018-11-15 11:51:50.357126971 +0000 UTC ChainId:tendermint ConsensusParams:block_size:<max_bytes:22020096 max_gas:-1 > evidence_params:<max_age:100000 > Validators:[{PubKey:{Type:secp256k1 Data:[3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} Power:10 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}] AppStateBytes:[] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc4209b2210)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).InitChain(0xc4202be680, 0x1549533b, 0xed37f54d6, 0x0, 0xc42012e530, 0xa, 0xc4203c5e90, 0xc4203584d0, 0x1, 0x1, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:67 +0x18f
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc420399b90, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:195 +0x84e
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
goroutine 15 [running]:
runtime/debug.Stack(0x0, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.NewConsensusState(0xc430b30120, 0x7, 0x0, 0xc42028f380, 0x6, 0xc42028f390, 0xa, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:168 +0x7d3
github.com/tendermint/tendermint/node.NewNode(0xc430b15440, 0x2fcdb80, 0xc430b302d0, 0xc430b348e0, 0x2fae3c0, 0xc4209a7bc0, 0xc430b34c50, 0x2353260, 0xc430b34c60, 0x2fca680, ...)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:367 +0x18ed
github.com/tendermint/tendermint/node.DefaultNewNode(0xc430b15440, 0x2fca680, 0xc420105200, 0xc420057950, 0x4, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:134 +0x791
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:43 +0x214
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
goroutine 15 [running]:
runtime/debug.Stack(0xc430ba0ab8, 0xe7a46d, 0xc42011c978)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.NewConsensusReactor(0xc430b8c300, 0xc4209b2a00, 0xc430ba1268, 0x1, 0x1, 0xc42028f390)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/reactor.go:62 +0x28e
github.com/tendermint/tendermint/node.NewNode(0xc430b15440, 0x2fcdb80, 0xc430b302d0, 0xc430b348e0, 0x2fae3c0, 0xc4209a7bc0, 0xc430b34c50, 0x2353260, 0xc430b34c60, 0x2fca680, ...)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:380 +0x1997
github.com/tendermint/tendermint/node.DefaultNewNode(0xc430b15440, 0x2fca680, 0xc420105200, 0xc420057950, 0x4, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:134 +0x791
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:43 +0x214
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
66666666666 PubKeySecp256k1{03C486FDF00F1FE3E558F27A458DAD0E05CD83FBDFC2939A0A8E86E86CEE78843B}
6666666666611 [3 196 134 253 240 15 31 227 229 88 242 122 69 141 173 14 5 205 131 251 223 194 147 154 10 142 134 232 108 238 120 132 59]
66666666666 PubKeySecp256k1{03C486FDF00F1FE3E558F27A458DAD0E05CD83FBDFC2939A0A8E86E86CEE78843B}
6666666666611 [3 196 134 253 240 15 31 227 229 88 242 122 69 141 173 14 5 205 131 251 223 194 147 154 10 142 134 232 108 238 120 132 59]
goroutine 15 [running]:
runtime/debug.Stack(0xffc288, 0xc4202306a0, 0xc)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/p2p.DefaultNodeInfo.NetAddress(0x4, 0x7, 0x0, 0xc4209ca2a0, 0x28, 0xc420288de0, 0x13, 0xc4202308d0, 0xa, 0x22d127c, ...)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/p2p/node_info.go:220 +0x37
github.com/tendermint/tendermint/p2p.(*DefaultNodeInfo).NetAddress(0xc42039b400, 0x2d)
:1 +0x5c
github.com/tendermint/tendermint/node.NewNode(0xc430b15440, 0x2fcdb80, 0xc430b302d0, 0xc430b348e0, 0x2fae3c0, 0xc4209a7bc0, 0xc430b34c50, 0x2353260, 0xc430b34c60, 0x2fca680, ...)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:512 +0x2627
github.com/tendermint/tendermint/node.DefaultNewNode(0xc430b15440, 0x2fca680, 0xc420105200, 0xc420057950, 0x4, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:134 +0x791
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:43 +0x214
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
NetAddress info.ID() = e1859a34324c4076d35cdb71df133f0c9f2d230e
NetAddress info.ListenAddr = tcp://0.0.0.0:26656
NetAddress netAddr = 0.0.0.0:26656
NetAddress IDAddressString(info.ID(), info.ListenAddr) = e1859a34324c4076d35cdb71df133f0c9f2d230e@tcp://0.0.0.0:26656
NetAddress err =
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { NewNode module=p2p [addrBook AddrBook]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting Node [impl Node]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting EventBus module=events [impl EventBus]=nil }
goroutine 15 [running]:
runtime/debug.Stack(0x22d0249, 0x5, 0xc4203c6c40)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/types.(*EventBus).OnStart(0xc4202b6cd0, 0xc4203c6c40, 0x11)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/types/event_bus.go:49 +0x22
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4202b6cd0, 0xed37f54d6, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/node.(*Node).OnStart(0xc4209b6b40, 0xc420230740, 0xd)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:574 +0xc6
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209b6b40, 0x2fca680, 0xc420105200)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:48 +0x247
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting PubSub module=pubsub [impl PubSub]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Node OnStart [n.addrBook AddrBook]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { AddPrivateIDs book=/var/hyperledger/apeiron/config/addrbook.json [IDs []]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting P2P Switch module=p2p [impl P2P Switch]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting MempoolReactor module=mempool [impl MempoolReactor]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting BlockchainReactor module=blockchain [impl BlockchainReactor]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting ConsensusReactor module=consensus [impl ConsensusReactor]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { ConsensusReactor module=consensus [fastSync false]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { ConsensusReactor module=consensus [OnStart In if]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting ConsensusState module=consensus [impl ConsensusState]=nil }
goroutine 15 [running]:
runtime/debug.Stack(0x30e4c80, 0x1ffa3c0, 0x24508b0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart(0xc430b8c300, 0xc4203c7880, 0x17)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:277 +0x29
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc430b8c300, 0x22e06f5, 0x11)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/consensus.(*ConsensusReactor).OnStart(0xc42011c900, 0xc4203c7700, 0x19)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/reactor.go:84 +0x207
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc42011c900, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/p2p.(*Switch).OnStart(0xc4209c8120, 0xc4203c7580, 0x13)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/p2p/switch.go:195 +0xbd
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209c8120, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/node.(*Node).OnStart(0xc4209b6b40, 0xc420230740, 0xd)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:611 +0x320
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209b6b40, 0x2fca680, 0xc420105200)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:48 +0x247
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
goroutine 15 [running]:
runtime/debug.Stack(0xc4203c7900, 0xc420125000, 0x891)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart(0xc430b8c300, 0xc4203c7880, 0x17)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:282 +0x61
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc430b8c300, 0x22e06f5, 0x11)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/consensus.(*ConsensusReactor).OnStart(0xc42011c900, 0xc4203c7700, 0x19)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/reactor.go:84 +0x207
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc42011c900, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/p2p.(*Switch).OnStart(0xc4209c8120, 0xc4203c7580, 0x13)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/p2p/switch.go:195 +0xbd
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209c8120, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/node.(*Node).OnStart(0xc4209b6b40, 0xc420230740, 0xd)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:611 +0x320
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209b6b40, 0x2fca680, 0xc420105200)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:48 +0x247
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting baseWAL wal=/var/hyperledger/apeiron/data/cs.wal/wal [impl baseWAL]=nil }
goroutine 15 [running]:
runtime/debug.Stack(0xc4202d50a0, 0xc4202891e0, 0xf)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart(0xc430b8c300, 0xc4203c7880, 0x17)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:296 +0xe7
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc430b8c300, 0x22e06f5, 0x11)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/consensus.(*ConsensusReactor).OnStart(0xc42011c900, 0xc4203c7700, 0x19)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/reactor.go:84 +0x207
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc42011c900, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/p2p.(*Switch).OnStart(0xc4209c8120, 0xc4203c7580, 0x13)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/p2p/switch.go:195 +0xbd
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209c8120, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/node.(*Node).OnStart(0xc4209b6b40, 0xc420230740, 0xd)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:611 +0x320
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209b6b40, 0x2fca680, 0xc420105200)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:48 +0x247
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting TimeoutTicker module=consensus [impl TimeoutTicker]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { enterPropose(1/0). Current: 1/0/RoundStepNewRound height=1 round=0 []=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=0 [cs.privValidator PrivValidator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] LH:1, LR:0, LS:2}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=0 [cs.privValidator.GetAddress().Hex() 0x5c051A833216467297AA094119a8905b15b251EC]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=0 [cs.privValidator.GetAddress().Hex() [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236]]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=0 [cs.Validators ValidatorSet{
Proposer: Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
Validators:
Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=0 [cs.Validators.String() ValidatorSet{
Proposer: Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
Validators:
Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=0 [cs.Validators.Size() 1]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=0 [cs.Validators[0].Address.Bytes() [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236]]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=0 [cs.Validators[0].Address.Bytes() hex.EncodeToString 5c051a833216467297aa094119a8905b15b251ec]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { This node is a validator height=1 round=0 []=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { enterPropose: Our turn to propose height=1 round=0 [proposer [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] privValidator PrivValidator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] LH:1, LR:0, LS:2}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Error signing vote module=consensus [height 1 round 0 vote Vote{0:5C051A833216 1/00/1(Prevote) 97E4690E0DD2 000000000000 @ 2018-11-15T12:01:50.700280223Z} err Error signing vote: Conflicting data]=nil }
goroutine 15 [running]:
runtime/debug.Stack(0x1a38e40, 0xc430ba1378, 0xc430ba13d8)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote(0xc430b8c300, 0xc42039be00, 0x0, 0x0, 0xc42002b900, 0x3, 0x3)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1568 +0x37
github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote(0xc430b8c300, 0xc42039be00, 0x0, 0x0, 0x7f1f30a09918, 0xc42001ee10, 0x41)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1541 +0x67
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg(0xc430b8c300, 0x206a5a0, 0xc42012c960, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:674 +0x743
github.com/tendermint/tendermint/consensus.(*ConsensusState).readReplayMessage(0xc430b8c300, 0xc430b755c0, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/replay.go:85 +0x19f
github.com/tendermint/tendermint/consensus.(*ConsensusState).catchupReplay(0xc430b8c300, 0x1, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/replay.go:155 +0x322
github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart(0xc430b8c300, 0xc4203c7880, 0x17)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:310 +0x1bc
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc430b8c300, 0x22e06f5, 0x11)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/consensus.(*ConsensusReactor).OnStart(0xc42011c900, 0xc4203c7700, 0x19)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/reactor.go:84 +0x207
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc42011c900, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/p2p.(*Switch).OnStart(0xc4209c8120, 0xc4203c7580, 0x13)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/p2p/switch.go:195 +0xbd
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209c8120, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/node.(*Node).OnStart(0xc4209b6b40, 0xc420230740, 0xd)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:611 +0x320
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209b6b40, 0x2fca680, 0xc420105200)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:48 +0x247
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { addVote module=consensus [voteHeight 1 voteType 1 valIndex 0 csHeight 1]=nil }
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Added to prevote module=consensus [vote Vote{0:5C051A833216 1/00/1(Prevote) 000000000000 CFD2D9D24110 @ 2018-11-15T12:00:00.16018107Z} prevotes VoteSet{H:1 R:0 T:1 +2/3::0:000000000000(1) BA{1:x} map[]}]=nil }
goroutine 15 [running]:
runtime/debug.Stack(0xc4203c7980, 0xc420053000, 0x891)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart(0xc430b8c300, 0xc4203c7880, 0x17)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:317 +0x132
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc430b8c300, 0x22e06f5, 0x11)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/consensus.(*ConsensusReactor).OnStart(0xc42011c900, 0xc4203c7700, 0x19)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/reactor.go:84 +0x207
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc42011c900, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/p2p.(*Switch).OnStart(0xc4209c8120, 0xc4203c7580, 0x13)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/p2p/switch.go:195 +0xbd
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209c8120, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/tendermint/tendermint/node.(*Node).OnStart(0xc4209b6b40, 0xc420230740, 0xd)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:611 +0x320
github.com/tendermint/tendermint/libs/common.(*BaseService).Start(0xc4209b6b40, 0x2fca680, 0xc420105200)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:48 +0x247
github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft._Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting EvidenceReactor module=evidence [impl EvidenceReactor]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting PEXReactor module=p2p [impl PEXReactor]=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc420013000, 0x7f1f30a806c8, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:594 +0x37
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc4202b4b30, 0xc431a2dbe0, 0x10)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting AddrBook book=/var/hyperledger/apeiron/config/addrbook.json [impl AddrBook]=nil }
goroutine 95 [running]:
runtime/debug.Stack(0x786bf8ecbe73500, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote(0xc430b8c300, 0xc42039bf40, 0x0, 0x0, 0xc420028000, 0xc430a63aa8, 0xe93598)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1568 +0x37
github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote(0xc430b8c300, 0xc42039bf40, 0x0, 0x0, 0xc430a63b08, 0xc4202b4500, 0xc4309f8480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1541 +0x67
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg(0xc430b8c300, 0x206a5a0, 0xc42012c9a0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:674 +0x743
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:635 +0x5c2
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { addVote module=consensus [voteHeight 1 voteType 2 valIndex 0 csHeight 1]=nil }
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
goroutine 95 [running]:
runtime/debug.Stack(0xc42012c9a0, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0xe77337, 0xc42021e2c0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 15 [running]:
runtime/debug.Stack(0xc420104a20, 0xc430ba19a8, 0x10504cd)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/p2p.DefaultNodeInfo.NetAddress(0x4, 0x7, 0x0, 0xc4209ca2a0, 0x28, 0xc420288de0, 0x13, 0xc4202308d0, 0xa, 0x22d127c, ...)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/p2p/node_info.go:220 +0x37
github.com/tendermint/tendermint/p2p.(*DefaultNodeInfo).NetAddress(0xc42039b400, 0x4)
:1 +0x5c
github.com/tendermint/tendermint/p2p.(*Switch).DialPeersAsync(0xc4209c8120, 0x2fd1120, 0xc4203ac7e0, 0xc4202c3c00, 0x4, 0x4, 0xc4202c3c01, 0x4, 0x4)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/p2p/switch.go:386 +0x21c
github.com/tendermint/tendermint/node.(*Node).OnStart(0xc4209b6b40, 0xc420230740, 0xd)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/node/node.go:618 +0x46f
github.com/tendermint/tendermint/libs/common.(BaseService).Start(0xc4209b6b40, 0x2fca680, 0xc420105200)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/libs/common/service.go:139 +0x3b1
github.com/hyperledger/fabric/orderer/consensus/pbft.startTendermint()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/tendermint.go:48 +0x247
github.com/hyperledger/fabric/orderer/consensus/pbft.Init.func1.1()
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:78 +0x9a
created by github.com/hyperledger/fabric/orderer/consensus/pbft.Init.func1
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:75 +0x3ce
NetAddress info.ID() = e1859a34324c4076d35cdb71df133f0c9f2d230e
NetAddress info.ListenAddr = tcp://0.0.0.0:26656
NetAddress netAddr = 0.0.0.0:26656
NetAddress IDAddressString(info.ID(), info.ListenAddr) = e1859a34324c4076d35cdb71df133f0c9f2d230e@tcp://0.0.0.0:26656
NetAddress err =
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { enterPropose(1/1). Current: 1/1/RoundStepNewRound height=1 round=1 []=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=1 [cs.privValidator PrivValidator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] LH:1, LR:0, LS:3}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=1 [cs.privValidator.GetAddress().Hex() 0x5c051A833216467297AA094119a8905b15b251EC]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=1 [cs.privValidator.GetAddress().Hex() [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236]]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=1 [cs.Validators ValidatorSet{
Proposer: Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
Validators:
Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=1 [cs.Validators.String() ValidatorSet{
Proposer: Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
Validators:
Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=1 [cs.Validators.Size() 1]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=1 [cs.Validators[0].Address.Bytes() [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236]]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=1 round=1 [cs.Validators[0].Address.Bytes() hex.EncodeToString 5c051a833216467297aa094119a8905b15b251ec]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { This node is a validator height=1 round=1 []=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { enterPropose: Our turn to propose height=1 round=1 [proposer [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] privValidator PrivValidator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] LH:1, LR:0, LS:3}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Starting IndexerService module=txindex [impl IndexerService]=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc4204b1200, 0xe77337, 0xc4202ecb60)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc430b43bc0, 0xe76fa4, 0x2123820)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc430b43bc0, 0xe76fa4, 0x2123820)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc4204b1500, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote(0xc430b8c300, 0xc4200a32c0, 0x0, 0x0, 0xc42002b900, 0xc430b43aa8, 0xe93598)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1568 +0x37
github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote(0xc430b8c300, 0xc4200a32c0, 0x0, 0x0, 0xc430b43b08, 0xc4200600c0, 0xc4309f8480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1541 +0x67
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg(0xc430b8c300, 0x206a5a0, 0xc42012caa0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:674 +0x743
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:635 +0x5c2
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { addVote module=consensus [voteHeight 1 voteType 1 valIndex 0 csHeight 1]=nil }
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Added to prevote module=consensus [vote Vote{0:5C051A833216 1/01/1(Prevote) 97E4690E0DD2 58F5DDACB76C @ 2018-11-15T12:01:50.70666937Z} prevotes VoteSet{H:1 R:1 T:1 +2/3:97E4690E0DD2195F23D22FDA509068B0A7DD4D97:1:7286F82E5AB1(1) BA{1:x} map[]}]=nil }
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Updating ValidBlock because of POL. module=consensus [validRound -1 POLRound 1]=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc42012caa0, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote(0xc430b8c300, 0xc4200a3360, 0x0, 0x0, 0xc42002b900, 0xc430b43aa8, 0xe93598)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1568 +0x37
github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote(0xc430b8c300, 0xc4200a3360, 0x0, 0x0, 0xc430b43b08, 0xc4200600c0, 0xc4309f8480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1541 +0x67
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg(0xc430b8c300, 0x206a5a0, 0xc42012cac8, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:674 +0x743
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:635 +0x5c2
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { addVote module=consensus [voteHeight 1 voteType 2 valIndex 0 csHeight 1]=nil }
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
[pbft] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:80] { BeginBlock%!(EXTRA string=req = {Hash:[151 228 105 14 13 210 25 95 35 210 47 218 80 144 104 176 167 221 77 151] Header:{Version:{Block:7 App:0 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} ChainID:tendermint Height:1 Time:2018-11-15 11:51:50.357126971 +0000 UTC NumTxs:0 TotalTxs:0 LastBlockId:{Hash:[] PartsHeader:{Total:0 Hash:[] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} LastCommitHash:[] DataHash:[] ValidatorsHash:[202 210 237 142 214 135 194 184 118 175 144 3 203 212 64 115 63 208 219 236] NextValidatorsHash:[202 210 237 142 214 135 194 184 118 175 144 3 203 212 64 115 63 208 219 236] ConsensusHash:[213 68 177 1 198 34 62 56 90 228 152 248 59 98 236 29 104 199 54 245] AppHash:[] LastResultsHash:[] EvidenceHash:[] ProposerAddress:[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} LastCommitInfo:{Round:0 Votes:[] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} ByzantineValidators:[] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc42021c870)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).BeginBlock(0xc4202be680, 0xc430ae8680, 0x14, 0x20, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:81 +0x1a6
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc4202dbc50, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:198 +0xc58
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:176] { EndBlock%!(EXTRA string=endBlock = {Height:1 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc42021c900)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).EndBlock(0xc4202be680, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:177 +0x1b0
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc430a75ec0, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:201 +0x107c
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:183] { Commit%!(EXTRA string=Commit = 00000000000000000) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc42021ca90)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).Commit(0xc4202be680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:184 +0x154
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc430af21b0, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:189 +0xc3
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:01:50 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:197] { Commit%!(EXTRA string=Commit = 000000000000000111) }
goroutine 95 [running]:
runtime/debug.Stack(0xc42012cac8, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0xe77337, 0xc420016820)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0xe77337, 0xc420016880)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:01:51 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Error dialing peer module=p2p [err auth failure: secrect conn failed: EOF]=nil }
[tendermint] 2018-11-15 20:01:51 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Error dialing peer module=p2p [err dial tcp 192.168.1.161:26656: getsockopt: connection refused]=nil }
[tendermint] 2018-11-15 20:01:52 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Error dialing peer module=p2p [err dial tcp 192.168.1.163:26656: getsockopt: connection refused]=nil }
[tendermint] 2018-11-15 20:01:53 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Error dialing peer module=p2p [err dial tcp 192.168.1.18:26656: i/o timeout]=nil }
[orderer/common/broadcast] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/common/broadcast broadcast.go:81] { Starting new broadcast loop for 192.168.1.162:51332 }
[orderer/common/broadcast] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/common/broadcast broadcast.go:138] { [channel: mcc] Broadcast has successfully enqueued message of type CONFIG_UPDATE from 192.168.1.162:51332 }
goroutine 412 [running]:
runtime/debug.Stack(0xc430c54610, 0x10, 0x10)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/mempool.(*Mempool).CheckTx(0xc42014b720, 0xc432a9f500, 0x6db, 0x6db, 0xc430c54610, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:282 +0x4c
github.com/tendermint/tendermint/rpc/core.BroadcastTxSync(0xc432a9f500, 0x6db, 0x6db, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/core/mempool.go:94 +0xca
reflect.Value.call(0x204d520, 0x2353380, 0x13, 0x22cf4a0, 0x4, 0xc430a8b980, 0x1, 0x1, 0x1, 0x0, ...)
/usr/lib/golang/src/reflect/value.go:434 +0x905
reflect.Value.Call(0x204d520, 0x2353380, 0x13, 0xc430a8b980, 0x1, 0x1, 0x1, 0x1, 0x0)
/usr/lib/golang/src/reflect/value.go:302 +0xa4
github.com/tendermint/tendermint/rpc/lib/server.makeJSONRPCHandler.func1(0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:145 +0x447
github.com/tendermint/tendermint/rpc/lib/server.handleInvalidJSONRPCPaths.func1(0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:165 +0x84
net/http.HandlerFunc.ServeHTTP(0xc4209c6ee0, 0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/usr/lib/golang/src/net/http/server.go:1918 +0x44
net/http.(*ServeMux).ServeHTTP(0xc4309e9b30, 0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/usr/lib/golang/src/net/http/server.go:2254 +0x130
github.com/tendermint/tendermint/rpc/lib/server.maxBytesHandler.ServeHTTP(0x2faf280, 0xc4309e9b30, 0xf4240, 0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:219 +0xe8
github.com/tendermint/tendermint/rpc/lib/server.(*maxBytesHandler).ServeHTTP(0xc4202840a0, 0x2fc7a00, 0xc430a8b900, 0xc42011a400)
:1 +0x6c
github.com/tendermint/tendermint/rpc/lib/server.RecoverAndLogHandler.func1(0x2fc8240, 0xc432aca000, 0xc42011a400)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:192 +0x3f0
net/http.HandlerFunc.ServeHTTP(0xc420220000, 0x2fc8240, 0xc432aca000, 0xc42011a400)
/usr/lib/golang/src/net/http/server.go:1918 +0x44
net/http.serverHandler.ServeHTTP(0xc4202829c0, 0x2fc8240, 0xc432aca000, 0xc42011a400)
/usr/lib/golang/src/net/http/server.go:2619 +0xb4
net/http.(*conn).serve(0xc432a6a6e0, 0x2fc9c00, 0xc432925540)
/usr/lib/golang/src/net/http/server.go:1801 +0x71d
created by net/http.(*Server).Serve
/usr/lib/golang/src/net/http/server.go:2720 +0x288
goroutine 412 [running]:
runtime/debug.Stack(0xc430ab70c0, 0xc430a950a8, 0xc432abf208)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/proxy.(*appConnMempool).CheckTxAsync(0xc4209b2010, 0xc432a9f500, 0x6db, 0x6db, 0x1)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/proxy/app_conn.go:115 +0x22
github.com/tendermint/tendermint/mempool.(*Mempool).CheckTx(0xc42014b720, 0xc432a9f500, 0x6db, 0x6db, 0xc430c54610, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:318 +0x1a1
github.com/tendermint/tendermint/rpc/core.BroadcastTxSync(0xc432a9f500, 0x6db, 0x6db, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/core/mempool.go:94 +0xca
reflect.Value.call(0x204d520, 0x2353380, 0x13, 0x22cf4a0, 0x4, 0xc430a8b980, 0x1, 0x1, 0x1, 0x0, ...)
/usr/lib/golang/src/reflect/value.go:434 +0x905
reflect.Value.Call(0x204d520, 0x2353380, 0x13, 0xc430a8b980, 0x1, 0x1, 0x1, 0x1, 0x0)
/usr/lib/golang/src/reflect/value.go:302 +0xa4
github.com/tendermint/tendermint/rpc/lib/server.makeJSONRPCHandler.func1(0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:145 +0x447
github.com/tendermint/tendermint/rpc/lib/server.handleInvalidJSONRPCPaths.func1(0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:165 +0x84
net/http.HandlerFunc.ServeHTTP(0xc4209c6ee0, 0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/usr/lib/golang/src/net/http/server.go:1918 +0x44
net/http.(*ServeMux).ServeHTTP(0xc4309e9b30, 0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/usr/lib/golang/src/net/http/server.go:2254 +0x130
github.com/tendermint/tendermint/rpc/lib/server.maxBytesHandler.ServeHTTP(0x2faf280, 0xc4309e9b30, 0xf4240, 0x2fc7a00, 0xc430a8b900, 0xc42011a400)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:219 +0xe8
github.com/tendermint/tendermint/rpc/lib/server.(*maxBytesHandler).ServeHTTP(0xc4202840a0, 0x2fc7a00, 0xc430a8b900, 0xc42011a400)
:1 +0x6c
github.com/tendermint/tendermint/rpc/lib/server.RecoverAndLogHandler.func1(0x2fc8240, 0xc432aca000, 0xc42011a400)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:192 +0x3f0
net/http.HandlerFunc.ServeHTTP(0xc420220000, 0x2fc8240, 0xc432aca000, 0xc42011a400)
/usr/lib/golang/src/net/http/server.go:1918 +0x44
net/http.serverHandler.ServeHTTP(0xc4202829c0, 0x2fc8240, 0xc432aca000, 0xc42011a400)
/usr/lib/golang/src/net/http/server.go:2619 +0xb4
net/http.(*conn).serve(0xc432a6a6e0, 0x2fc9c00, 0xc432925540)
/usr/lib/golang/src/net/http/server.go:1801 +0x71d
created by net/http.(*Server).Serve
/usr/lib/golang/src/net/http/server.go:2720 +0x288
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:73] { CheckTx%!(EXTRA string=tx = [14 111 114 100 101 114 101 114 99 104 97 110 110 101 108 0 0 0 0 0 0 0 0 0 10 253 12 10 78 10 26 8 4 26 6 8 138 193 181 223 5 34 14 111 114 100 101 114 101 114 99 104 97 110 110 101 108 18 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 184 225 212 238 228 188 109 79 236 56 45 46 74 64 131 244 164 207 176 11 48 31 137 241 18 170 12 10 228 11 10 67 10 15 8 1 26 6 8 138 193 181 223 5 34 3 109 99 99 18 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 64 165 154 191 94 187 30 196 47 250 56 98 26 115 27 60 80 62 51 109 209 183 244 27 18 156 11 10 183 7 8 1 18 178 7 18 237 3 10 7 79 114 100 101 114 101 114 18 225 3 18 182 1 10 10 79 114 100 101 114 101 114 79 114 103 18 167 1 26 47 10 3 67 73 83 18 40 18 30 18 28 10 10 79 114 100 101 114 101 114 67 73 83 66 14 10 4 83 72 65 50 18 6 83 72 65 50 53 54 26 6 65 100 109 105 110 115 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 1 18 10 18 8 18 6 8 1 18 2 8 0 26 6 65 100 109 105 110 115 34 35 10 7 82 101 97 100 101 114 115 18 24 18 14 8 1 18 10 18 8 18 6 8 1 18 2 8 0 26 6 65 100 109 105 110 115 34 35 10 7 87 114 105 116 101 114 115 18 24 18 14 8 1 18 10 18 8 18 6 8 1 18 2 8 0 26 6 65 100 109 105 110 115 42 6 65 100 109 105 110 115 26 31 10 19 67 104 97 110 110 101 108 82 101 115 116 114 105 99 116 105 111 110 115 18 8 26 6 65 100 109 105 110 115 26 33 10 13 67 111 110 115 101 110 115 117 115 84 121 112 101 18 16 18 6 10 4 112 98 102 116 26 6 65 100 109 105 110 115 26 34 10 9 66 97 116 99 104 83 105 122 101 18 21 18 11 8 10 16 128 128 192 49 24 128 128 32 26 6 65 100 109 105 110 115 26 30 10 12 66 97 116 99 104 84 105 109 101 111 117 116 18 14 18 4 10 2 50 115 26 6 65 100 109 105 110 115 34 34 10 7 82 101 97 100 101 114 115 18 23 18 13 8 3 18 9 10 7 82 101 97 100 101 114 115 26 6 65 100 109 105 110 115 34 34 10 7 87 114 105 116 101 114 115 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 34 42 10 15 66 108 111 99 107 86 97 108 105 100 97 116 105 111 110 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 3 18 10 10 6 65 100 109 105 110 115 16 2 26 6 65 100 109 105 110 115 42 6 65 100 109 105 110 115 18 133 1 10 11 65 112 112 108 105 99 97 116 105 111 110 18 118 8 1 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 3 18 10 10 6 65 100 109 105 110 115 16 2 26 6 65 100 109 105 110 115 34 34 10 7 82 101 97 100 101 114 115 18 23 18 13 8 3 18 9 10 7 82 101 97 100 101 114 115 26 6 65 100 109 105 110 115 34 34 10 7 87 114 105 116 101 114 115 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 42 6 65 100 109 105 110 115 26 73 10 16 79 114 100 101 114 101 114 65 100 100 114 101 115 115 101 115 18 53 18 26 10 24 111 114 100 101 114 101 114 46 101 120 97 109 112 108 101 46 99 111 109 58 55 48 53 48 26 23 47 67 104 97 110 110 101 108 47 79 114 100 101 114 101 114 47 65 100 109 105 110 115 26 38 10 16 72 97 115 104 105 110 103 65 108 103 111 114 105 116 104 109 18 18 18 8 10 6 83 72 65 50 53 54 26 6 65 100 109 105 110 115 26 45 10 25 66 108 111 99 107 68 97 116 97 72 97 115 104 105 110 103 83 116 114 117 99 116 117 114 101 18 16 18 6 8 255 255 255 255 15 26 6 65 100 109 105 110 115 26 42 10 10 67 111 110 115 111 114 116 105 117 109 18 28 18 18 10 16 83 97 109 112 108 101 67 111 110 115 111 114 116 105 117 109 26 6 65 100 109 105 110 115 34 34 10 7 87 114 105 116 101 114 115 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 3 18 10 10 6 65 100 109 105 110 115 16 2 26 6 65 100 109 105 110 115 34 34 10 7 82 101 97 100 101 114 115 18 23 18 13 8 3 18 9 10 7 82 101 97 100 101 114 115 26 6 65 100 109 105 110 115 18 223 3 10 153 3 10 67 10 15 8 2 26 6 8 138 193 181 223 5 34 3 109 99 99 18 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 43 119 149 227 15 114 210 89 69 7 237 59 24 69 98 185 201 12 20 125 83 233 183 155 18 209 2 10 215 1 10 3 109 99 99 18 33 18 15 10 11 65 112 112 108 105 99 97 116 105 111 110 18 0 26 14 10 10 67 111 110 115 111 114 116 105 117 109 18 0 26 172 1 18 133 1 10 11 65 112 112 108 105 99 97 116 105 111 110 18 118 8 1 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 3 18 10 10 6 65 100 109 105 110 115 16 2 26 6 65 100 109 105 110 115 34 34 10 7 82 101 97 100 101 114 115 18 23 18 13 8 3 18 9 10 7 82 101 97 100 101 114 115 26 6 65 100 109 105 110 115 34 34 10 7 87 114 105 116 101 114 115 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 42 6 65 100 109 105 110 115 26 34 10 10 67 111 110 115 111 114 116 105 117 109 18 20 18 18 10 16 83 97 109 112 108 101 67 111 110 115 111 114 116 105 117 109 18 117 10 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 239 247 28 39 38 225 145 222 218 31 193 16 13 255 211 107 190 233 203 149 112 26 191 152 18 65 58 220 7 197 198 52 53 218 225 186 24 206 58 36 42 71 160 170 183 215 41 194 231 211 45 138 140 96 224 104 100 187 76 29 159 152 255 136 238 70 198 174 13 7 86 118 7 93 222 1 83 109 191 22 210 123 135 186 157 72 144 21 153 195 1 18 65 230 76 65 69 126 2 75 243 35 199 22 210 23 175 67 26 193 235 99 191 199 167 232 237 23 107 205 127 27 70 158 41 59 255 55 105 217 46 84 120 217 30 159 165 18 255 176 40 139 68 46 2 139 72 21 205 113 249 27 110 76 84 87 8 0 18 65 103 135 77 67 219 181 176 53 123 224 74 250 105 181 204 240 79 228 102 74 105 188 206 195 52 134 7 247 39 6 237 20 9 91 176 182 135 126 229 154 157 109 180 196 237 158 231 240 89 25 189 9 3 228 231 208 115 188 153 160 128 148 116 128 0 18 65 101 96 142 138 155 142 252 238 35 133 113 99 218 34 135 9 235 182 99 216 126 187 34 154 242 80 186 103 197 217 131 91 40 250 30 251 199 57 225 231 59 156 68 221 219 22 225 14 178 212 0 44 79 206 221 133 167 240 248 149 22 63 143 138 1]) }
goroutine 44 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc430c54640)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).CheckTx(0xc4202be680, 0xc432aa0a00, 0x6db, 0x700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:74 +0x19f
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc430af2450, 0xc4203a6fc0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:186 +0x1249
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4203a6f60, 0x2fd2500, 0xc42012c8b0, 0xc4203a6fc0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
goroutine 53 [running]:
runtime/debug.Stack(0xc430a95080, 0x4, 0xc4309e4e00)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/mempool.(*Mempool).resCbNormal(0xc42014b720, 0xc430a8f8f0, 0xc430af2480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:341 +0xc1
github.com/tendermint/tendermint/mempool.(*Mempool).resCb(0xc42014b720, 0xc430a8f8f0, 0xc430af2480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:329 +0xe1
github.com/tendermint/tendermint/mempool.(*Mempool).(github.com/tendermint/tendermint/mempool.resCb)-fm(0xc430a8f8f0, 0xc430af2480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:157 +0x3e
github.com/tendermint/tendermint/abci/client.(*socketClient).didRecvResponse(0xc42039b360, 0xc430af2480, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:217 +0x235
github.com/tendermint/tendermint/abci/client.(*socketClient).recvResponseRoutine(0xc42039b360, 0x2fd2500, 0xc4202bc0d0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:176 +0x13c
created by github.com/tendermint/tendermint/abci/client.(*socketClient).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:77 +0x1ca
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Added good transaction module=mempool [tx E522552587D3A5E9E3A3A3D0BB9CBA455627AEC0 res 0xc42000e1e0 total 1]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { notifyTxsAvailable module=mempool [mem.txsAvailable 0xc420078360 mem.notifiedTxsAvailable false]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { notifyTxsAvailable true module=mempool []=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 1111 TxsAvailable module=consensus []=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc400000008, 0xc430ab70c0, 0x5)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleTxsAvailable(0xc430b8c300)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:741 +0x68
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:626 +0x73c
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { enterPropose(2/0). Current: 2/0/RoundStepNewRound height=2 round=0 []=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=2 round=0 [cs.privValidator PrivValidator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] LH:1, LR:1, LS:3}]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=2 round=0 [cs.privValidator.GetAddress().Hex() 0x5c051A833216467297AA094119a8905b15b251EC]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=2 round=0 [cs.privValidator.GetAddress().Hex() [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236]]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=2 round=0 [cs.Validators ValidatorSet{
Proposer: Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
Validators:
Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
}]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=2 round=0 [cs.Validators.String() ValidatorSet{
Proposer: Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
Validators:
Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
}]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=2 round=0 [cs.Validators.Size() 1]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=2 round=0 [cs.Validators[0].Address.Bytes() [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236]]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=2 round=0 [cs.Validators[0].Address.Bytes() hex.EncodeToString 5c051a833216467297aa094119a8905b15b251ec]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { This node is a validator height=2 round=0 []=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { enterPropose: Our turn to propose height=2 round=0 [proposer [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] privValidator PrivValidator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] LH:1, LR:1, LS:3}]=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc430b43ba0, 0xc430b43bc0, 0x1c9dbb1)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc430b43bc0, 0xe76fa4, 0x2123820)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc430b43bc0, 0xe76fa4, 0x2123820)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc430c02500, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote(0xc430b8c300, 0xc432ab2640, 0x0, 0x0, 0xc42002a600, 0xc430b43aa8, 0xe93598)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1568 +0x37
github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote(0xc430b8c300, 0xc432ab2640, 0x0, 0x0, 0xc430b43b08, 0xc430ab7100, 0xc4309f8480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1541 +0x67
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg(0xc430b8c300, 0x206a5a0, 0xc42000e2a8, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:674 +0x743
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:635 +0x5c2
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { addVote module=consensus [voteHeight 2 voteType 1 valIndex 0 csHeight 2]=nil }
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Added to prevote module=consensus [vote Vote{0:5C051A833216 2/00/1(Prevote) EA41D4B5E178 ECF7D12B1119 @ 2018-11-15T12:03:22.130429464Z} prevotes VoteSet{H:2 R:0 T:1 +2/3:EA41D4B5E17885E40591874627288337F1CE18FB:1:91EEA2419105(1) BA{1:x} map[]}]=nil }
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Updating ValidBlock because of POL. module=consensus [validRound -1 POLRound 0]=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc42000e2a8, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0xe77337, 0xc432b54560)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xedda00, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote(0xc430b8c300, 0xc432ab26e0, 0x0, 0x0, 0xc42002a600, 0xc430b43aa8, 0xe93598)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1568 +0x37
github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote(0xc430b8c300, 0xc432ab26e0, 0x0, 0x0, 0xc430b43b08, 0xc430ab7100, 0xc4309f8480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1541 +0x67
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg(0xc430b8c300, 0x206a5a0, 0xc42000e2d8, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:674 +0x743
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:635 +0x5c2
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { addVote module=consensus [voteHeight 2 voteType 2 valIndex 0 csHeight 2]=nil }
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:80] { BeginBlock%!(EXTRA string=req = {Hash:[234 65 212 181 225 120 133 228 5 145 135 70 39 40 131 55 241 206 24 251] Header:{Version:{Block:7 App:0 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} ChainID:tendermint Height:2 Time:2018-11-15 12:01:50.70835374 +0000 UTC NumTxs:1 TotalTxs:1 LastBlockId:{Hash:[151 228 105 14 13 210 25 95 35 210 47 218 80 144 104 176 167 221 77 151] PartsHeader:{Total:1 Hash:[114 134 248 46 90 177 37 87 164 17 11 194 128 102 70 130 142 235 91 82] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} LastCommitHash:[192 193 82 68 49 25 229 207 165 93 174 233 109 43 95 135 95 241 124 35] DataHash:[229 34 85 37 135 211 165 233 227 163 163 208 187 156 186 69 86 39 174 192] ValidatorsHash:[202 210 237 142 214 135 194 184 118 175 144 3 203 212 64 115 63 208 219 236] NextValidatorsHash:[202 210 237 142 214 135 194 184 118 175 144 3 203 212 64 115 63 208 219 236] ConsensusHash:[213 68 177 1 198 34 62 56 90 228 152 248 59 98 236 29 104 199 54 245] AppHash:[] LastResultsHash:[] EvidenceHash:[] ProposerAddress:[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} LastCommitInfo:{Round:1 Votes:[{Validator:{Address:[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] Power:10 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} SignedLastBlock:true XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} ByzantineValidators:[] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc432b59200)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).BeginBlock(0xc4202be680, 0xc432b69640, 0x14, 0x20, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:81 +0x1a6
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc430af2660, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:198 +0xc58
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:86] { DeliverTx len(tx) = %!(EXTRA int=1755) }
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:87] { tx = %!(EXTRA string=[14 111 114 100 101 114 101 114 99 104 97 110 110 101 108 0 0 0 0 0 0 0 0 0 10 253 12 10 78 10 26 8 4 26 6 8 138 193 181 223 5 34 14 111 114 100 101 114 101 114 99 104 97 110 110 101 108 18 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 184 225 212 238 228 188 109 79 236 56 45 46 74 64 131 244 164 207 176 11 48 31 137 241 18 170 12 10 228 11 10 67 10 15 8 1 26 6 8 138 193 181 223 5 34 3 109 99 99 18 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 64 165 154 191 94 187 30 196 47 250 56 98 26 115 27 60 80 62 51 109 209 183 244 27 18 156 11 10 183 7 8 1 18 178 7 18 237 3 10 7 79 114 100 101 114 101 114 18 225 3 18 182 1 10 10 79 114 100 101 114 101 114 79 114 103 18 167 1 26 47 10 3 67 73 83 18 40 18 30 18 28 10 10 79 114 100 101 114 101 114 67 73 83 66 14 10 4 83 72 65 50 18 6 83 72 65 50 53 54 26 6 65 100 109 105 110 115 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 1 18 10 18 8 18 6 8 1 18 2 8 0 26 6 65 100 109 105 110 115 34 35 10 7 82 101 97 100 101 114 115 18 24 18 14 8 1 18 10 18 8 18 6 8 1 18 2 8 0 26 6 65 100 109 105 110 115 34 35 10 7 87 114 105 116 101 114 115 18 24 18 14 8 1 18 10 18 8 18 6 8 1 18 2 8 0 26 6 65 100 109 105 110 115 42 6 65 100 109 105 110 115 26 31 10 19 67 104 97 110 110 101 108 82 101 115 116 114 105 99 116 105 111 110 115 18 8 26 6 65 100 109 105 110 115 26 33 10 13 67 111 110 115 101 110 115 117 115 84 121 112 101 18 16 18 6 10 4 112 98 102 116 26 6 65 100 109 105 110 115 26 34 10 9 66 97 116 99 104 83 105 122 101 18 21 18 11 8 10 16 128 128 192 49 24 128 128 32 26 6 65 100 109 105 110 115 26 30 10 12 66 97 116 99 104 84 105 109 101 111 117 116 18 14 18 4 10 2 50 115 26 6 65 100 109 105 110 115 34 34 10 7 82 101 97 100 101 114 115 18 23 18 13 8 3 18 9 10 7 82 101 97 100 101 114 115 26 6 65 100 109 105 110 115 34 34 10 7 87 114 105 116 101 114 115 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 34 42 10 15 66 108 111 99 107 86 97 108 105 100 97 116 105 111 110 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 3 18 10 10 6 65 100 109 105 110 115 16 2 26 6 65 100 109 105 110 115 42 6 65 100 109 105 110 115 18 133 1 10 11 65 112 112 108 105 99 97 116 105 111 110 18 118 8 1 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 3 18 10 10 6 65 100 109 105 110 115 16 2 26 6 65 100 109 105 110 115 34 34 10 7 82 101 97 100 101 114 115 18 23 18 13 8 3 18 9 10 7 82 101 97 100 101 114 115 26 6 65 100 109 105 110 115 34 34 10 7 87 114 105 116 101 114 115 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 42 6 65 100 109 105 110 115 26 73 10 16 79 114 100 101 114 101 114 65 100 100 114 101 115 115 101 115 18 53 18 26 10 24 111 114 100 101 114 101 114 46 101 120 97 109 112 108 101 46 99 111 109 58 55 48 53 48 26 23 47 67 104 97 110 110 101 108 47 79 114 100 101 114 101 114 47 65 100 109 105 110 115 26 38 10 16 72 97 115 104 105 110 103 65 108 103 111 114 105 116 104 109 18 18 18 8 10 6 83 72 65 50 53 54 26 6 65 100 109 105 110 115 26 45 10 25 66 108 111 99 107 68 97 116 97 72 97 115 104 105 110 103 83 116 114 117 99 116 117 114 101 18 16 18 6 8 255 255 255 255 15 26 6 65 100 109 105 110 115 26 42 10 10 67 111 110 115 111 114 116 105 117 109 18 28 18 18 10 16 83 97 109 112 108 101 67 111 110 115 111 114 116 105 117 109 26 6 65 100 109 105 110 115 34 34 10 7 87 114 105 116 101 114 115 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 3 18 10 10 6 65 100 109 105 110 115 16 2 26 6 65 100 109 105 110 115 34 34 10 7 82 101 97 100 101 114 115 18 23 18 13 8 3 18 9 10 7 82 101 97 100 101 114 115 26 6 65 100 109 105 110 115 18 223 3 10 153 3 10 67 10 15 8 2 26 6 8 138 193 181 223 5 34 3 109 99 99 18 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 43 119 149 227 15 114 210 89 69 7 237 59 24 69 98 185 201 12 20 125 83 233 183 155 18 209 2 10 215 1 10 3 109 99 99 18 33 18 15 10 11 65 112 112 108 105 99 97 116 105 111 110 18 0 26 14 10 10 67 111 110 115 111 114 116 105 117 109 18 0 26 172 1 18 133 1 10 11 65 112 112 108 105 99 97 116 105 111 110 18 118 8 1 34 34 10 6 65 100 109 105 110 115 18 24 18 14 8 3 18 10 10 6 65 100 109 105 110 115 16 2 26 6 65 100 109 105 110 115 34 34 10 7 82 101 97 100 101 114 115 18 23 18 13 8 3 18 9 10 7 82 101 97 100 101 114 115 26 6 65 100 109 105 110 115 34 34 10 7 87 114 105 116 101 114 115 18 23 18 13 8 3 18 9 10 7 87 114 105 116 101 114 115 26 6 65 100 109 105 110 115 42 6 65 100 109 105 110 115 26 34 10 10 67 111 110 115 111 114 116 105 117 109 18 20 18 18 10 16 83 97 109 112 108 101 67 111 110 115 111 114 116 105 117 109 18 117 10 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 239 247 28 39 38 225 145 222 218 31 193 16 13 255 211 107 190 233 203 149 112 26 191 152 18 65 58 220 7 197 198 52 53 218 225 186 24 206 58 36 42 71 160 170 183 215 41 194 231 211 45 138 140 96 224 104 100 187 76 29 159 152 255 136 238 70 198 174 13 7 86 118 7 93 222 1 83 109 191 22 210 123 135 186 157 72 144 21 153 195 1 18 65 230 76 65 69 126 2 75 243 35 199 22 210 23 175 67 26 193 235 99 191 199 167 232 237 23 107 205 127 27 70 158 41 59 255 55 105 217 46 84 120 217 30 159 165 18 255 176 40 139 68 46 2 139 72 21 205 113 249 27 110 76 84 87 8 0 18 65 103 135 77 67 219 181 176 53 123 224 74 250 105 181 204 240 79 228 102 74 105 188 206 195 52 134 7 247 39 6 237 20 9 91 176 182 135 126 229 154 157 109 180 196 237 158 231 240 89 25 189 9 3 228 231 208 115 188 153 160 128 148 116 128 0 18 65 101 96 142 138 155 142 252 238 35 133 113 99 218 34 135 9 235 182 99 216 126 187 34 154 242 80 186 103 197 217 131 91 40 250 30 251 199 57 225 231 59 156 68 221 219 22 225 14 178 212 0 44 79 206 221 133 167 240 248 149 22 63 143 138 1]) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc430c56450)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).DeliverTx(0xc4202be680, 0xc432b76e00, 0x6db, 0x700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:88 +0x282
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc432b39170, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:183 +0x1421
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:114] { channelId = ordererchannel, msgType = 0, configSeq = 0, seq = 0 }
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:156] { DeliverTx GGGGGGGGGGGGGGG%!(EXTRA string=DeliverTx = payload:"\nN\n\032\010\004\032\006\010\212\301\265\337\005"\016ordererchannel\0220\n\024\\005\032\2032\026Fr\227\252\tA\031\250\220[\025\262Q\354\022\030\0007\255o\235\355\334\002\217\313\305\277\013\010\341t%\233\343\256\206\376\377$\022\252\014\n\344\013\nC\n\017\010\001\032\006\010\212\301\265\337\005"\003mcc\0220\n\024\\005\032\2032\026Fr\227\252\tA\031\250\220[\025\262Q\354\022\030\362\032W(m\372\255\371<O\001\232\300\302\310\026\301&17\362\346T\022\234\013\n\267\007\010\001\022\262\007\022\355\003\n\007Orderer\022\341\003\022\266\001\n\nOrdererOrg\022\247\001\032/\n\003CIS\022(\022\036\022\034\n\nOrdererCISB\016\n\004SHA2\022\006SHA256\032\006Admins\"#\n\007Readers\022\030\022\016\010\001\022\n\022\010\022\006\010\001\022\002\010\000\032\006Admins\"#\n\007Writers\022\030\022\016\010\001\022\n\022\010\022\006\010\001\022\002\010\000\032\006Admins\"\"\n\006Admins\022\030\022\016\010\001\022\n\022\010\022\006\010\001\022\002\010\000\032\006Admins*\006Admins\032\"\n\tBatchSize\022\025\022\013\010\n\020\200\200\3001\030\200\200 \032\006Admins\032\036\n\014BatchTimeout\022\016\022\004\n\0022s\032\006Admins\032\037\n\023ChannelRestrictions\022\010\032\006Admins\032!\n\rConsensusType\022\020\022\006\n\004pbft\032\006Admins\"\"\n\006Admins\022\030\022\016\010\003\022\n\n\006Admins\020\002\032\006Admins\"\"\n\007Readers\022\027\022\r\010\003\022\t\n\007Readers\032\006Admins\"\"\n\007Writers\022\027\022\r\010\003\022\t\n\007Writers\032\006Admins\"*\n\017BlockValidation\022\027\022\r\010\003\022\t\n\007Writers\032\006Admins*\006Admins\022\205\001\n\013Application\022v\010\001\"\"\n\007Writers\022\027\022\r\010\003\022\t\n\007Writers\032\006Admins\"\"\n\006Admins\022\030\022\016\010\003\022\n\n\006Admins\020\002\032\006Admins\"\"\n\007Readers\022\027\022\r\010\003\022\t\n\007Readers\032\006Admins*\006Admins\032I\n\020OrdererAddresses\0225\022\032\n\030orderer.example.com:7050\032\027/Channel/Orderer/Admins\032&\n\020HashingAlgorithm\022\022\022\010\n\006SHA256\032\006Admins\032-\n\031BlockDataHashingStructure\022\020\022\006\010\377\377\377\377\017\032\006Admins\032*\n\nConsortium\022\034\022\022\n\020SampleConsortium\032\006Admins\"\"\n\006Admins\022\030\022\016\010\003\022\n\n\006Admins\020\002\032\006Admins\"\"\n\007Readers\022\027\022\r\010\003\022\t\n\007Readers\032\006Admins\"\"\n\007Writers\022\027\022\r\010\003\022\t\n\007Writers\032\006Admins\022\337\003\n\231\003\nC\n\017\010\002\032\006\010\212\301\265\337\005\"\003mcc\0220\n\024\\\005\032\2032\026Fr\227\252\tA\031\250\220[\025\262Q\354\022\030+w\225\343\017r\322YE\007\355;\030Eb\271\311\014\024}S\351\267\233\022\321\002\n\327\001\n\003mcc\022!\022\017\n\013Application\022\000\032\016\n\nConsortium\022\000\032\254\001\022\205\001\n\013Application\022v\010\001\"\"\n\006Admins\022\030\022\016\010\003\022\n\n\006Admins\020\002\032\006Admins\"\"\n\007Readers\022\027\022\r\010\003\022\t\n\007Readers\032\006Admins\"\"\n\007Writers\022\027\022\r\010\003\022\t\n\007Writers\032\006Admins*\006Admins\032\"\n\nConsortium\022\024\022\022\n\020SampleConsortium\022u\n0\n\024\\\005\032\2032\026Fr\227\252\tA\031\250\220[\025\262Q\354\022\030\357\367\034'&\341\221\336\332\037\301\020\r\377\323k\276\351\313\225p\032\277\230\022A:\334\007\305\30645\332\341\272\030\316:$*G\240\252\267\327)\302\347\323-\212\214\340hd\273L\035\237\230\377\210\356F\306\256\r\007Vv\007]\336\001Sm\277\026\322{\207\272\235H\220\025\231\303\001\022A\346LAE~\002K\363#\307\026\322\027\257C\032\301\353c\277\307\247\350\355\027k\315\177\033F\236);\3777i\331.Tx\331\036\237\245\022\377\260(\213D.\002\213H\025\315q\371\033nLTW\010\000\022A(@\3552\006\247\237\243\241\234h\254\031\241\234\377:q\250\333\022\243\203\017\337-4x\323\270\245\030)$@q\206\032\377\235\234\317\017J\353\256T\333\204\356oY\314\303\322\306\214K\246\247\273,\014E\001" signature:"L\036\361\330\375\227\361h#\346\034\340B\341\233
\251\367
\305\324\0022 \247?\345<\232\025\262sN\322\372\261w\334x\322j:\264\237\346\222\303\330
r\202\331\276\331\203\355\354\346eohh\235 \000" ) }
[fsblkstorage] 2018-11-15 20:03:22 [INFO] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage blockfile_mgr.go:118] { Getting block information from block storage }
[pbft] 2018-11-15 20:03:22 [INFO] [github.com/hyperledger/fabric/orderer/consensus/pbft pbft.go:101] { new chain mcc }
[orderer/commmon/multichannel] 2018-11-15 20:03:22 [INFO] [github.com/hyperledger/fabric/orderer/common/multichannel registrar.go:284] { Created and starting new chain mcc }
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:35] { UUUUUUUUUU, channelId = %!(EXTRA string=mcc, string=&{ledgerResources:0xc4337dcc80 Processor:0xc4337dcfe0 BlockWriter:0xc43387e880 Chain:0xc4202e80a0 cutter:0xc4337df8c0 LocalSigner:0x30e2e98}) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc432129660)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).NewSupport(0xc4202be680, 0xc4320fdc08, 0x3, 0x2fd67c0, 0xc43214d450)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:36 +0x1dd
github.com/hyperledger/fabric/orderer/consensus/pbft.(*chain).Start(0xc4202e80a0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/pbft.go:109 +0x59
github.com/hyperledger/fabric/orderer/common/multichannel.(*ChainSupport).start(0xc43214d450)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/common/multichannel/chainsupport.go:87 +0x34
github.com/hyperledger/fabric/orderer/common/multichannel.(*Registrar).newChain(0xc42022df80, 0xc4320ebec0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/common/multichannel/registrar.go:287 +0x344
github.com/hyperledger/fabric/orderer/common/multichannel.(*BlockWriter).WriteConfigBlock(0xc42034af00, 0xc4337dc000, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/common/multichannel/blockwriter.go:118 +0x39e
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).DeliverTx(0xc4202be680, 0xc432b76e00, 0x6db, 0x700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:159 +0xdd0
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc432b39170, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:183 +0x1421
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:176] { EndBlock%!(EXTRA string=endBlock = {Height:2 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc432129700)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).EndBlock(0xc4202be680, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:177 +0x1b0
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc4337df920, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:201 +0x107c
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
goroutine 55 [running]:
runtime/debug.Stack(0xc4200600c0, 0x3, 0xc420029300)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/state.execBlockOnProxyApp.func1(0xc432b39200, 0xc432b391d0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/state/execution.go:220 +0xa4
github.com/tendermint/tendermint/abci/client.(*socketClient).didRecvResponse(0xc42014b400, 0xc432b391d0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:217 +0x235
github.com/tendermint/tendermint/abci/client.(*socketClient).recvResponseRoutine(0xc42014b400, 0x2fd2500, 0xc4202bc0d8)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:176 +0x13c
created by github.com/tendermint/tendermint/abci/client.(*socketClient).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:77 +0x1ca
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:183] { Commit%!(EXTRA string=Commit = 00000000000000000) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc4321298c0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).Commit(0xc4202be680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:184 +0x154
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc4337dfa40, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:189 +0xc3
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:03:22 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:197] { Commit%!(EXTRA string=Commit = 000000000000000111) }
goroutine 95 [running]:
runtime/debug.Stack(0xc42000e2d8, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0xe77337, 0xc4339080a0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[orderer/common/broadcast] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/common/broadcast broadcast.go:81] { Starting new broadcast loop for 192.168.1.162:51354 }
[orderer/common/broadcast] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/common/broadcast broadcast.go:138] { [channel: mcc] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION from 192.168.1.162:51354 }
goroutine 412 [running]:
runtime/debug.Stack(0xc430b34fd0, 0x10, 0x10)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/mempool.(*Mempool).CheckTx(0xc42014b720, 0xc430b4d600, 0x2be, 0x2be, 0xc430b34fd0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:282 +0x4c
github.com/tendermint/tendermint/rpc/core.BroadcastTxSync(0xc430b4d600, 0x2be, 0x2be, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/core/mempool.go:94 +0xca
reflect.Value.call(0x204d520, 0x2353380, 0x13, 0x22cf4a0, 0x4, 0xc430c3f9e0, 0x1, 0x1, 0x1, 0x0, ...)
/usr/lib/golang/src/reflect/value.go:434 +0x905
reflect.Value.Call(0x204d520, 0x2353380, 0x13, 0xc430c3f9e0, 0x1, 0x1, 0x1, 0x1, 0x0)
/usr/lib/golang/src/reflect/value.go:302 +0xa4
github.com/tendermint/tendermint/rpc/lib/server.makeJSONRPCHandler.func1(0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:145 +0x447
github.com/tendermint/tendermint/rpc/lib/server.handleInvalidJSONRPCPaths.func1(0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:165 +0x84
net/http.HandlerFunc.ServeHTTP(0xc4209c6ee0, 0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/usr/lib/golang/src/net/http/server.go:1918 +0x44
net/http.(*ServeMux).ServeHTTP(0xc4309e9b30, 0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/usr/lib/golang/src/net/http/server.go:2254 +0x130
github.com/tendermint/tendermint/rpc/lib/server.maxBytesHandler.ServeHTTP(0x2faf280, 0xc4309e9b30, 0xf4240, 0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:219 +0xe8
github.com/tendermint/tendermint/rpc/lib/server.(*maxBytesHandler).ServeHTTP(0xc4202840a0, 0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
:1 +0x6c
github.com/tendermint/tendermint/rpc/lib/server.RecoverAndLogHandler.func1(0x2fc8240, 0xc4203aca80, 0xc4202f1c00)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:192 +0x3f0
net/http.HandlerFunc.ServeHTTP(0xc420220000, 0x2fc8240, 0xc4203aca80, 0xc4202f1c00)
/usr/lib/golang/src/net/http/server.go:1918 +0x44
net/http.serverHandler.ServeHTTP(0xc4202829c0, 0x2fc8240, 0xc4203aca80, 0xc4202f1c00)
/usr/lib/golang/src/net/http/server.go:2619 +0xb4
net/http.(*conn).serve(0xc432a6a6e0, 0x2fc9c00, 0xc432925540)
/usr/lib/golang/src/net/http/server.go:1801 +0x71d
created by net/http.(*Server).Serve
/usr/lib/golang/src/net/http/server.go:2720 +0x288
goroutine 412 [running]:
runtime/debug.Stack(0xc430ab6ec0, 0xc430a950a8, 0xc432abf208)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/proxy.(*appConnMempool).CheckTxAsync(0xc4209b2010, 0xc430b4d600, 0x2be, 0x2be, 0x1)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/proxy/app_conn.go:115 +0x22
github.com/tendermint/tendermint/mempool.(*Mempool).CheckTx(0xc42014b720, 0xc430b4d600, 0x2be, 0x2be, 0xc430b34fd0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:318 +0x1a1
github.com/tendermint/tendermint/rpc/core.BroadcastTxSync(0xc430b4d600, 0x2be, 0x2be, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/core/mempool.go:94 +0xca
reflect.Value.call(0x204d520, 0x2353380, 0x13, 0x22cf4a0, 0x4, 0xc430c3f9e0, 0x1, 0x1, 0x1, 0x0, ...)
/usr/lib/golang/src/reflect/value.go:434 +0x905
reflect.Value.Call(0x204d520, 0x2353380, 0x13, 0xc430c3f9e0, 0x1, 0x1, 0x1, 0x1, 0x0)
/usr/lib/golang/src/reflect/value.go:302 +0xa4
github.com/tendermint/tendermint/rpc/lib/server.makeJSONRPCHandler.func1(0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:145 +0x447
github.com/tendermint/tendermint/rpc/lib/server.handleInvalidJSONRPCPaths.func1(0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:165 +0x84
net/http.HandlerFunc.ServeHTTP(0xc4209c6ee0, 0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/usr/lib/golang/src/net/http/server.go:1918 +0x44
net/http.(*ServeMux).ServeHTTP(0xc4309e9b30, 0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/usr/lib/golang/src/net/http/server.go:2254 +0x130
github.com/tendermint/tendermint/rpc/lib/server.maxBytesHandler.ServeHTTP(0x2faf280, 0xc4309e9b30, 0xf4240, 0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:219 +0xe8
github.com/tendermint/tendermint/rpc/lib/server.(*maxBytesHandler).ServeHTTP(0xc4202840a0, 0x2fc7a00, 0xc430c3f980, 0xc4202f1c00)
:1 +0x6c
github.com/tendermint/tendermint/rpc/lib/server.RecoverAndLogHandler.func1(0x2fc8240, 0xc4203aca80, 0xc4202f1c00)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:192 +0x3f0
net/http.HandlerFunc.ServeHTTP(0xc420220000, 0x2fc8240, 0xc4203aca80, 0xc4202f1c00)
/usr/lib/golang/src/net/http/server.go:1918 +0x44
net/http.serverHandler.ServeHTTP(0xc4202829c0, 0x2fc8240, 0xc4203aca80, 0xc4202f1c00)
/usr/lib/golang/src/net/http/server.go:2619 +0xb4
net/http.(*conn).serve(0xc432a6a6e0, 0x2fc9c00, 0xc432925540)
/usr/lib/golang/src/net/http/server.go:1801 +0x71d
created by net/http.(*Server).Serve
/usr/lib/golang/src/net/http/server.go:2720 +0x288
[pbft] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:73] { CheckTx%!(EXTRA string=tx = [3 109 99 99 1 0 0 0 0 0 0 0 1 10 235 4 10 151 1 10 99 8 3 26 12 8 146 193 181 223 5 16 253 133 254 194 3 34 3 109 99 99 42 64 101 53 57 100 51 49 97 53 53 56 102 51 98 57 54 51 51 50 57 53 54 52 97 50 50 57 51 57 101 53 54 52 99 50 55 99 49 100 52 49 56 49 99 99 54 49 97 53 56 101 100 55 100 97 56 54 53 53 99 52 97 52 50 48 58 10 18 8 18 6 110 111 100 101 99 99 18 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 197 157 123 203 60 146 197 119 49 86 145 54 90 59 125 125 185 178 55 175 43 34 10 0 18 206 3 10 203 3 10 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 197 157 123 203 60 146 197 119 49 86 145 54 90 59 125 125 185 178 55 175 43 34 10 0 18 150 3 10 81 10 79 10 77 8 1 18 8 18 6 110 111 100 101 99 99 26 63 10 7 112 117 116 73 110 102 111 10 52 55 98 50 50 54 100 54 51 54 51 50 50 51 97 53 98 50 50 51 49 51 50 51 55 50 101 51 48 50 101 51 48 50 101 51 49 51 97 51 55 51 48 51 53 51 49 50 50 53 100 55 100 18 192 2 10 226 1 10 32 166 164 136 185 208 6 95 49 11 64 92 118 28 158 180 44 172 103 112 236 158 229 244 2 72 132 243 160 112 132 222 215 18 189 1 10 87 18 85 10 6 110 111 100 101 99 99 18 75 26 73 10 17 110 111 100 101 99 99 73 110 102 111 65 100 100 114 101 115 115 26 52 55 98 50 50 54 100 54 51 54 51 50 50 51 97 53 98 50 50 51 49 51 50 51 55 50 101 51 48 50 101 51 48 50 101 51 49 51 97 51 55 51 48 51 53 51 49 50 50 53 100 55 100 26 69 8 200 1 26 64 112 117 116 32 55 98 50 50 54 100 54 51 54 51 50 50 51 97 53 98 50 50 51 49 51 50 51 55 50 101 51 48 50 101 51 48 50 101 51 49 51 97 51 55 51 48 51 53 51 49 50 50 53 100 55 100 32 115 117 99 99 101 115 115 34 27 18 6 110 111 100 101 99 99 26 17 100 101 118 101 108 111 112 109 101 110 116 95 98 117 105 108 100 18 89 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 65 92 203 116 188 105 249 155 10 36 107 68 147 152 255 85 180 60 35 97 59 215 216 12 190 6 149 128 91 181 62 30 145 13 237 65 155 15 166 137 196 95 45 50 80 194 31 166 111 64 230 223 103 252 44 186 39 90 90 17 200 229 87 38 14 1 18 65 211 4 245 163 160 75 18 250 16 153 49 163 250 228 118 27 34 157 176 110 154 171 17 232 141 44 178 71 24 0 80 170 48 34 106 186 2 70 25 177 75 125 253 105 226 1 220 127 172 212 167 218 192 247 223 85 190 232 206 159 125 196 16 164 0]) }
goroutine 44 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc430b35000)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).CheckTx(0xc4202be680, 0xc430b4d8c0, 0x2be, 0x2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:74 +0x19f
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc4337dfcb0, 0xc4203a6fc0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:186 +0x1249
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4203a6f60, 0x2fd2500, 0xc42012c8b0, 0xc4203a6fc0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
goroutine 53 [running]:
runtime/debug.Stack(0xc430a95080, 0x4, 0xc432abbe00)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/mempool.(*Mempool).resCbNormal(0xc42014b720, 0xc430c4f800, 0xc4337dfce0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:341 +0xc1
github.com/tendermint/tendermint/mempool.(*Mempool).resCb(0xc42014b720, 0xc430c4f800, 0xc4337dfce0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:329 +0xe1
github.com/tendermint/tendermint/mempool.(*Mempool).(github.com/tendermint/tendermint/mempool.resCb)-fm(0xc430c4f800, 0xc4337dfce0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/mempool/mempool.go:157 +0x3e
github.com/tendermint/tendermint/abci/client.(*socketClient).didRecvResponse(0xc42039b360, 0xc4337dfce0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:217 +0x235
github.com/tendermint/tendermint/abci/client.(*socketClient).recvResponseRoutine(0xc42039b360, 0x2fd2500, 0xc4202bc0d0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:176 +0x13c
created by github.com/tendermint/tendermint/abci/client.(*socketClient).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:77 +0x1ca
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Added good transaction module=mempool [tx 744A4BC5D2E01BD47350880C238E4F996BE18F9A res 0xc42012cfe8 total 1]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { notifyTxsAvailable module=mempool [mem.txsAvailable 0xc420078360 mem.notifiedTxsAvailable false]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { notifyTxsAvailable true module=mempool []=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 1111 TxsAvailable module=consensus []=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc400000008, 0xc430ab6ec0, 0x5)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleTxsAvailable(0xc430b8c300)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:741 +0x68
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:626 +0x73c
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { enterPropose(3/0). Current: 3/0/RoundStepNewRound height=3 round=0 []=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=3 round=0 [cs.privValidator PrivValidator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] LH:2, LR:0, LS:3}]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=3 round=0 [cs.privValidator.GetAddress().Hex() 0x5c051A833216467297AA094119a8905b15b251EC]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=3 round=0 [cs.privValidator.GetAddress().Hex() [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236]]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=3 round=0 [cs.Validators ValidatorSet{
Proposer: Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
Validators:
Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
}]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=3 round=0 [cs.Validators.String() ValidatorSet{
Proposer: Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
Validators:
Validator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F} VP:10 A:0}
}]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=3 round=0 [cs.Validators.Size() 1]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=3 round=0 [cs.Validators[0].Address.Bytes() [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236]]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { 11111111 height=3 round=0 [cs.Validators[0].Address.Bytes() hex.EncodeToString 5c051a833216467297aa094119a8905b15b251ec]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { This node is a validator height=3 round=0 []=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { enterPropose: Our turn to propose height=3 round=0 [proposer [92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] privValidator PrivValidator{[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] LH:2, LR:0, LS:3}]=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc430b43ba0, 0xc430b43bc0, 0x1c9dbb1)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc430b43bc0, 0xe76fa4, 0x2123820)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xc430b43bc0, 0xe76fa4, 0x2123820)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0xe77337, 0xc433987060)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0xedda00, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote(0xc430b8c300, 0xc4200a3f40, 0x0, 0x0, 0xc420028000, 0xc430b43aa8, 0xe93598)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1568 +0x37
github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote(0xc430b8c300, 0xc4200a3f40, 0x0, 0x0, 0xc430b43b08, 0xc4202b4580, 0xc4309f8480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1541 +0x67
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg(0xc430b8c300, 0x206a5a0, 0xc42012d068, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:674 +0x743
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:635 +0x5c2
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { addVote module=consensus [voteHeight 3 voteType 1 valIndex 0 csHeight 3]=nil }
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Added to prevote module=consensus [vote Vote{0:5C051A833216 3/00/1(Prevote) ADD9D224BB15 F56B00CD70C9 @ 2018-11-15T12:03:30.95434188Z} prevotes VoteSet{H:3 R:0 T:1 +2/3:ADD9D224BB159F4F0583B1CA20BDB49671112575:1:63D97ADCBACC(1) BA{1:x} map[]}]=nil }
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Updating ValidBlock because of POL. module=consensus [validRound -1 POLRound 0]=nil }
goroutine 95 [running]:
runtime/debug.Stack(0xc42012d068, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote(0xc430b8c300, 0xc432a6adc0, 0x0, 0x0, 0xc42002b900, 0xc430b43aa8, 0xe93598)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1568 +0x37
github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote(0xc430b8c300, 0xc432a6adc0, 0x0, 0x0, 0xc430b43b08, 0xc4202b4580, 0xc4309f8480)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:1541 +0x67
github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg(0xc430b8c300, 0x206a5a0, 0xc4202cd2a8, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:674 +0x743
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:635 +0x5c2
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { addVote module=consensus [voteHeight 3 voteType 2 valIndex 0 csHeight 3]=nil }
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
66666666666 PubKeySecp256k1{036101080FEB91A10A609C7A34BBAC240CA3720FDA05C38452B41A6141884D341F}
6666666666611 [3 97 1 8 15 235 145 161 10 96 156 122 52 187 172 36 12 163 114 15 218 5 195 132 82 180 26 97 65 136 77 52 31]
[pbft] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:80] { BeginBlock%!(EXTRA string=req = {Hash:[173 217 210 36 187 21 159 79 5 131 177 202 32 189 180 150 113 17 37 117] Header:{Version:{Block:7 App:0 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} ChainID:tendermint Height:3 Time:2018-11-15 12:03:22.132546463 +0000 UTC NumTxs:1 TotalTxs:2 LastBlockId:{Hash:[234 65 212 181 225 120 133 228 5 145 135 70 39 40 131 55 241 206 24 251] PartsHeader:{Total:1 Hash:[145 238 162 65 145 5 5 130 89 38 19 123 61 106 94 61 121 100 183 207] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} LastCommitHash:[148 187 147 58 183 23 153 37 175 160 137 240 163 6 175 10 35 54 56 76] DataHash:[116 74 75 197 210 224 27 212 115 80 136 12 35 142 79 153 107 225 143 154] ValidatorsHash:[202 210 237 142 214 135 194 184 118 175 144 3 203 212 64 115 63 208 219 236] NextValidatorsHash:[202 210 237 142 214 135 194 184 118 175 144 3 203 212 64 115 63 208 219 236] ConsensusHash:[213 68 177 1 198 34 62 56 90 228 152 248 59 98 236 29 104 199 54 245] AppHash:[] LastResultsHash:[227 176 196 66 152 252 28 20 154 251 244 200 153 111 185 36 39 174 65 228] EvidenceHash:[] ProposerAddress:[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} LastCommitInfo:{Round:0 Votes:[{Validator:{Address:[92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236] Power:10 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} SignedLastBlock:true XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} ByzantineValidators:[] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc433993470)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).BeginBlock(0xc4202be680, 0xc4339d4140, 0x14, 0x20, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:81 +0x1a6
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc43298b5f0, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:198 +0xc58
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:86] { DeliverTx len(tx) = %!(EXTRA int=702) }
[pbft] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:87] { tx = %!(EXTRA string=[3 109 99 99 1 0 0 0 0 0 0 0 1 10 235 4 10 151 1 10 99 8 3 26 12 8 146 193 181 223 5 16 253 133 254 194 3 34 3 109 99 99 42 64 101 53 57 100 51 49 97 53 53 56 102 51 98 57 54 51 51 50 57 53 54 52 97 50 50 57 51 57 101 53 54 52 99 50 55 99 49 100 52 49 56 49 99 99 54 49 97 53 56 101 100 55 100 97 56 54 53 53 99 52 97 52 50 48 58 10 18 8 18 6 110 111 100 101 99 99 18 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 197 157 123 203 60 146 197 119 49 86 145 54 90 59 125 125 185 178 55 175 43 34 10 0 18 206 3 10 203 3 10 48 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 24 197 157 123 203 60 146 197 119 49 86 145 54 90 59 125 125 185 178 55 175 43 34 10 0 18 150 3 10 81 10 79 10 77 8 1 18 8 18 6 110 111 100 101 99 99 26 63 10 7 112 117 116 73 110 102 111 10 52 55 98 50 50 54 100 54 51 54 51 50 50 51 97 53 98 50 50 51 49 51 50 51 55 50 101 51 48 50 101 51 48 50 101 51 49 51 97 51 55 51 48 51 53 51 49 50 50 53 100 55 100 18 192 2 10 226 1 10 32 166 164 136 185 208 6 95 49 11 64 92 118 28 158 180 44 172 103 112 236 158 229 244 2 72 132 243 160 112 132 222 215 18 189 1 10 87 18 85 10 6 110 111 100 101 99 99 18 75 26 73 10 17 110 111 100 101 99 99 73 110 102 111 65 100 100 114 101 115 115 26 52 55 98 50 50 54 100 54 51 54 51 50 50 51 97 53 98 50 50 51 49 51 50 51 55 50 101 51 48 50 101 51 48 50 101 51 49 51 97 51 55 51 48 51 53 51 49 50 50 53 100 55 100 26 69 8 200 1 26 64 112 117 116 32 55 98 50 50 54 100 54 51 54 51 50 50 51 97 53 98 50 50 51 49 51 50 51 55 50 101 51 48 50 101 51 48 50 101 51 49 51 97 51 55 51 48 51 53 51 49 50 50 53 100 55 100 32 115 117 99 99 101 115 115 34 27 18 6 110 111 100 101 99 99 26 17 100 101 118 101 108 111 112 109 101 110 116 95 98 117 105 108 100 18 89 10 20 92 5 26 131 50 22 70 114 151 170 9 65 25 168 144 91 21 178 81 236 18 65 92 203 116 188 105 249 155 10 36 107 68 147 152 255 85 180 60 35 97 59 215 216 12 190 6 149 128 91 181 62 30 145 13 237 65 155 15 166 137 196 95 45 50 80 194 31 166 111 64 230 223 103 252 44 186 39 90 90 17 200 229 87 38 14 1 18 65 211 4 245 163 160 75 18 250 16 153 49 163 250 228 118 27 34 157 176 110 154 171 17 232 141 44 178 71 24 0 80 170 48 34 106 186 2 70 25 177 75 125 253 105 226 1 220 127 172 212 167 218 192 247 223 85 190 232 206 159 125 196 16 164 0]) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc433993580)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).DeliverTx(0xc4202be680, 0xc4339da000, 0x2be, 0x2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:88 +0x282
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc433988c00, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:183 +0x1421
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:114] { channelId = mcc, msgType = 1, configSeq = 1, seq = 1 }
[pbft] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:176] { EndBlock%!(EXTRA string=endBlock = {Height:3 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc4339936b0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).EndBlock(0xc4202be680, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:177 +0x1b0
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc433988f30, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:201 +0x107c
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
goroutine 55 [running]:
runtime/debug.Stack(0xc4202b4580, 0x3, 0xc42002b900)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/state.execBlockOnProxyApp.func1(0xc433988c90, 0xc433988c60)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/state/execution.go:220 +0xa4
github.com/tendermint/tendermint/abci/client.(*socketClient).didRecvResponse(0xc42014b400, 0xc433988c60, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:217 +0x235
github.com/tendermint/tendermint/abci/client.(*socketClient).recvResponseRoutine(0xc42014b400, 0x2fd2500, 0xc4202bc0d8)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:176 +0x13c
created by github.com/tendermint/tendermint/abci/client.(*socketClient).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/client/socket_client.go:77 +0x1ca
[pbft] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:183] { Commit%!(EXTRA string=Commit = 00000000000000000) }
goroutine 75 [running]:
runtime/debug.Stack(0xc420057950, 0x1, 0xc432b59900)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/hyperledger/fabric/orderer/consensus/pbft.(*echo).Commit(0xc4202be680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/jia.hu/golibs/src/github.com/hyperledger/fabric/orderer/consensus/pbft/echo.go:184 +0x154
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequest(0xc42014b180, 0xc433989050, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:189 +0xc3
github.com/tendermint/tendermint/abci/server.(*SocketServer).handleRequests(0xc42014b180, 0xc4201489c0, 0x2fd2500, 0xc4202cc070, 0xc420148a20)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:165 +0xe8
created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/abci/server/socket_server.go:121 +0x287
[pbft] 2018-11-15 20:03:30 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft echo.go:197] { Commit%!(EXTRA string=Commit = 000000000000000111) }
goroutine 95 [running]:
runtime/debug.Stack(0xc4202cd2a8, 0x0, 0x0)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
goroutine 95 [running]:
runtime/debug.Stack(0x0, 0xe77337, 0xc4339a2880)
/usr/lib/golang/src/runtime/debug/stack.go:24 +0xa7
runtime/debug.PrintStack()
/usr/lib/golang/src/runtime/debug/stack.go:16 +0x22
github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine(0xc430b8c300, 0x0)
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:612 +0x75
created by github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart
/home/jia.hu/golibs/src/github.com/tendermint/tendermint/consensus/state.go:320 +0x160
[tendermint] 2018-11-15 20:03:58 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Failed to reconnect to peer. Beginning exponential backoff module=p2p [addr [email protected]:26656 elapsed 2m7.159376846s]=nil }
[tendermint] 2018-11-15 20:04:04 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Failed to reconnect to peer. Beginning exponential backoff module=p2p [addr [email protected]:26656 elapsed 2m11.634022477s]=nil }
66666666666 PubKeySecp256k1{03C486FDF00F1FE3E558F27A458DAD0E05CD83FBDFC2939A0A8E86E86CEE78843B}
6666666666611 [3 196 134 253 240 15 31 227 229 88 242 122 69 141 173 14 5 205 131 251 223 194 147 154 10 142 134 232 108 238 120 132 59]
66666666666 PubKeySecp256k1{03C486FDF00F1FE3E558F27A458DAD0E05CD83FBDFC2939A0A8E86E86CEE78843B}
6666666666611 [3 196 134 253 240 15 31 227 229 88 242 122 69 141 173 14 5 205 131 251 223 194 147 154 10 142 134 232 108 238 120 132 59]
[tendermint] 2018-11-15 20:04:05 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Add our address to book book=/var/hyperledger/apeiron/config/addrbook.json [addr [email protected]:26656]=nil }
[tendermint] 2018-11-15 20:04:05 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Add our address to book book=/var/hyperledger/apeiron/config/addrbook.json [addr [email protected]:38688]=nil }
[tendermint] 2018-11-15 20:04:07 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Failed to reconnect to peer. Beginning exponential backoff module=p2p [addr [email protected]:26656 elapsed 2m16.268090036s]=nil }
[tendermint] 2018-11-15 20:04:20 [ERROR] [github.com/hyperledger/fabric/orderer/consensus/pbft tendermint.go:75] { Failed to reconnect to peer. Beginning exponential backoff module=p2p [addr [email protected]:26656 elapsed 2m27.093317895s]=nil }
^C
[jia.hu@node2 exec_pkg]$ cd ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant