Pilorama fixes for support/v0.38 #1255

Merged
fyrchik merged 1 commit from fyrchik/frostfs-node:fix-pilorama into support/v0.38 2024-09-04 19:51:10 +00:00
Owner
No description provided.
fyrchik requested review from storage-core-committers 2024-07-17 11:44:27 +00:00
fyrchik force-pushed fix-pilorama from 519fbbd82b to 1f6814a8e8 2024-07-17 11:44:32 +00:00 Compare
fyrchik requested review from storage-core-developers 2024-07-17 11:46:18 +00:00
dstepanov-yadro approved these changes 2024-07-17 12:38:09 +00:00
fyrchik force-pushed fix-pilorama from 1f6814a8e8 to 9d1c915c42 2024-07-18 11:19:31 +00:00 Compare
fyrchik reviewed 2024-07-18 11:21:53 +00:00
@ -1121,2 +1137,3 @@
parentID := binary.LittleEndian.Uint64(k[len(k)-16:])
if parentID != nodeID {
var contains bool
Author
Owner

This has changed compared to master (slices.Contains) because of go1.20 requirement in this branch.
Please, re-check the correctness.

This has changed compared to master (`slices.Contains`) because of go1.20 requirement in this branch. Please, re-check the correctness.
aarifullin approved these changes 2024-07-18 12:46:44 +00:00
fyrchik merged commit 9d1c915c42 into support/v0.38 2024-07-18 13:56:40 +00:00
fyrchik deleted branch fix-pilorama 2024-07-18 13:56:42 +00:00
fyrchik referenced this pull request from a commit 2024-07-18 13:56:43 +00:00
fyrchik referenced this pull request from a commit 2024-07-18 13:56:43 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1255
No description provided.