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

WritePoint function: panic send on Closed channel #405

Open
XianwuLin opened this issue Aug 7, 2024 · 0 comments
Open

WritePoint function: panic send on Closed channel #405

XianwuLin opened this issue Aug 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@XianwuLin
Copy link

Specifications

  • Client Version: v2.13.0
  • InfluxDB Version: v2.7.1
  • Platform: x86

Steps to reproduce

  1. Use this library to continuously write data to influxdb
  2. kill influxdb
  3. sometimes program error: send on closed channel
    image

Expected behavior

Plugin should be able to correctly handle the situation where influxdb is closed and give an error instead of panic directly.

Actual behavior

panic
image

Additional info

No response

@XianwuLin XianwuLin added the bug Something isn't working label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants