hsadia538 commented on issue #12070:
URL: https://github.com/apache/ignite/issues/12070#issuecomment-2897618528

   Everytime. 
   Someone on [stackoverflow 
](https://stackoverflow.com/questions/79625084/apache-ignite-3-0-read-data-from-ignite-via-c-client)suggested
 to increase the transaction timeout like 
   `        Transaction tx = client.transactions().begin(new 
TransactionOptions().readOnly(true).timeoutMillis(1000000));
   `
   This has seemed to work for now and I can read data.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to