You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node status if applicable: sandbox goal node status
Last committed block: 1
Time since last block: 84.3s
Sync Time: 0.0s
Last consensus protocol: future
Next consensus protocol: future
Round for next consensus protocol: 2
Next consensus protocol supported: true
Last Catchpoint:
Genesis ID: sandnet-v1
Genesis hash: U93Rh5bObyZj2D8fbmWldO0UgMZs8988FFoGuBjOUBI=
Operating System details.
MacOS 12.1 (21C52)
Apple M1
Steps to reproduce
sandbox reset dev -v
curl http://127.0.0.1:8980/v2/ (to confirm that it's reachable).
sandbox goal clerk send -a 10000000000 -f F3RJ3NHYV55SSHMSF35RKMHFXRD43LJ3SKZV4N2NVUHVUU3DHCMY5DCTW4 -t DNQPINWK4K5QZYLCK7DVJFEWRUXPXGW36TEUIHNSNOFYI2RMPG2BZPQ7DE, wait for it to be finished.
curl http://127.0.0.1:8980/v2/
curl: (7) Failed to connect to 127.0.0.1 port 8980: Connection refused
Expected behaviour
The indexer continues working
Actual behaviour
The indexer becomes unreachable after sending a payment (possibly other) transactions.
More data
sandbox logs:
Watching file: /opt/data/node.log...
could not decode line from JSON: ++++++++++++++++++++++++++++++++++++++++
could not decode line from JSON: Logging Starting
could not decode line from JSON: Telemetry Disabled
could not decode line from JSON: ++++++++++++++++++++++++++++++++++++++++
15:28:45.414 : RoundConcluded - |
15:28:46.151 : RoundConcluded - |
15:29:23.565 1.0.0: RoundInterrupted - |
Indexer logs in docker:
Starting indexer against algod.
Algod not responding... waiting.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Starting indexer against algod.
Connecting to algod:4001 (172.18.0.3:4001)
wget: can't connect to remote host (172.18.0.3): Connection refused
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
Connecting to algod:4001 (172.18.0.3:4001)
saving to 'genesis.json'
genesis.json 100% |********************************| 2060 0:00:00 ETA
'genesis.json' saved
The text was updated successfully, but these errors were encountered:
Subject of the issue
The indexer becomes unreachable (crashes?) after sending a payment:
Your environment
algod -v
3.5.1.stable [rel/stable] (commit #aa2fb0ee)
sandbox goal node status
sandbox git
MacOS 12.1 (21C52)
Apple M1
Steps to reproduce
sandbox reset dev -v
curl http://127.0.0.1:8980/v2/
(to confirm that it's reachable).sandbox goal clerk send -a 10000000000 -f F3RJ3NHYV55SSHMSF35RKMHFXRD43LJ3SKZV4N2NVUHVUU3DHCMY5DCTW4 -t DNQPINWK4K5QZYLCK7DVJFEWRUXPXGW36TEUIHNSNOFYI2RMPG2BZPQ7DE
, wait for it to be finished.curl http://127.0.0.1:8980/v2/
Expected behaviour
The indexer continues working
Actual behaviour
The indexer becomes unreachable after sending a payment (possibly other) transactions.
More data
sandbox logs
:Indexer logs in docker:
The text was updated successfully, but these errors were encountered: