We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181b2e1 commit d5df236Copy full SHA for d5df236
jdbc/src/main/java/tech/ydb/jdbc/context/YdbCache.java
@@ -62,7 +62,7 @@ public class YdbCache {
62
63
public YdbCache(YdbContext ctx, YdbQueryProperties queryOptions, int cacheSize, boolean fullScanDetector) {
64
this.ctx = ctx;
65
- this.retryCtx = SessionRetryContext.create(ctx.getTableClient()).build();
+ this.retryCtx = SessionRetryContext.create(ctx.getTableClient()).idempotent(true).build();
66
this.queryOptions = queryOptions;
67
68
if (cacheSize > 0) {
0 commit comments