diff options
author | alexvru <[email protected]> | 2022-08-11 10:26:49 +0300 |
---|---|---|
committer | alexvru <[email protected]> | 2022-08-11 10:26:49 +0300 |
commit | 2a5b7426bf5b210ab5830607fcf3aeecdb0d5470 (patch) | |
tree | 4b1994c08e928d1e0a656f6aa237469538767f35 | |
parent | 33afd8f2225ab1a5a76c4f7ccdce515c682368d8 (diff) |
Correctly set PhantomCheck flag on Get restart
-rw-r--r-- | ydb/core/blobstorage/dsproxy/dsproxy_get_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/blobstorage/dsproxy/dsproxy_get_impl.h b/ydb/core/blobstorage/dsproxy/dsproxy_get_impl.h index 146c0270c37..96a8b69ec24 100644 --- a/ydb/core/blobstorage/dsproxy/dsproxy_get_impl.h +++ b/ydb/core/blobstorage/dsproxy/dsproxy_get_impl.h @@ -76,6 +76,7 @@ public: false /*isIndexOnly*/, ForceBlockedGeneration, IsInternal, IsVerboseNoDataEnabled, CollectDebugInfo, ReportDetailedPartMap); ev->RestartCounter = counter; + ev->PhantomCheck = PhantomCheck; return ev; } |