Skip to content

Commit

Permalink
Revert "chore(eap-spans): Take advantage of parallel reads (#6579)"
Browse files Browse the repository at this point in the history
This reverts commit c4dc923.

Co-authored-by: phacops <[email protected]>
  • Loading branch information
getsentry-bot and phacops committed Jan 9, 2025
1 parent 9f940c2 commit f8900d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ query_processors:
max_rows_to_group_by: 1000000
group_by_overflow_mode: any
max_parallel_replicas: 3
allow_experimental_parallel_reading_from_replicas: 1

mandatory_condition_checkers:
- condition: OrgIdEnforcer
Expand Down

1 comment on commit f8900d8

@phacops
Copy link
Contributor

@phacops phacops commented on f8900d8 Jan 9, 2025

Choose a reason for hiding this comment

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

Reverting this setting as it seems to trigger OOMs more frequently in 23.8. We'll revisit this setting when we upgrade to 24.8 or later.

Please sign in to comment.