mokshit03 commented on issue #11884: URL: https://github.com/apache/ignite/issues/11884#issuecomment-3025233759
Hi @joice1910 , You can try Batch processing if it still persists & you are using **[IgniteJdbcThinDriver]**(https://ignite.apache.org/docs/latest/SQL/JDBC/jdbc-client-driver) - try to add ignite.transaction.default.timeout=5000 (or reduce it to safer levels). You can also add setAutoCommit(false) over Jdbc-connection config and after query execution use commit(); method - Thanks! -- 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