Skip to content

Comments

Catalog v3#119

Draft
vslpsl wants to merge 2 commits intoppfrom
catalog-v3
Draft

Catalog v3#119
vslpsl wants to merge 2 commits intoppfrom
catalog-v3

Conversation

@vslpsl
Copy link
Collaborator

@vslpsl vslpsl commented Jun 11, 2025

Description

Why do we need it, and what problem does it solve?

Why do we need it in the patch release (if we do)?

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

 type: fix | feature | chore
 summary: <ONE-LINE of what effectively changes for a user>
 impact: <what to expect for users, possibly MULTI-LINE>, required if impact_level is high ↓
 impact_level: default | high | low

@vslpsl vslpsl requested a review from u-veles-a June 11, 2025 08:54
@vporoshok vporoshok added this to the release-0.7 milestone Oct 9, 2025
Copy link
Collaborator

@vporoshok vporoshok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resolve conflicts it will be merged in release-0.8

"context"
"errors"
"fmt"
"github.com/prometheus/prometheus/pp/go/relabeler/head/manager"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please sort imports

deletedAt: 0,
referenceCount: 0,
mint: math.MaxInt64,
maxt: math.MaxInt64,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it correct? Maybe

Suggested change
maxt: math.MaxInt64,
maxt: math.MinInt64,

?

//
//func (r *Record) SetLastAppendedSegmentID(segmentID uint32) {
// r.lastAppendedSegmentID.Set(segmentID)
//}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove instead of comment

//
//type NoOpLastAppendedSegmentIDSetter struct{}
//
//func (NoOpLastAppendedSegmentIDSetter) SetLastAppendedSegmentID(segmentID uint32) {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants