We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
generate_tx
Hello, we're running a mobilecoind node, and use it via gRPC api.
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 .
not exceed deadline
The text was updated successfully, but these errors were encountered:
Do you have the command args used to start mobilecoind? In particular what peers and source urls were being used?
Sorry, something went wrong.
@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
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?
No branches or pull requests
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.
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
The text was updated successfully, but these errors were encountered: