Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capnp: Use segment from existing message #7945

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

fpetkovski
Copy link
Contributor

@fpetkovski fpetkovski commented Nov 28, 2024

There seems to be an occasional issue with the latest capnproto version where segments are not properly attached to the message arena.

Downgrading the version solves the problem.

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Verification

MichaHoffmann
MichaHoffmann previously approved these changes Nov 28, 2024
Signed-off-by: Filip Petkovski <[email protected]>
@verejoel
Copy link
Contributor

Can confirm this solves issue #7944 in our DEV environment 🚀

@fpetkovski fpetkovski marked this pull request as ready for review November 28, 2024 11:47
Copy link
Member

@saswatamcode saswatamcode left a comment

Choose a reason for hiding this comment

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

Thanks! Might be worth a 0.37.1 @fpetkovski?

@saswatamcode saswatamcode merged commit dd86ec8 into thanos-io:main Nov 28, 2024
22 checks passed
@fpetkovski
Copy link
Contributor Author

Yes, we should cut 0.37.1 👍

@EhsanLunar
Copy link

EhsanLunar commented Dec 3, 2024

Yes, we should cut 0.37.1 👍

@fpetkovski Really excited about getting capnproto, is there anything I can do to initiate a new patch release? We'de prefer to run official releases in our production environment 😄

Also would be amazing if #7674 can be included in that release

@saswatamcode
Copy link
Member

Yup, will try to initiate it today

saswatamcode pushed a commit to saswatamcode/thanos that referenced this pull request Dec 3, 2024
* Capnp: Use segment from existing message

Signed-off-by: Filip Petkovski <[email protected]>

* Downgrade capnproto

Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
@saswatamcode
Copy link
Member

Cutting here #7952

saswatamcode pushed a commit to saswatamcode/thanos that referenced this pull request Dec 3, 2024
* Capnp: Use segment from existing message

Signed-off-by: Filip Petkovski <[email protected]>

* Downgrade capnproto

Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Saswata Mukherjee <[email protected]>
saswatamcode added a commit that referenced this pull request Dec 4, 2024
* Merge pull request #7674 from didukh86/query_frontend_tls_redis_fix

Query-frontend: Fix connection to Redis cluster with TLS.
Signed-off-by: Saswata Mukherjee <[email protected]>

* Capnp: Use segment from existing message (#7945)

* Capnp: Use segment from existing message

Signed-off-by: Filip Petkovski <[email protected]>

* Downgrade capnproto

Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Saswata Mukherjee <[email protected]>

* [Receive] Fix race condition when adding multiple new tenants at once (#7941)

* [Receive] fix race condition

Signed-off-by: Yi Jin <[email protected]>

* add a change log

Signed-off-by: Yi Jin <[email protected]>

* memorize tsdb local clients without race condition

Signed-off-by: Yi Jin <[email protected]>

* fix data race in testing with some concurrent safe helper functions

Signed-off-by: Yi Jin <[email protected]>

* address comments

Signed-off-by: Yi Jin <[email protected]>

---------

Signed-off-by: Yi Jin <[email protected]>
Signed-off-by: Saswata Mukherjee <[email protected]>

* Cut patch release v0.37.1

Signed-off-by: Saswata Mukherjee <[email protected]>

* Update promql-engine for subquery fix (#7953)

Signed-off-by: Saswata Mukherjee <[email protected]>

* Sidecar: Ensure limit param is positive for compatibility with older Prometheus (#7954)

Signed-off-by: Saswata Mukherjee <[email protected]>

* Update changelog

Signed-off-by: Saswata Mukherjee <[email protected]>

* Fix changelog

Signed-off-by: Saswata Mukherjee <[email protected]>

---------

Signed-off-by: Saswata Mukherjee <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Yi Jin <[email protected]>
Co-authored-by: Filip Petkovski <[email protected]>
Co-authored-by: Yi Jin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants