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

Add a CLI flag to override the points-writer's write timeout #22613

Closed
2 tasks
danxmoran opened this issue Oct 4, 2021 · 0 comments · Fixed by #22617
Closed
2 tasks

Add a CLI flag to override the points-writer's write timeout #22613

danxmoran opened this issue Oct 4, 2021 · 0 comments · Fixed by #22617
Labels
area/configuration area/writes area/2.x OSS 2.0 related issues and PRs

Comments

@danxmoran
Copy link
Contributor

The DB's points-writer component has a WriteTimeout field which is initialized to a default value of 10 seconds. When users try to load a significant amount of data their requests can surpass this timeout, resulting in errors (see this community post). We don't currently expose a CLI/config option for changing the timeout value, so users in this situation are stuck.

Things TODO:

  • Add a CLI flag to support changing the timeout value
  • Consider bumping the default timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configuration area/writes area/2.x OSS 2.0 related issues and PRs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant