Skip to content

Commit ddf6608

Browse files
author
babenko
committed
YT-26345: Do not recreate replicas future on trivial update
commit_hash:492595c9e99289fd17e5609c8815c1c6686a4d53
1 parent 95d64bd commit ddf6608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yt/yt/client/chunk_client/chunk_replica.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class TChunkReplicaWithMedium
2727
// NB: Will be assigned to generic medium.
2828
explicit TChunkReplicaWithMedium(TChunkReplica replica);
2929

30+
std::strong_ordering operator<=>(const TChunkReplicaWithMedium& other) const = default;
31+
3032
NNodeTrackerClient::TNodeId GetNodeId() const;
3133
int GetReplicaIndex() const;
3234
int GetMediumIndex() const;

0 commit comments

Comments
 (0)