Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.65 KB | None | 0 0
  1. STDERR: + GENESISBLOCK_PATH=genesis.block
  2. STDERR: + CONFIG_PATH=config.docker
  3. STDERR: + POSTGRES_PORT=5432
  4. STDERR: ++ cat config.docker
  5. STDERR: ++ jq -r .block_store_path
  6. STDERR: + BLOCKS_PATH=/blocks
  7. STDERR: + POSTGRES_HOST=iroha.postgres
  8. STDERR: + WAIT_TIMEOUT=0
  9. STDERR: + KEY=iroha_peer_key
  10. STDERR: + /wait-for-it.sh -h iroha.postgres -p 5432 -t 0 -- true
  11. STDERR: wait-for-it.sh: waiting for iroha.postgres:5432 without a timeout
  12. STDERR: wait-for-it.sh: iroha.postgres:5432 is available after 0 seconds
  13. STDERR: ++ ls -A /blocks
  14. STDERR: ls: cannot access '/blocks': No such file or directory
  15. STDERR: + '[' -z '' ']'
  16. STDERR: + irohad --genesis_block genesis.block --config config.docker --keypair_name iroha_peer_key
  17. STDOUT: [2018-12-14 11:08:44.533974178][th:22][info] MAIN start
  18. STDOUT: [2018-12-14 11:08:44.541387244][th:22][info] MAIN config initialized
  19. STDOUT: [2018-12-14 11:08:44.556360739][th:22][info] IROHAD created
  20. STDOUT: [2018-12-14 11:08:44.556418720][th:22][info] StorageImpl:initConnection Start storage creation
  21. STDOUT: [2018-12-14 11:08:44.556650340][th:22][info] StorageImpl:initConnection block store created
  22. STDOUT: [2018-12-14 11:08:45.586082901][th:22][info] IROHAD [Init] => storage
  23. STDOUT: [2018-12-14 11:08:45.596960508][th:22][info] StorageImpl drop wsv records from db tables
  24. STDOUT: [2018-12-14 11:08:45.604485250][th:22][info] StorageImpl drop blocks from disk
  25. STDOUT: [2018-12-14 11:08:45.604686193][th:22][info] StorageImpl create mutable storage
  26. STDOUT: [2018-12-14 11:08:45.604736704][th:22][info] FlatFile get(0) file not found
  27. STDOUT: [2018-12-14 11:08:45.605665451][th:22][info] MutableStorage Applying block: height 1, hash 1cb9df556dfeb2eca0982a720248269fb7d36ba13b60fc6f0da16121a275519d
  28. STDOUT: [2018-12-14 11:08:45.627591157][th:22][info] StorageImpl block inserted: true
  29. STDOUT: [2018-12-14 11:08:45.637130136][th:22][info] MAIN Genesis block inserted, number of transactions: 2
  30. STDOUT: [2018-12-14 11:08:45.640472261][th:22][info] StorageImpl drop wsv records from db tables
  31. STDOUT: [2018-12-14 11:08:45.660613558][th:22][info] StorageImpl drop blocks from disk
  32. STDOUT: [2018-12-14 11:08:45.662464088][th:22][info] StorageImpl create mutable storage
  33. STDOUT: [2018-12-14 11:08:45.662625269][th:22][info] FlatFile get(0) file not found
  34. STDOUT: [2018-12-14 11:08:45.665469043][th:22][info] MutableStorage Applying block: height 1, hash 1cb9df556dfeb2eca0982a720248269fb7d36ba13b60fc6f0da16121a275519d
  35. STDOUT: [2018-12-14 11:08:45.689243589][th:22][info] StorageImpl insert blocks finished
  36. STDOUT: [2018-12-14 11:08:45.689331214][th:22][info] IROHAD [Init] => crypto provider
  37. STDOUT: [2018-12-14 11:08:45.689339751][th:22][info] IROHAD [Init] => transaction batch parser
  38. STDOUT: [2018-12-14 11:08:45.689392484][th:22][info] IROHAD [Init] => validators
  39. STDOUT: [2018-12-14 11:08:45.692616700][th:22][info] IROHAD [Init] => factories
  40. STDOUT: [2018-12-14 11:08:45.692705697][th:22][info] IROHAD [Init] => persistent cache
  41. STDOUT: [2018-12-14 11:08:45.694077763][th:22][info] OnDemandOrderingServiceImpl onCollaborationOutcome => round[2, 0]
  42. STDOUT: [2018-12-14 11:08:45.701255422][th:22][info] IROHAD [Init] => init ordering gate - [true]
  43. STDOUT: [2018-12-14 11:08:45.701583286][th:22][info] IROHAD [Init] => init simulator
  44. STDOUT: [2018-12-14 11:08:45.701618911][th:22][info] IROHAD [Init] => init consensus block cache
  45. STDOUT: [2018-12-14 11:08:45.701693659][th:22][info] IROHAD [Init] => block loader
  46. STDOUT: [2018-12-14 11:08:45.708568804][th:22][info] IROHAD [Init] => consensus gate
  47. STDOUT: [2018-12-14 11:08:45.708893029][th:22][info] IROHAD [Init] => synchronizer
  48. STDOUT: [2018-12-14 11:08:45.709045521][th:22][info] IROHAD [Init] => pcs
  49. STDOUT: [2018-12-14 11:08:45.709746889][th:22][info] IROHAD [Init] => Tx status bus
  50. STDOUT: [2018-12-14 11:08:45.713314349][th:22][info] IROHAD [Init] => MST processor
  51. STDOUT: [2018-12-14 11:08:45.713411172][th:22][info] IROHAD [Init] => pending transactions storage
  52. STDOUT: [2018-12-14 11:08:45.714874022][th:22][info] IROHAD [Init] => command service
  53. STDOUT: [2018-12-14 11:08:45.715499672][th:22][info] IROHAD [Init] => query service
  54. STDOUT: [2018-12-14 11:08:45.715520011][th:22][info] MAIN Running iroha
  55. STDOUT: [2018-12-14 11:08:45.718354566][th:22][info] IROHAD Torii server bound on port 50051
  56. STDOUT: [2018-12-14 11:08:45.721637550][th:22][info] IROHAD Internal server bound on port 10001
  57. STDOUT: [2018-12-14 11:08:45.721660334][th:22][info] IROHAD ===> iroha initialized
  58. [main] INFO 🐳 [warchantua/iroha:1.0.0_rc1] - Container warchantua/iroha:1.0.0_rc1 started
  59. STDOUT: [2018-12-14 11:08:45.729706800][th:22][info] OnDemandOrderingServiceImpl onCollaborationOutcome => round[2, 0]
  60. STDOUT: [2018-12-14 11:08:45.745523876][th:22][info] YAC Order for voting: {0.0.0.0:10001}
  61. STDOUT: [2018-12-14 11:08:45.746001781][th:22][info] YAC Vote for round Round: [block=2, reject=0, ], hash (, ) to peer Peer: [address=0.0.0.0:10001, pubkey=PublicKey: [43eeb17f0bab10dd51ab70983c25200a1742d31b3b7b54c38c34d7b827b26eed ], ]
  62. STDOUT: [2018-12-14 11:08:45.746848206][th:22][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  63. STDOUT: [2018-12-14 11:08:45.746877300][th:22][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  64. STDOUT: [2018-12-14 11:08:45.748165215][th:29][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  65. STDOUT: [2018-12-14 11:08:45.748823278][th:29][info] ProposalStorage Vote with round [2, 0] and hashes [, ] looks valid
  66. STDOUT: [2018-12-14 11:08:45.748939647][th:29][info] YacBlockStorage Vote with round Round: [block=2, reject=0, ] and hashes (, ) inserted, votes in storage [1/1]
  67. STDOUT: [2018-12-14 11:08:45.748968274][th:29][info] YAC Propagate state (2, 0) to whole network
  68. STDOUT: [2018-12-14 11:08:45.749255952][th:29][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  69. STDOUT: [2018-12-14 11:08:45.749875666][th:28][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  70. STDOUT: [2018-12-14 11:08:45.750632822][th:28][info] YAC Pass outcome for (2, 0) to pipeline
  71. STDOUT: [2018-12-14 11:08:45.750718036][th:28][info] YacGate Consensus skipped round, voted for nothing
  72. STDOUT: [2018-12-14 11:08:45.750740012][th:28][info] synchronizer processing consensus outcome
  73. STDOUT: [2018-12-14 11:08:45.750779078][th:28][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  74. STDOUT: [2018-12-14 11:08:45.750788317][th:28][info] TxProcessor there are no transactions to be committed
  75. STDOUT: [2018-12-14 11:08:45.751616667][th:28][info] OnDemandOrderingServiceImpl onCollaborationOutcome => round[2, 1]
  76. STDOUT: [2018-12-14 11:08:45.758604688][th:28][info] YAC Order for voting: {0.0.0.0:10001}
  77. STDOUT: [2018-12-14 11:08:45.759514138][th:28][info] YAC Vote for round Round: [block=2, reject=1, ], hash (, ) to peer Peer: [address=0.0.0.0:10001, pubkey=PublicKey: [43eeb17f0bab10dd51ab70983c25200a1742d31b3b7b54c38c34d7b827b26eed ], ]
  78. STDOUT: [2018-12-14 11:08:45.760326110][th:28][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  79. STDOUT: [2018-12-14 11:08:45.760357317][th:28][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  80. STDOUT: [2018-12-14 11:08:45.761469291][th:30][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  81. STDOUT: [2018-12-14 11:08:45.762361560][th:30][info] ProposalStorage Vote with round [2, 1] and hashes [, ] looks valid
  82. STDOUT: [2018-12-14 11:08:45.762387352][th:30][info] YacBlockStorage Vote with round Round: [block=2, reject=1, ] and hashes (, ) inserted, votes in storage [1/1]
  83. STDOUT: [2018-12-14 11:08:45.762412098][th:30][info] YAC Propagate state (2, 1) to whole network
  84. STDOUT: [2018-12-14 11:08:45.762670702][th:30][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  85. STDOUT: [2018-12-14 11:08:45.763557553][th:29][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  86. STDOUT: [2018-12-14 11:08:45.764129494][th:29][info] YAC Pass outcome for (2, 1) to pipeline
  87. STDOUT: [2018-12-14 11:08:45.764194522][th:29][info] YacGate Consensus skipped round, voted for nothing
  88. STDOUT: [2018-12-14 11:08:45.764214811][th:29][info] synchronizer processing consensus outcome
  89. STDOUT: [2018-12-14 11:08:45.764252882][th:29][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  90. STDOUT: [2018-12-14 11:08:45.764261990][th:29][info] TxProcessor there are no transactions to be committed
  91. STDOUT: [2018-12-14 11:08:46.764919604][th:29][info] OnDemandOrderingServiceImpl onCollaborationOutcome => round[2, 2]
  92. STDOUT: [2018-12-14 11:08:46.770812656][th:29][info] YAC Order for voting: {0.0.0.0:10001}
  93. STDOUT: [2018-12-14 11:08:46.771192244][th:29][info] YAC Vote for round Round: [block=2, reject=2, ], hash (, ) to peer Peer: [address=0.0.0.0:10001, pubkey=PublicKey: [43eeb17f0bab10dd51ab70983c25200a1742d31b3b7b54c38c34d7b827b26eed ], ]
  94. STDOUT: [2018-12-14 11:08:46.772198235][th:29][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  95. STDOUT: [2018-12-14 11:08:46.772990738][th:30][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  96. STDOUT: [2018-12-14 11:08:46.773021885][th:29][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  97. STDOUT: [2018-12-14 11:08:46.773727314][th:30][info] ProposalStorage Vote with round [2, 2] and hashes [, ] looks valid
  98. STDOUT: [2018-12-14 11:08:46.773755182][th:30][info] YacBlockStorage Vote with round Round: [block=2, reject=2, ] and hashes (, ) inserted, votes in storage [1/1]
  99. STDOUT: [2018-12-14 11:08:46.773785856][th:30][info] YAC Propagate state (2, 2) to whole network
  100. STDOUT: [2018-12-14 11:08:46.774309289][th:30][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  101. STDOUT: [2018-12-14 11:08:46.774961039][th:32][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  102. STDOUT: [2018-12-14 11:08:46.776149531][th:32][info] YAC Pass outcome for (2, 2) to pipeline
  103. STDOUT: [2018-12-14 11:08:46.776295933][th:32][info] YacGate Consensus skipped round, voted for nothing
  104. STDOUT: [2018-12-14 11:08:46.776362146][th:32][info] synchronizer processing consensus outcome
  105. STDOUT: [2018-12-14 11:08:46.776589394][th:32][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  106. STDOUT: [2018-12-14 11:08:46.776649396][th:32][info] TxProcessor there are no transactions to be committed
  107. STDOUT: [2018-12-14 11:08:47.778670826][th:32][info] OnDemandOrderingServiceImpl onCollaborationOutcome => round[2, 3]
  108. STDOUT: [2018-12-14 11:08:47.786466441][th:32][info] YAC Order for voting: {0.0.0.0:10001}
  109. STDOUT: [2018-12-14 11:08:47.787293744][th:32][info] YAC Vote for round Round: [block=2, reject=3, ], hash (, ) to peer Peer: [address=0.0.0.0:10001, pubkey=PublicKey: [43eeb17f0bab10dd51ab70983c25200a1742d31b3b7b54c38c34d7b827b26eed ], ]
  110. STDOUT: [2018-12-14 11:08:47.787678636][th:32][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  111. STDOUT: [2018-12-14 11:08:47.787707781][th:32][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  112. STDOUT: [2018-12-14 11:08:47.789032826][th:29][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  113. STDOUT: [2018-12-14 11:08:47.789431030][th:29][info] ProposalStorage Vote with round [2, 3] and hashes [, ] looks valid
  114. STDOUT: [2018-12-14 11:08:47.789445344][th:29][info] YacBlockStorage Vote with round Round: [block=2, reject=3, ] and hashes (, ) inserted, votes in storage [1/1]
  115. STDOUT: [2018-12-14 11:08:47.789466418][th:29][info] YAC Propagate state (2, 3) to whole network
  116. STDOUT: [2018-12-14 11:08:47.789678456][th:29][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  117. STDOUT: [2018-12-14 11:08:47.790364883][th:33][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  118. STDOUT: [2018-12-14 11:08:47.790823515][th:33][info] YAC Pass outcome for (2, 3) to pipeline
  119. STDOUT: [2018-12-14 11:08:47.790924392][th:33][info] YacGate Consensus skipped round, voted for nothing
  120. STDOUT: [2018-12-14 11:08:47.791187942][th:33][info] synchronizer processing consensus outcome
  121. STDOUT: [2018-12-14 11:08:47.791241941][th:33][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  122. STDOUT: [2018-12-14 11:08:47.791261446][th:33][info] TxProcessor there are no transactions to be committed
  123. STDOUT: [2018-12-14 11:08:49.793403946][th:33][info] OnDemandOrderingServiceImpl onCollaborationOutcome => round[2, 4]
  124. STDOUT: [2018-12-14 11:08:49.799143907][th:33][info] YAC Order for voting: {0.0.0.0:10001}
  125. STDOUT: [2018-12-14 11:08:49.799526644][th:33][info] YAC Vote for round Round: [block=2, reject=4, ], hash (, ) to peer Peer: [address=0.0.0.0:10001, pubkey=PublicKey: [43eeb17f0bab10dd51ab70983c25200a1742d31b3b7b54c38c34d7b827b26eed ], ]
  126. STDOUT: [2018-12-14 11:08:49.799895399][th:33][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  127. STDOUT: [2018-12-14 11:08:49.799920150][th:33][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  128. STDOUT: [2018-12-14 11:08:49.800235716][th:29][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  129. STDOUT: [2018-12-14 11:08:49.801058991][th:29][info] ProposalStorage Vote with round [2, 4] and hashes [, ] looks valid
  130. STDOUT: [2018-12-14 11:08:49.801148682][th:29][info] YacBlockStorage Vote with round Round: [block=2, reject=4, ] and hashes (, ) inserted, votes in storage [1/1]
  131. STDOUT: [2018-12-14 11:08:49.801210669][th:29][info] YAC Propagate state (2, 4) to whole network
  132. STDOUT: [2018-12-14 11:08:49.801623179][th:29][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  133. STDOUT: [2018-12-14 11:08:49.803085526][th:34][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  134. STDOUT: [2018-12-14 11:08:49.804135190][th:34][info] YAC Pass outcome for (2, 4) to pipeline
  135. STDOUT: [2018-12-14 11:08:49.805033367][th:34][info] YacGate Consensus skipped round, voted for nothing
  136. STDOUT: [2018-12-14 11:08:49.805240465][th:34][info] synchronizer processing consensus outcome
  137. STDOUT: [2018-12-14 11:08:49.805590599][th:34][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  138. STDOUT: [2018-12-14 11:08:49.805682835][th:34][info] TxProcessor there are no transactions to be committed
  139. STDOUT: [2018-12-14 11:08:51.808906479][th:34][info] OnDemandOrderingServiceImpl onCollaborationOutcome => round[2, 5]
  140. STDOUT: [2018-12-14 11:08:51.815413075][th:34][info] YAC Order for voting: {0.0.0.0:10001}
  141. STDOUT: [2018-12-14 11:08:51.815696113][th:34][info] YAC Vote for round Round: [block=2, reject=5, ], hash (, ) to peer Peer: [address=0.0.0.0:10001, pubkey=PublicKey: [43eeb17f0bab10dd51ab70983c25200a1742d31b3b7b54c38c34d7b827b26eed ], ]
  142. STDOUT: [2018-12-14 11:08:51.815917235][th:34][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  143. STDOUT: [2018-12-14 11:08:51.816355446][th:34][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  144. STDOUT: [2018-12-14 11:08:51.816326522][th:35][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  145. STDOUT: [2018-12-14 11:08:51.817121046][th:35][info] ProposalStorage Vote with round [2, 5] and hashes [, ] looks valid
  146. STDOUT: [2018-12-14 11:08:51.817269788][th:35][info] YacBlockStorage Vote with round Round: [block=2, reject=5, ] and hashes (, ) inserted, votes in storage [1/1]
  147. STDOUT: [2018-12-14 11:08:51.817344842][th:35][info] YAC Propagate state (2, 5) to whole network
  148. STDOUT: [2018-12-14 11:08:51.817691492][th:35][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  149. STDOUT: [2018-12-14 11:08:51.819637133][th:33][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  150. STDOUT: [2018-12-14 11:08:51.819949323][th:33][info] YAC Pass outcome for (2, 5) to pipeline
  151. STDOUT: [2018-12-14 11:08:51.819966665][th:33][info] YacGate Consensus skipped round, voted for nothing
  152. STDOUT: [2018-12-14 11:08:51.819982542][th:33][info] synchronizer processing consensus outcome
  153. STDOUT: [2018-12-14 11:08:51.819989618][th:33][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  154. STDOUT: [2018-12-14 11:08:51.819996598][th:33][info] TxProcessor there are no transactions to be committed
  155. STDOUT: [2018-12-14 11:08:53.227827305][th:27][info] TxProcessor handle batch
  156. STDOUT: [2018-12-14 11:08:53.227854401][th:27][info] TxProcessor propagating batch to PCS
  157. STDOUT: [2018-12-14 11:08:53.228338790][th:27][info] PCS propagate batch
  158. STDOUT: [2018-12-14 11:08:53.230999028][th:34][info] OnDemandOrderingServiceImpl onBatches => collection size = 1, round[2, 7]
  159. STDOUT: [2018-12-14 11:08:53.231778406][th:38][info] OnDemandOrderingServiceImpl onBatches => collection size = 1, round[3, 1]
  160. STDOUT: [2018-12-14 11:08:53.231851644][th:38][info] OnDemandOrderingServiceImpl check batch d92b908fdf55be734308cedc6faa0c66f66fd526a324c7f2d4a2934beab1601f for already processed transactions
  161. STDOUT: [2018-12-14 11:08:53.231819067][th:34][info] OnDemandOrderingServiceImpl check batch d92b908fdf55be734308cedc6faa0c66f66fd526a324c7f2d4a2934beab1601f for already processed transactions
  162. STDOUT: [2018-12-14 11:08:53.236444266][th:39][info] OnDemandOrderingServiceImpl onBatches => collection size = 1, round[4, 0]
  163. STDOUT: [2018-12-14 11:08:53.237274325][th:39][info] OnDemandOrderingServiceImpl check batch d92b908fdf55be734308cedc6faa0c66f66fd526a324c7f2d4a2934beab1601f for already processed transactions
  164. STDOUT: [2018-12-14 11:08:54.820445814][th:33][info] OnDemandOrderingServiceImpl onCollaborationOutcome => round[2, 6]
  165. STDOUT: [2018-12-14 11:08:54.821883512][th:33][info] YAC Order for voting: {0.0.0.0:10001}
  166. STDOUT: [2018-12-14 11:08:54.822030572][th:33][info] YAC Vote for round Round: [block=2, reject=6, ], hash (, ) to peer Peer: [address=0.0.0.0:10001, pubkey=PublicKey: [43eeb17f0bab10dd51ab70983c25200a1742d31b3b7b54c38c34d7b827b26eed ], ]
  167. STDOUT: [2018-12-14 11:08:54.822111142][th:33][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  168. STDOUT: [2018-12-14 11:08:54.822122049][th:33][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  169. STDOUT: [2018-12-14 11:08:54.822317706][th:40][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  170. STDOUT: [2018-12-14 11:08:54.822482787][th:40][info] ProposalStorage Vote with round [2, 6] and hashes [, ] looks valid
  171. STDOUT: [2018-12-14 11:08:54.822489793][th:40][info] YacBlockStorage Vote with round Round: [block=2, reject=6, ] and hashes (, ) inserted, votes in storage [1/1]
  172. STDOUT: [2018-12-14 11:08:54.822498283][th:40][info] YAC Propagate state (2, 6) to whole network
  173. STDOUT: [2018-12-14 11:08:54.822666277][th:38][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:35638
  174. STDOUT: [2018-12-14 11:08:54.822679051][th:40][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  175. STDOUT: [2018-12-14 11:08:54.822902173][th:38][info] YAC Pass outcome for (2, 6) to pipeline
  176. STDOUT: [2018-12-14 11:08:54.822915601][th:38][info] YacGate Consensus skipped round, voted for nothing
  177. STDOUT: [2018-12-14 11:08:54.822928742][th:38][info] synchronizer processing consensus outcome
  178. STDOUT: [2018-12-14 11:08:54.822934179][th:38][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  179. STDOUT: [2018-12-14 11:08:54.822940411][th:38][info] TxProcessor there are no transactions to be committed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement