-
Notifications
You must be signed in to change notification settings - Fork 150
Disable TSO for raw clients? #531
Copy link
Copy link
Open
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.
Metadata
Metadata
Assignees
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.
Hi,
It seems tso is enabled and running in background for raw clients (even though get_timestamp is never called?) and steals works from other tokio tasks due to aggressive self wakes. Can we disable creation of tso background task for raw clients?