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
Describe the bug
I tried to reproduce issue #27 with parameter to force smartcontract execution in config.ini.
Chain was resolving around 10 blocks / 20 sec as initial conditions.
The first 6 exections were ok but after I got 4 error like this :
com.credits.client.node.exception.NodeClientException: Credits Node error: Transaction in progress
at com.credits.client.node.util.NodeClientUtils.processApiResponse(NodeClientUtils.java:31)
at com.credits.client.node.service.NodeApiServiceImpl.callTransactionFlow(NodeApiServiceImpl.java:211)
at com.credits.client.node.service.NodeApiServiceImpl.smartContractTransactionFlow(NodeApiServiceImpl.java:179)
at org.credits.load.loadtest.DoSendSmartContractThread.doSend(DoSendSmartContractThread.java:161)
at org.credits.load.loadtest.DoSendSmartContractThread.run(DoSendSmartContractThread.java:58)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
On 13 successful calls in the executive (upper half), I see 13 successful saves in the blockchain (lower half). Part of the transaction was delayed (max. 26 seconds), the delay m. many different reasons, including the lag of the node itself. No transaction was lost please find logs in attached files
Describe the bug
I tried to reproduce issue #27 with parameter to force smartcontract execution in config.ini.
Chain was resolving around 10 blocks / 20 sec as initial conditions.
The first 6 exections were ok but after I got 4 error like this :
please find logs in attached files
log_TxInProgress.tar.gz
(my program is based on latest wallet-destop.jar v417)
The text was updated successfully, but these errors were encountered: