@@ -415,10 +415,7 @@ class TWriteSessionImpl : public TContinuationTokenIssuer,
415
415
TWriteSessionSettings Settings;
416
416
std::shared_ptr<TTopicClient::TImpl> Client;
417
417
std::shared_ptr<TGRpcConnectionsImpl> Connections;
418
- std::string TargetCluster;
419
- std::string InitialCluster;
420
- std::string CurrentCluster;
421
- std::string PreferredClusterByCDS;
418
+
422
419
std::shared_ptr<IWriteSessionConnectionProcessorFactory> ConnectionFactory;
423
420
TDbDriverStatePtr DbDriverState;
424
421
std::string PrevToken;
@@ -438,7 +435,6 @@ class TWriteSessionImpl : public TContinuationTokenIssuer,
438
435
std::shared_ptr<TServerMessage> ServerMessage; // Server message to write server response to.
439
436
440
437
std::string SessionId;
441
- IExecutor::TPtr Executor;
442
438
IExecutor::TPtr CompressionExecutor;
443
439
size_t MemoryUsage = 0 ; // !< Estimated amount of memory used
444
440
bool FirstTokenSent = false ;
@@ -461,10 +457,8 @@ class TWriteSessionImpl : public TContinuationTokenIssuer,
461
457
ui32 PartitionId = 0 ;
462
458
TPartitionLocation PreferredPartitionLocation = {};
463
459
uint64_t NextId = 0 ;
464
- uint64_t MinUnsentId = 1 ;
465
460
std::optional<uint64_t > InitSeqNo;
466
461
std::optional<bool > AutoSeqNoMode;
467
- bool ValidateSeqNoMode = false ;
468
462
469
463
NThreading::TPromise<uint64_t > InitSeqNoPromise;
470
464
bool InitSeqNoSetDone = false ;
0 commit comments