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

Deadline Exceeded when request generate_tx method with 8 UTXOs #3871

Open
Ljzn opened this issue Jan 21, 2024 · 3 comments
Open

Deadline Exceeded when request generate_tx method with 8 UTXOs #3871

Ljzn opened this issue Jan 21, 2024 · 3 comments

Comments

@Ljzn
Copy link

Ljzn commented Jan 21, 2024

Hello, we're running a mobilecoind node, and use it via gRPC api.

problem

Call generate_tx method with 8 UTXOs as tx inputs.

The call failed with Deadline Exceeded.

%GRPC.RPCError{status: 4, message: \"Deadline Exceeded\"}}\n"}

We keep retried about 2 hours, then finally got it onchain. The tx is https://block-explorer.mobilecoin.foundation/txos/46A21D2C50F7856D85CF3306F8D30EF4544868EB1B5BA4AF0CB0BA6A7806E957 .

expect

not exceed deadline

@nick-mobilecoin
Copy link
Collaborator

Do you have the command args used to start mobilecoind? In particular what peers and source urls were being used?

@Ljzn
Copy link
Author

Ljzn commented Feb 1, 2024

@nick-mobilecoin Ok. The start command is:

./mobilecoind --mobilecoind-db /tmp/transaction-db --ledger-db /tmp/ledger-db --poll-interval 10 --peer mc://[node1.prod.mobilecoinww.com/](http://node1.prod.mobilecoinww.com/) --peer mc://[node2.prod.mobilecoinww.com/](http://node2.prod.mobilecoinww.com/)  --tx-source-url https://ledger.mobilecoinww.com/node1.prod.mobilecoinww.com/ --tx-source-url https://ledger.mobilecoinww.com/node2.prod.mobilecoinww.com/ --listen-uri insecure-mobilecoind://[0.0.0.0:4444/](http://0.0.0.0:4444/) --fog-ingest-enclave-css $(pwd)/ingest-enclave.css --chain-id main

@nick-mobilecoin
Copy link
Collaborator

Unfortunately we don't see anything that jumps out in those nodes during that time.

@Ljzn Are you all seeing this issue in a repeatable manner?

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

2 participants