Drop neo-go's slices
package usage #815
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#815
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:fix/drop_slice_copy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #96
@ -14,2 +15,4 @@
func (np *Processor) handleDeposit(ev event.Event) {
deposit := ev.(frostfsEvent.Deposit)
depositIDBin := bytes.Clone(deposit.ID())
slices.Reverse[[]byte](depositIDBin)
Hm, do we need type annotation here? It is similar to line 37 in the same file.
Fixed
https://git.frostfs.info/TrueCloudLab/frostfs-node/actions/runs/3042/jobs/1 -- we are not 1.21 yet
c1e26fc28e
tod3143341da
d3143341da
to42d3ca0d1c
Fixed
42d3ca0d1c
tof8d8573cfc
f8d8573cfc
to76ff26039c