We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84a0c9 commit 2ef3c19Copy full SHA for 2ef3c19
ydb/core/blobstorage/nodewarden/group_stat_aggregator.h
@@ -53,7 +53,7 @@ namespace NKikimr {
53
Y_ABORT_UNLESS(vdiskServiceId.IsService());
54
char x[12];
55
TStringBuf serviceId = vdiskServiceId.ServiceId();
56
- Y_VERIFY_S(serviceId[0] == 'b' && serviceId[1] == 's' && serviceId[2] == 'v' && serviceId[3] != 'd',
+ Y_VERIFY_S(serviceId[0] == 'b' && serviceId[1] == 's' && serviceId[2] == 'v' && serviceId[3] == 'd',
57
"Invalid VDisk's, HexEncode(ServiceId)# " << HexEncode(serviceId));
58
memcpy(x, serviceId.data(), serviceId.size());
59
x[0] = 'b';
0 commit comments