Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v417] SmartContract execution => Credits Node error: Transaction in progress #28

Open
micmac0 opened this issue Jun 17, 2019 · 1 comment

Comments

@micmac0
Copy link

micmac0 commented Jun 17, 2019

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)

please find logs in attached files
log_TxInProgress.tar.gz

(my program is based on latest wallet-destop.jar v417)

@ghost
Copy link

ghost commented Jun 24, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant