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

Fix IMA Agent stuck when Main Net connectivity is off #30

Open
sergiy-skalelabs opened this issue Nov 28, 2023 · 0 comments
Open

Fix IMA Agent stuck when Main Net connectivity is off #30

sergiy-skalelabs opened this issue Nov 28, 2023 · 0 comments
Assignees
Labels

Comments

@sergiy-skalelabs
Copy link
Contributor

If geth node of Main Net is not available over network and IMA Agent cannot connect to it then IMA Agent gets stuck up to 5 minutes while querying outgoing message counter:
2023-11-28 19:47:16.653: M2S/#474 transfer loop from Mainnet to xavier: Will call src-chain.MessageProxy.getOutgoingMessagesCounter()...
This can be reproduced on dev net by disabling or enabling Main Net connectivity on dev net's node:

iptables -I OUTPUT -p tcp -m tcp --dport 1919 -j DROP
# enable
iptables -D OUTPUT -p tcp -m tcp --dport 1919 -j DROP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant