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
[root@eosio node]$cl push action hello hi '["zhanghan"]' -p zhanghan
executed transaction: e167450d6374013df0c178ce15c1be23ec23a7bd51ee2db51a4be1a9ddba5122 104 bytes 137 us
# hello <= hello::hi {"user":"zhanghan"}
warning: transaction executed locally, but may not be confirmed by the network yet ]
[root@eosio node]$cl push action hello hi '["alice"]' -p alice ; cl push action hello hi '["bob"]' -p bob
executed transaction: e5d7fa6a55b8206f004d826e2ce8115db518ef66722418daf8ba9b7537f04da0 104 bytes 132 us
# hello <= hello::hi {"user":"alice"}
warning: transaction executed locally, but may not be confirmed by the network yet ]
executed transaction: 4cbfa444fa9f8cf91a7900b145c5c428d812d97390f43c490de25a89e9262f8b 104 bytes 125 us
# hello <= hello::hi {"user":"bob"}
warning: transaction executed locally, but may not be confirmed by the network yet ]
Notify hanlder got post data as below:
------Tue Nov 19 11:42:09 2019------
b'{"irreversible":false,"actions":[{"tx_id":"e167450d6374013df0c178ce15c1be23ec23a7bd51ee2db51a4be1a9ddba5122","account":"hello","name":"hi","seq_num":0,"receiver":"hello","block_time":"2019-11-19T03:42:10.500","block_num":66972,"authorization":[{"actor":"zhanghan","permission":"active"}],"action_data":{"user":"zhanghan"}}]}'
10.255.185.164 - - [19/Nov/2019 11:42:27] "POST /notify HTTP/1.1" 200 -
------Tue Nov 19 11:42:27 2019------ **??????have a big delay after trx became irreversible**
b'{"irreversible":true,"actions":[{"tx_id":"e167450d6374013df0c178ce15c1be23ec23a7bd51ee2db51a4be1a9ddba5122","account":"hello","name":"hi","seq_num":0,"receiver":"hello","block_time":"2019-11-19T03:42:10.500","block_num":66972,"authorization":[{"actor":"zhanghan","permission":"active"}],"action_data":{"user":"zhanghan"}}]}'
10.255.185.164 - - [19/Nov/2019 11:42:40] "POST /notify HTTP/1.1" 200 -
------Tue Nov 19 11:42:40 2019------
b'{"irreversible":false,"actions":[{"tx_id":"e5d7fa6a55b8206f004d826e2ce8115db518ef66722418daf8ba9b7537f04da0","account":"hello","name":"hi","seq_num":0,"receiver":"hello","block_time":"2019-11-19T03:42:42.000","block_num":67035,"authorization":[{"actor":"alice","permission":"active"}],"action_data":{"user":"alice"}}]}'
10.255.185.164 - - [19/Nov/2019 11:42:41] "POST /notify HTTP/1.1" 200 -
------Tue Nov 19 11:42:41 2019------
b'{"irreversible":false,"actions":[{"tx_id":"4cbfa444fa9f8cf91a7900b145c5c428d812d97390f43c490de25a89e9262f8b","account":"hello","name":"hi","seq_num":0,"receiver":"hello","block_time":"2019-11-19T03:42:42.500","block_num":67036,"authorization":[{"actor":"bob","permission":"active"}],"action_data":{"user":"bob"}}]}'
10.255.185.164 - - [19/Nov/2019 11:43:17] "POST /notify HTTP/1.1" 200 -
------Tue Nov 19 11:43:17 2019------ **??????have a big delay after trx became irreversible**
b'{"irreversible":true,"actions":[{"tx_id":"e5d7fa6a55b8206f004d826e2ce8115db518ef66722418daf8ba9b7537f04da0","account":"hello","name":"hi","seq_num":0,"receiver":"hello","block_time":"2019-11-19T03:42:42.000","block_num":67035,"authorization":[{"actor":"alice","permission":"active"}],"action_data":{"user":"alice"}}]}'
<<??????
**if pushing two transactions in almost same time, lost one irreversible transaction event 4cbfa444fa9f8cf91a7900b145c5c428d812d97390f43c490de25a89e9262f8b**
head_block_num - last_irreversible_block_num always keeps less than 6.
images: boscore/bos:v3.0.0
BP: 2
I pushed action as below:
Notify hanlder got post data as below:
head_block_num - last_irreversible_block_num always keeps less than 6.
The text was updated successfully, but these errors were encountered: