Consensys / quorum-kubernetes

Helm charts for Hyperledger Besu and GoQuorum
Apache License 2.0
119 stars 129 forks source link

Peering between validators does not work and blocks do not stack. #216

Closed ehgns852 closed 1 year ago

ehgns852 commented 1 year ago

I deployed Go Quorum by following the Helm Docs, but the status shows Running and when I check the Pod log, blocks are not stacked as shown below.

INFO [10-27|07:24:31.424] Running with private transaction manager disabled - quorum private transactions will not be supported
INFO [10-27|07:24:31.427] Maximum peer count                       ETH=50 LES=0 total=50
INFO [10-27|07:24:31.427] Smartcard socket not found, disabling    err="stat /run/pcscd/pcscd.comm: no such file or directory"
INFO [10-27|07:24:31.428] Enabling recording of key preimages since archive mode is used
INFO [10-27|07:24:31.428] Set global gas cap                       cap=25,000,000
INFO [10-27|07:24:31.428] Allocated cache and file handles         database=/data/quorum/geth/chaindata cache=16.00MiB handles=16
INFO [10-27|07:24:31.439] Writing custom genesis block
INFO [10-27|07:24:31.440] Persisted trie from memory database      nodes=8 size=1.08KiB time="78.748µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
INFO [10-27|07:24:31.441] Successfully wrote genesis state         database=chaindata                   hash=860162..d2e26d
INFO [10-27|07:24:31.441] Allocated cache and file handles         database=/data/quorum/geth/lightchaindata cache=16.00MiB handles=16
INFO [10-27|07:24:31.449] Writing custom genesis block
INFO [10-27|07:24:31.450] Persisted trie from memory database      nodes=8 size=1.08KiB time="69.224µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
INFO [10-27|07:24:31.450] Successfully wrote genesis state         database=lightchaindata                   hash=860162..d2e26d
INFO [10-27|07:24:31.513] Starting pprof server                    addr=http://0.0.0.0:9545/debug/pprof
INFO [10-27|07:24:31.513] Enabling metrics collection
INFO [10-27|07:24:31.513] Running with private transaction manager disabled - quorum private transactions will not be supported
INFO [10-27|07:24:31.516] Maximum peer count                       ETH=50 LES=0 total=50
INFO [10-27|07:24:31.516] Smartcard socket not found, disabling    err="stat /run/pcscd/pcscd.comm: no such file or directory"
WARN [10-27|07:24:31.516] Option nousb is deprecated and USB is deactivated by default. Use --usb to enable
DEBUG[10-27|07:24:31.516] FS scan times                            list="31.398µs" set="2.405µs" diff="3.396µs"
TRACE[10-27|07:24:31.517] Handled keystore changes                 time="210.919µs"
WARN [10-27|07:24:31.517] Found deprecated node list file /data/quorum/geth/static-nodes.json, please use the TOML config file instead.
TRACE[10-27|07:24:31.518] Started watching keystore folder         path=/data/quorum/keystore
ERROR[10-27|07:24:36.523] Node URL enode://836acf33d16f8fef46e4f44d264f10df83654b46e3b24054c9f623c87fff1c67fecddefd37c0fc4a4e66cb6e4a370f4c8f1a6dc4c05cb1de2318141b657de1e1@goquorum-node-validator-3-0.goquorum-node-validator-3.quorum.svc.cluster.local:30303?discport=0: lookup goquorum-node-validator-3-0.goquorum-node-validator-3.quorum.svc.cluster.local: Try again

ERROR[10-27|07:24:36.524] Node URL enode://839ef70e5224c37545cc3d7871b2e68be3590571629aecec0fbe7dc8cc69d341ab366546a496d88a7ba3c95d9ff67dc8bbe017176fcf4ff902c7f2e2cb8d6953@goquorum-node-validator-5-0.goquorum-node-validator-5.quorum.svc.cluster.local:30303?discport=0: lookup goquorum-node-validator-5-0.goquorum-node-validator-5.quorum.svc.cluster.local: no such host

ERROR[10-27|07:24:36.525] Node URL enode://d1a6236a8c0649c8eaf3acdd3507476d4d6736ba163f12d5b6a2867f3e4de864d8bc41e3800b978db8c4fd5e96892b7bb902fdff3c90ca236915988a8fa1a2c9@goquorum-node-validator-2-0.goquorum-node-validator-2.quorum.svc.cluster.local:30303?discport=0: lookup goquorum-node-validator-2-0.goquorum-node-validator-2.quorum.svc.cluster.local: no such host

ERROR[10-27|07:24:36.525] Node URL enode://ebae4a97ff4af44c94cd5590a04dd316cc615645bec2753a86da93fd05a64fe553705c8d814d06dcdb7ad9008343f1b692ea58d733c2670aee419371d621fe4c@goquorum-node-validator-4-0.goquorum-node-validator-4.quorum.svc.cluster.local:30303?discport=0: lookup goquorum-node-validator-4-0.goquorum-node-validator-4.quorum.svc.cluster.local: no such host

DEBUG[10-27|07:24:36.526] Sanitizing Go's GC trigger               percent=100
WARN [10-27|07:24:36.526] WARNING: The flag --istanbul.blockperiod is deprecated and will be removed in the future, please use ibft.blockperiodseconds on genesis file
INFO [10-27|07:24:36.526] Enabling recording of key preimages since archive mode is used
INFO [10-27|07:24:36.526] Set global gas cap                       cap=25,000,000
INFO [10-27|07:24:36.527] Running with private transaction manager disabled - quorum private transactions will not be supported
WARN [10-27|07:24:36.528] Sanitizing invalid miner gas price       provided=0 updated=0
INFO [10-27|07:24:36.528] Allocated trie memory caches             clean=154.00MiB dirty=256.00MiB
INFO [10-27|07:24:36.528] Allocated cache and file handles         database=/data/quorum/geth/chaindata cache=768.00MiB handles=262,144
DEBUG[10-27|07:24:36.566] Chain freezer table opened               database=/data/quorum/geth/chaindata/ancient table=headers items=0 size=0.00B
DEBUG[10-27|07:24:36.568] Chain freezer table opened               database=/data/quorum/geth/chaindata/ancient table=hashes  items=0 size=0.00B
DEBUG[10-27|07:24:36.571] Chain freezer table opened               database=/data/quorum/geth/chaindata/ancient table=bodies  items=0 size=0.00B
DEBUG[10-27|07:24:36.573] Chain freezer table opened               database=/data/quorum/geth/chaindata/ancient table=receipts items=0 size=0.00B
DEBUG[10-27|07:24:36.576] Chain freezer table opened               database=/data/quorum/geth/chaindata/ancient table=diffs    items=0 size=0.00B
INFO [10-27|07:24:36.576] Opened ancient database                  database=/data/quorum/geth/chaindata/ancient readonly=false
DEBUG[10-27|07:24:36.576] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:24:36.577] Account Extra Data root                  hash=000000..000000
INFO [10-27|07:24:36.577] Initialised chain configuration          config="{ChainID: 1337 Homestead: 0 DAO: <nil> DAOSupport: false EIP150: 0 EIP155: 0 EIP158: 0 Byzantium: 0 IsQuorum: true Constantinople: 0 TransactionSizeLimit: 64 MaxCodeSize: 0 Petersburg: 0 Istanbul: 0, Muir Glacier: 0, Berlin: 0  Catalyst: <nil> YOLO v3: <nil> PrivacyEnhancements: <nil> PrivacyPrecompile: <nil> EnableGasPriceBlock: <nil> Engine: unknown}"
INFO [10-27|07:24:36.578] Initialising Ethereum protocol           network=1337 dbversion=<nil>
INFO [10-27|07:24:36.578] Initialising Quorum consensus protocol   name=istanbul versions="[100 99 64]" network=1337 dbversion=<nil>
INFO [10-27|07:24:36.579] Using SegregatedCacheProvider.
DEBUG[10-27|07:24:36.580] Account Extra Data root                  hash=000000..000000
INFO [10-27|07:24:36.580] Loaded most recent local header          number=0 hash=860162..d2e26d td=1 age=6y7mo2w
INFO [10-27|07:24:36.580] Loaded most recent local full block      number=0 hash=860162..d2e26d td=1 age=6y7mo2w
INFO [10-27|07:24:36.580] Loaded most recent local fast block      number=0 hash=860162..d2e26d td=1 age=6y7mo2w
DEBUG[10-27|07:24:36.580] Account Extra Data root                  hash=000000..000000
DEBUG[10-27|07:24:36.580] Account Extra Data root                  hash=000000..000000
TRACE[10-27|07:24:36.580] header data not found in ancient or level db hash=000000..000000
WARN [10-27|07:24:36.581] Failed to load snapshot, regenerating    err="missing or corrupted snapshot"
INFO [10-27|07:24:36.581] Rebuilding state snapshot
DEBUG[10-27|07:24:36.581] Journalled generator progress            progress=empty
DEBUG[10-27|07:24:36.581] Start snapshot generation                root=7e8d2e..4cbb4c
INFO [10-27|07:24:36.581] Resuming state snapshot generation       root=7e8d2e..4cbb4c accounts=0 slots=0 storage=0.00B elapsed="508.673µs"
TRACE[10-27|07:24:36.581] Detected outdated state range            kind=account prefix=0x61 last=0x err="wrong root: have 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 want 0x7e8d2e9b7b32ea2b4f69317e3fe3b42e274a8894ffea724827db50911e4cbb4c"
DEBUG[10-27|07:24:36.582] Regenerated state range                  kind=account prefix=0x61 root=7e8d2e..4cbb4c last=0x count=5 created=5 updated=0 untouched=0 deleted=0
DEBUG[10-27|07:24:36.582] Journalled generator progress            progress=done
INFO [10-27|07:24:36.582] Generated state snapshot                 accounts=5 slots=0 storage=250.00B elapsed=1.007ms
DEBUG[10-27|07:24:36.581] Account Extra Data root                  hash=000000..000000
DEBUG[10-27|07:24:36.582] Account Extra Data root                  hash=000000..000000
DEBUG[10-27|07:24:36.582] Reinjecting stale transactions           count=0
INFO [10-27|07:24:36.582] Regenerated local transaction journal    transactions=0 accounts=0
DEBUG[10-27|07:24:36.583] registering qouorum protocol             protoName=istanbul version=100
DEBUG[10-27|07:24:36.583] registering a legacy protocol            protoName=istanbul version=99
DEBUG[10-27|07:24:36.583] registering a legacy protocol            protoName=istanbul version=64
WARN [10-27|07:24:36.583] Error reading unclean shutdown markers   error="leveldb: not found"
WARN [10-27|07:24:36.583] permission-config.json file is missing. Smart-contract-based permission service will be disabled error="stat /data/quorum/permission-config.json: no such file or directory"
INFO [10-27|07:24:36.583] No plugins to initialise
INFO [10-27|07:24:36.583] Starting peer-to-peer node               instance=Geth/v1.10.3-stable-fa2f8544(quorum-v22.7.1)/linux-amd64/go1.16.15
DEBUG[10-27|07:24:36.584] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:24:36.584] BFT: store snapshot to database          snap.number=0 snap.hash=0x8601627bcc57ff62b851a926d435a98a15d07096010bbcc4f705dd7721d2e26d snap.epoch=30000 snap.validators="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" snap.votes=[]
DEBUG[10-27|07:24:36.585] Account Extra Data root                  hash=000000..000000
DEBUG[10-27|07:24:36.585] Account Extra Data root                  hash=000000..000000
TRACE[10-27|07:24:36.585] header data not found in ancient or level db hash=000000..000000
INFO [10-27|07:24:36.594] Mapped network port                      proto=tcp extport=30303 intport=30303 interface=ExtIP(192.168.23.104)
TRACE[10-27|07:24:36.594] Adding static node                       id=306061b53d1ceae4 ip=192.168.23.104 added=true
DEBUG[10-27|07:24:36.595] TCP listener up                          addr=[::]:30303
INFO [10-27|07:24:36.596] New local node record                    seq=1 id=306061b53d1ceae4 ip=192.168.23.104 udp=0 tcp=30303
INFO [10-27|07:24:36.597] Started P2P networking                   self="enode://ac31966b5ca3f0d82c1cb766ec624ea7f4f17914e48b0b1d1faf1529660146fccb75bbbc67c37fdbe6c1356058f1dfae7d9f493bdb6051e49d625b8f5415bebe@192.168.23.104:30303?discport=0"
DEBUG[10-27|07:24:36.597] IPCs registered                          namespaces=admin,debug,web3,eth,txpool,personal,istanbul,miner,net
INFO [10-27|07:24:36.598] IPC endpoint opened                      url=/data/quorum/geth.ipc isMultitenant=false
INFO [10-27|07:24:36.598] Security Plugin is not enabled
ERROR[10-27|07:24:36.598] Unavailable modules in HTTP API list     unavailable="[db shh quorum]" available="[admin debug web3 eth txpool personal istanbul miner net]"
ERROR[10-27|07:24:36.598] Unavailable modules in HTTP API list     unavailable="[db shh quorum]" available="[admin debug web3 eth txpool personal istanbul miner net]"
DEBUG[10-27|07:24:36.599] Allowed origin(s) for WS RPC interface [*]
INFO [10-27|07:24:36.599] Security: TLS not enabled                endpoint=0.0.0.0:8545 reason="no TLSConfigurationSource found"
INFO [10-27|07:24:36.599] HTTP server started                      endpoint=[::]:8545    prefix=     cors=* vhosts=* isTls=false
INFO [10-27|07:24:36.599] Security: TLS not enabled                endpoint=0.0.0.0:8546 reason="no TLSConfigurationSource found"
INFO [10-27|07:24:36.599] WebSocket enabled                        url=ws://[::]:8546
WARN [10-27|07:24:36.599] -------------------------------------------------------------------
WARN [10-27|07:24:36.599] Referring to accounts by order in the keystore folder is dangerous!
WARN [10-27|07:24:36.599] This functionality is deprecated and will be removed in the future!
WARN [10-27|07:24:36.599] Please use explicit addresses! (can search via `geth account list`)
WARN [10-27|07:24:36.599] -------------------------------------------------------------------
INFO [10-27|07:24:37.789] Unlocked account                         address=0x2fA55Ecfd1DAd5e68b29616c6f0e5cEB808fD8Ab
INFO [10-27|07:24:37.792] Transaction pool price threshold not updated as gasPrice is not enabled
INFO [10-27|07:24:37.793] Transaction pool price threshold not updated as gasPrice is not enabled
INFO [10-27|07:24:37.793] BFT: activate QBFT
TRACE[10-27|07:24:37.793] BFT: set ProposerPolicy sorter to ValidatorSortByByteFunc
INFO [10-27|07:24:37.793] QBFT: start                              address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0
INFO [10-27|07:24:37.793] QBFT: initialize new round               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=-1 old.seq=0 target.round=0 lastProposal.number=0 lastProposal.hash=860162..d2e26d
DEBUG[10-27|07:24:37.793] QBFT: start at the initial round         address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=-1 old.seq=0 target.round=0 lastProposal.number=0 lastProposal.hash=860162..d2e26d
TRACE[10-27|07:24:37.793] BFT: loaded voting snapshot from cache   snap.number=0 snap.hash=0x8601627bcc57ff62b851a926d435a98a15d07096010bbcc4f705dd7721d2e26d snap.epoch=30000 snap.validators="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" snap.votes=[]
DEBUG[10-27|07:24:37.793] QBFT: lookup for pending block proposal requests address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=0 current.sequence=1 state="Accept request"
INFO [10-27|07:24:37.793] QBFT: start new round                    address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=-1 old.seq=0 next.round=0 next.seq=1 next.proposer=0x9B2f4D837f423491ee157c0ab75131AF19937ed5 next.valSet="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" next.size=5 next.IsProposer=false
TRACE[10-27|07:24:37.793] BFT: loaded voting snapshot from cache   snap.number=0 snap.hash=0x8601627bcc57ff62b851a926d435a98a15d07096010bbcc4f705dd7721d2e26d snap.epoch=30000 snap.validators="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" snap.votes=[]
DEBUG[10-27|07:24:37.793] Account Extra Data root                  hash=000000..000000
DEBUG[10-27|07:24:37.793] Account Extra Data root                  hash=000000..000000
TRACE[10-27|07:24:37.793] header data not found in ancient or level db hash=000000..000000
INFO [10-27|07:24:37.793] Commit new mining work                   number=1 sealhash=dd8953..5e7561 uncles=0 txs=0 gas=0 fees=0 elapsed="300.159µs"
TRACE[10-27|07:24:37.793] BFT: loaded voting snapshot from cache   snap.number=0 snap.hash=0x8601627bcc57ff62b851a926d435a98a15d07096010bbcc4f705dd7721d2e26d snap.epoch=30000 snap.validators="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" snap.votes=[]
INFO [10-27|07:24:37.794] QBFT: handle block proposal request      address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=0 current.sequence=1 state="Accept request"
DEBUG[10-27|07:24:56.585] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:25:16.586] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:25:36.577] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:25:36.586] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
TRACE[10-27|07:25:36.794] QBFT: start new ROUND-CHANGE timer       address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=0 current.sequence=1 state="Accept request" timeout=10.000
WARN [10-27|07:25:46.795] QBFT: TIMER CHANGING ROUND               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=0 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:25:46.795] QBFT: initialize new round               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=0 current.sequence=1 target.round=1 lastProposal.number=0 lastProposal.hash=860162..d2e26d
DEBUG[10-27|07:25:46.796] QBFT: lookup for pending block proposal requests address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request"
TRACE[10-27|07:25:46.796] QBFT: start new ROUND-CHANGE timer       address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request" timeout=20.000
INFO [10-27|07:25:46.796] QBFT: start new round                    address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=0  old.sequence=1 old.state="Accept request" old.proposer=0x9B2f4D837f423491ee157c0ab75131AF19937ed5 next.round=1 next.seq=1 next.proposer=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 next.valSet="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" next.size=5 next.IsProposer=true
WARN [10-27|07:25:46.796] QBFT: TIMER CHANGED ROUND                address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=0 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:25:46.796] QBFT: broadcast ROUND-CHANGE message     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request" msg.code=21 msg.source=0x0000000000000000000000000000000000000000 msg.round=1 msg.sequence=1 payload=0xf84bf847c30101c0b8412f75f244fd2fcc8b6a4927dafb0a22874d9a4d8d348c49f2615676537289f8ed6878d1637001145427cc724f567f78b18cf98d246678d27e3ad01ac57e14a55100c0c0
INFO [10-27|07:25:46.796] QBFT: handle ROUND-CHANGE message        address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=1 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=0
TRACE[10-27|07:25:46.796] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request"
TRACE[10-27|07:25:46.796] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request"
DEBUG[10-27|07:25:46.796] QBFT: accepted ROUND-CHANGE messages     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=1 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=1
DEBUG[10-27|07:25:56.588] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
WARN [10-27|07:26:06.796] QBFT: TIMER CHANGING ROUND               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:26:06.796] QBFT: initialize new round               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 target.round=2 lastProposal.number=0 lastProposal.hash=860162..d2e26d
DEBUG[10-27|07:26:06.796] QBFT: lookup for pending block proposal requests address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request"
TRACE[10-27|07:26:06.797] QBFT: start new ROUND-CHANGE timer       address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request" timeout=40.000
INFO [10-27|07:26:06.797] QBFT: start new round                    address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=1  old.sequence=1 old.state="Accept request" old.proposer=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 next.round=2 next.seq=1 next.proposer=0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 next.valSet="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" next.size=5 next.IsProposer=false
WARN [10-27|07:26:06.797] QBFT: TIMER CHANGED ROUND                address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=1 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:26:06.797] QBFT: broadcast ROUND-CHANGE message     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request" msg.code=21 msg.source=0x0000000000000000000000000000000000000000 msg.round=2 msg.sequence=1 payload=0xf84bf847c30102c0b841e08d7c28a334a22114631c4a2c739e1c7d921586f46da0ea45cdf7c7109082d831fc65096c363ae4889c14c6f39ff452852f9b434abd3ade81a95f2f6b8d947900c0c0
INFO [10-27|07:26:06.798] QBFT: handle ROUND-CHANGE message        address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=2 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=0
TRACE[10-27|07:26:06.798] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request"
TRACE[10-27|07:26:06.798] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request"
DEBUG[10-27|07:26:06.798] QBFT: accepted ROUND-CHANGE messages     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=2 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=1
DEBUG[10-27|07:26:16.588] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:26:36.578] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:26:36.589] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
WARN [10-27|07:26:46.798] QBFT: TIMER CHANGING ROUND               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:26:46.798] QBFT: initialize new round               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 target.round=3 lastProposal.number=0 lastProposal.hash=860162..d2e26d
DEBUG[10-27|07:26:46.798] QBFT: lookup for pending block proposal requests address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request"
TRACE[10-27|07:26:46.798] QBFT: start new ROUND-CHANGE timer       address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request" timeout=80.000
INFO [10-27|07:26:46.800] QBFT: start new round                    address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=2  old.sequence=1 old.state="Accept request" old.proposer=0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 next.round=3 next.seq=1 next.proposer=0xDEc8e1887C568d59634a2F2ed15539CE86206982 next.valSet="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" next.size=5 next.IsProposer=false
WARN [10-27|07:26:46.800] QBFT: TIMER CHANGED ROUND                address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=2 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:26:46.801] QBFT: broadcast ROUND-CHANGE message     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request" msg.code=21 msg.source=0x0000000000000000000000000000000000000000 msg.round=3 msg.sequence=1 payload=0xf84bf847c30103c0b841ee4aa740090fa52b19e364dd43cb7426df1d3a48b5aae8d408f317febbd3f3a507ccbc50f82638d296a0e4ed4be3bf40a897744478738ab4c1efbc2b9601c69b01c0c0
INFO [10-27|07:26:46.801] QBFT: handle ROUND-CHANGE message        address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=3 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=0
TRACE[10-27|07:26:46.801] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request"
TRACE[10-27|07:26:46.801] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request"
DEBUG[10-27|07:26:46.801] QBFT: accepted ROUND-CHANGE messages     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=3 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=1
DEBUG[10-27|07:26:56.590] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:27:16.590] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:27:36.579] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:27:36.591] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:27:56.591] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
WARN [10-27|07:28:06.801] QBFT: TIMER CHANGING ROUND               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:28:06.802] QBFT: initialize new round               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 target.round=4 lastProposal.number=0 lastProposal.hash=860162..d2e26d
DEBUG[10-27|07:28:06.802] QBFT: lookup for pending block proposal requests address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request"
TRACE[10-27|07:28:06.802] QBFT: start new ROUND-CHANGE timer       address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request" timeout=160.000
INFO [10-27|07:28:06.802] QBFT: start new round                    address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=3  old.sequence=1 old.state="Accept request" old.proposer=0xDEc8e1887C568d59634a2F2ed15539CE86206982 next.round=4 next.seq=1 next.proposer=0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e next.valSet="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" next.size=5 next.IsProposer=false
WARN [10-27|07:28:06.802] QBFT: TIMER CHANGED ROUND                address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=3 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:28:06.802] QBFT: broadcast ROUND-CHANGE message     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request" msg.code=21 msg.source=0x0000000000000000000000000000000000000000 msg.round=4 msg.sequence=1 payload=0xf84bf847c30104c0b8411f88ec02491fabf75d02dbc81ee14bbf7261fa39202ad4cb453400cfbe0314ae015cec843426d027314a7fcc3a8dc60e0c64e09fd7d4e677d235d5855b244b2701c0c0
INFO [10-27|07:28:06.802] QBFT: handle ROUND-CHANGE message        address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=4 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=0
TRACE[10-27|07:28:06.802] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request"
TRACE[10-27|07:28:06.802] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request"
DEBUG[10-27|07:28:06.802] QBFT: accepted ROUND-CHANGE messages     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=4 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=1
DEBUG[10-27|07:28:16.592] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:28:36.579] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:28:36.593] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:28:56.594] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:29:16.594] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:29:36.580] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:29:36.595] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:29:56.596] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:30:16.596] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:30:36.581] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:30:36.596] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
WARN [10-27|07:30:46.802] QBFT: TIMER CHANGING ROUND               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:30:46.802] QBFT: initialize new round               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 target.round=5 lastProposal.number=0 lastProposal.hash=860162..d2e26d
DEBUG[10-27|07:30:46.802] QBFT: lookup for pending block proposal requests address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request"
TRACE[10-27|07:30:46.802] QBFT: start new ROUND-CHANGE timer       address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request" timeout=320.000
INFO [10-27|07:30:46.803] QBFT: start new round                    address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=4  old.sequence=1 old.state="Accept request" old.proposer=0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e next.round=5 next.seq=1 next.proposer=0x9B2f4D837f423491ee157c0ab75131AF19937ed5 next.valSet="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" next.size=5 next.IsProposer=false
WARN [10-27|07:30:46.803] QBFT: TIMER CHANGED ROUND                address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=4 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:30:46.803] QBFT: broadcast ROUND-CHANGE message     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request" msg.code=21 msg.source=0x0000000000000000000000000000000000000000 msg.round=5 msg.sequence=1 payload=0xf84bf847c30105c0b841309a5b5dd88657716e73b05070c6bc1c9c66b36bd5920a0d8789f31a7a3f24076cc3c8f108e33688c625df6741c925afa359e283e3e17a68b9eebf4855ad654601c0c0
INFO [10-27|07:30:46.803] QBFT: handle ROUND-CHANGE message        address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=5 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=0
TRACE[10-27|07:30:46.803] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request"
TRACE[10-27|07:30:46.803] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request"
DEBUG[10-27|07:30:46.803] QBFT: accepted ROUND-CHANGE messages     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=5 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=1
DEBUG[10-27|07:30:56.599] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:31:16.599] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:31:36.581] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:31:36.600] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:31:56.601] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:32:16.601] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:32:36.582] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:32:36.602] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:32:56.603] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:33:16.604] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:33:36.585] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:33:36.604] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:33:56.605] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:34:16.605] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:34:36.586] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
TRACE[10-27|07:34:36.595] Refreshing port mapping                  proto=tcp extport=30303 intport=30303 interface=ExtIP(192.168.23.104)
DEBUG[10-27|07:34:36.606] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:34:56.607] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:35:16.607] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:35:36.587] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:35:36.608] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:35:56.609] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
WARN [10-27|07:36:06.803] QBFT: TIMER CHANGING ROUND               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:36:06.803] QBFT: initialize new round               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 target.round=6 lastProposal.number=0 lastProposal.hash=860162..d2e26d
DEBUG[10-27|07:36:06.803] QBFT: lookup for pending block proposal requests address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request"
TRACE[10-27|07:36:06.803] QBFT: start new ROUND-CHANGE timer       address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request" timeout=640.000
INFO [10-27|07:36:06.803] QBFT: start new round                    address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=5  old.sequence=1 old.state="Accept request" old.proposer=0x9B2f4D837f423491ee157c0ab75131AF19937ed5 next.round=6 next.seq=1 next.proposer=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 next.valSet="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" next.size=5 next.IsProposer=true
WARN [10-27|07:36:06.803] QBFT: TIMER CHANGED ROUND                address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=5 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:36:06.803] QBFT: broadcast ROUND-CHANGE message     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request" msg.code=21 msg.source=0x0000000000000000000000000000000000000000 msg.round=6 msg.sequence=1 payload=0xf84bf847c30106c0b841af5f9a82625d67b6bb08f1db3a82816ec984cf708fbc3321e065b6f56f1b21d035ca18d17d88cff73ffc6f511d3c16f1d965d5cd6051d099e9397e2bfd7d005600c0c0
INFO [10-27|07:36:06.803] QBFT: handle ROUND-CHANGE message        address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=6 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=0
TRACE[10-27|07:36:06.803] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request"
TRACE[10-27|07:36:06.803] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request"
DEBUG[10-27|07:36:06.803] QBFT: accepted ROUND-CHANGE messages     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=6 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=1
DEBUG[10-27|07:36:16.609] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:36:36.587] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:36:36.610] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:36:56.611] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:37:16.611] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:37:36.588] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:37:36.612] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:37:56.612] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:38:16.613] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:38:36.589] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:38:36.614] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:38:56.614] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:39:16.617] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:39:36.590] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:39:36.618] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:39:56.619] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:40:16.620] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:40:36.591] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:40:36.620] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:40:56.621] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:41:16.621] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:41:36.591] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:41:36.622] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:41:56.623] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:42:16.624] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:42:36.592] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:42:36.627] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:42:56.629] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:43:16.629] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:43:36.593] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:43:36.629] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:43:56.630] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:44:16.631] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:44:36.593] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
TRACE[10-27|07:44:36.596] Refreshing port mapping                  proto=tcp extport=30303 intport=30303 interface=ExtIP(192.168.23.104)
DEBUG[10-27|07:44:36.631] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:44:56.632] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:45:16.633] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:45:36.594] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:45:36.634] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:45:56.635] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:46:16.635] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:46:36.595] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:46:36.636] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
WARN [10-27|07:46:46.804] QBFT: TIMER CHANGING ROUND               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:46:46.804] QBFT: initialize new round               address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 target.round=7 lastProposal.number=0 lastProposal.hash=860162..d2e26d
DEBUG[10-27|07:46:46.804] QBFT: lookup for pending block proposal requests address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=7 current.sequence=1 state="Accept request"
TRACE[10-27|07:46:46.804] QBFT: start new ROUND-CHANGE timer       address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=7 current.sequence=1 state="Accept request" timeout=1280.000
INFO [10-27|07:46:46.804] QBFT: start new round                    address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 old.round=6  old.sequence=1 old.state="Accept request" old.proposer=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 next.round=7 next.seq=1 next.proposer=0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 next.valSet="[0x9B2f4D837f423491ee157c0ab75131AF19937ed5 0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 0xc9a21C3942EbeDC8767e7bFafb64a334A7C54d15 0xDEc8e1887C568d59634a2F2ed15539CE86206982 0xdF9CA80Dcd8935B490d302BfD26c4eAFb6F70d1e]" next.size=5 next.IsProposer=false
WARN [10-27|07:46:46.804] QBFT: TIMER CHANGED ROUND                address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=6 current.sequence=1 state="Accept request" pr=<nil>
INFO [10-27|07:46:46.805] QBFT: broadcast ROUND-CHANGE message     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=7 current.sequence=1 state="Accept request" msg.code=21 msg.source=0x0000000000000000000000000000000000000000 msg.round=7 msg.sequence=1 payload=0xf84bf847c30107c0b8410244673d623654c717a2f0dd0dd17929afaa30f187fa876ebb3e7eb655bfe07e07b515827f13be97522da830a4ea54ea61a649e1419eb515dcf47a90687606a801c0c0
INFO [10-27|07:46:46.805] QBFT: handle ROUND-CHANGE message        address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=7 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=7 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=0
TRACE[10-27|07:46:46.805] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=7 current.sequence=1 state="Accept request"
TRACE[10-27|07:46:46.805] QBFT: confirmation Formula used ceil(2N/3) address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=7 current.sequence=1 state="Accept request"
DEBUG[10-27|07:46:46.805] QBFT: accepted ROUND-CHANGE messages     address=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 current.round=7 current.sequence=1 state="Accept request" msg.code=21 msg.source=0xa7b9B2A069b988eA436B044DbE304e608d6B20a0 msg.round=7 msg.sequence=1 higherRoundChanges.count=0 currentRoundChanges.count=1
DEBUG[10-27|07:46:56.640] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:47:16.641] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:47:36.596] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:47:36.641] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:47:56.642] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:48:16.643] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:48:36.596] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:48:36.644] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:48:56.644] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:49:16.646] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:49:36.596] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:49:36.646] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:49:56.646] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:50:16.647] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:50:36.597] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:50:36.647] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:50:56.648] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:51:16.649] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:51:36.598] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:51:36.649] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:51:56.650] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:52:16.650] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:52:36.599] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:52:36.651] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:52:56.651] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:53:16.652] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:53:36.601] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:53:36.653] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:53:56.654] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:54:16.654] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
TRACE[10-27|07:54:36.596] Refreshing port mapping                  proto=tcp extport=30303 intport=30303 interface=ExtIP(192.168.23.104)
DEBUG[10-27|07:54:36.602] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:54:36.655] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:54:56.656] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:55:16.656] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:55:36.602] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:55:36.657] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:55:56.658] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:56:16.660] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:56:36.603] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:56:36.660] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:56:56.661] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:57:16.662] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:57:36.603] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:57:36.663] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:57:56.663] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:58:16.663] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:58:36.604] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:58:36.664] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:58:56.664] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:59:16.665] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:59:36.604] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|07:59:36.665] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|07:59:56.666] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|08:00:16.666] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s
DEBUG[10-27|08:00:36.605] Current full block not old enough        number=0 hash=860162..d2e26d delay=3,162,240
DEBUG[10-27|08:00:36.667] Recalculated downloader QoS values       rtt=20s confidence=1.000 ttl=1m0s

The values ​​and commands I used are as follows.

cluster: provider: local # choose from: local | aws | azure cloudNativeServices: false

the raw Genesis config

rawGenesisConfig.blockchain.nodes set the number of validators/signers

rawGenesisConfig: genesis: config: chainId: 1337 algorithm: consensus: qbft # choose from: ibft | qbft | raft | clique blockperiodseconds: 1 emptyBlockPeriod: 60 epochlength: 30000 requesttimeoutseconds: 10 gasLimit: '0xFFFFFF' difficulty: '0x1' coinbase: '0x0000000000000000000000000000000000000000' includeQuickStartAccounts: false # set to true if you would like to use the quorum-dev-quickstart test accounts. This setting will be forced false if cloudNativeServices is set to true which is assuming a prod environment blockchain: nodes: generate: true count: 5 accountPassword: ''

`helm install genesis . -f override-values.yaml`

- goquorum-node
**Removed ipcdisable from line 272 of node-statefulset.yaml file.**
``` shell
            geth \
            --datadir {{ .Values.node.goquorum.dataPath }} \
            --nodiscover \
            --nat extip:$POD_IP \
            --verbosity {{ .Values.node.goquorum.log.verbosity }} \
            --istanbul.blockperiod {{ .Values.node.goquorum.miner.blockPeriod }} --mine --miner.threads {{ .Values.node.goquorum.miner.threads }} --miner.gasprice 0 --emitcheckpoints \
            --syncmode full --nousb \
            --metrics --pprof --pprof.addr {{ .Values.node.goquorum.metrics.pprofaddr | quote }} --pprof.port {{ .Values.node.goquorum.metrics.pprofport }} \
            --networkid {{ .Values.node.goquorum.networkId }} \
            --port {{ .Values.node.goquorum.p2p.port }} \
          {{- if .Values.node.goquorum.rpc.enabled }}
            --http --http.addr {{ .Values.node.goquorum.rpc.addr }} --http.port {{ .Values.node.goquorum.rpc.port }} --http.corsdomain {{ .Values.node.goquorum.rpc.corsDomain | quote }} --http.vhosts {{ .Values.node.goquorum.rpc.vHosts | quote }} --http.api {{ .Values.node.goquorum.rpc.api | quote }} \
          {{- end }}
          {{- if .Values.node.goquorum.ws.enabled }}
            --ws --ws.addr {{ .Values.node.goquorum.ws.addr }} --ws.port {{ .Values.node.goquorum.ws.port }} --ws.origins {{ .Values.node.goquorum.ws.origins | quote }} --ws.api {{ .Values.node.goquorum.ws.api | quote }} \
          {{- end }}
          {{- if .Values.quorumFlags.privacy }}
            --ptm.timeout 5 --ptm.url {{ .Values.node.goquorum.privacy.url }} --ptm.http.writebuffersize 4096 --ptm.http.readbuffersize 4096 --ptm.tls.mode off \
          {{- end }}          
          {{- if hasKey .Values.node.goquorum.account "unlock" }}
             --unlock {{ .Values.node.goquorum.account.unlock }} --allow-insecure-unlock --password {{ .Values.node.goquorum.account.passwordPath }} \
          {{- end }}

cluster: provider: local # choose from: local | aws | azure cloudNativeServices: false reclaimPolicy: Delete # set to either Retain or Delete; note that PVCs and PVs will still exist after a 'helm delete'. Setting to Retain will keep volumes even if PVCs/PVs are deleted in kubernetes. Setting to Delete will remove volumes from EC2 EBS when PVC is deleted

node: goquorum: metrics: enabled: false serviceMonitorEnabled: false graphql: enabled: false resources: cpuLimit: 1 cpuRequest: 0.1 memLimit: "2G" memRequest: "1G" networkId: 1337 replicaCount: 1 account: unlock: 0 password: '' passwordPath: "/keys/accountPassword" log: verbosity: 5 miner: threads: 1 blockPeriod: 1


`helm install validator-1 . -f override-values.yaml`
`helm install validator-2 . -f override-values.yaml`
`helm install validator-3 . -f override-values.yaml`
`helm install validator-4 . -f override-values.yaml`
`helm install validator-5 . -f override-values.yaml`

**And there's a little problem. When you run validator-1 with helm, the validator1-address ConfigMap created with genesis is deleted and a new Configmap is created.**

<img width="900" alt="스크린샷 2023-10-27 오후 5 10 30" src="https://github.com/Consensys/quorum-kubernetes/assets/87658765/c749a9cd-27f8-4844-b550-6074964123b8">
ehgns852 commented 1 year ago

This issue was a CNI and coredns issue.

I will close the issue.