disable asserts

This commit is contained in:
Erik Grinaker
2025-05-30 13:46:41 +02:00
parent e8ebb8e433
commit 2d2d29bf38
2 changed files with 2 additions and 2 deletions

View File

@@ -2487,7 +2487,7 @@ impl PageServerHandler {
ctx: &RequestContext,
) -> Vec<Result<(PagestreamBeMessage, SmgrOpTimer, RequestContext), BatchedPageStreamError>>
{
debug_assert_current_span_has_tenant_and_timeline_id();
//debug_assert_current_span_has_tenant_and_timeline_id();
timeline
.query_metrics

View File

@@ -274,7 +274,7 @@ impl Timeline {
io_concurrency: IoConcurrency,
ctx: &RequestContext,
) -> Vec<Result<Bytes, PageReconstructError>> {
debug_assert_current_span_has_tenant_and_timeline_id();
//debug_assert_current_span_has_tenant_and_timeline_id();
let mut slots_filled = 0;
let page_count = pages.len();