influxdata / influxdata/kapacitor
Read : connection reset by peer issue
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
I've just started with tick. After installation, I just checked whether the kapacitor is working fine or not.
I used command:
$ kapacitor list tasks
Output:
Get http://localhost:9092/kapacitor/v1/tasks?dot-view=attributes&fields=type&fields=status&fields=executing&fields=dbrps&limit=100&offset=0&pattern=&replay-id=&script-format=formatted: read tcp 127.0.0.1:57134->127.0.0.1:9092: read: connection reset by peer
Not sure how to debug this error and not getting any solutions.
Kapacitor.conf:
[http]
bind-address = ":9092"
log-enabled = true
write-tracing = false
pprof-enabled = false
https-enabled = false
https-certificate = "/etc/ssl/kapacitor.pem"
[[influxdb]]
enabled = true
default = true
name = "localhost"
urls = ["http://localhost:8086"]
username = "someusername"
password = "somepassword"
Regards,
Anuttam
Contributor guide
Research direction
Start by checking whether Kapacitor is running and review its HTTP logs while reproducing `kapacitor list tasks`. Compare the reported connection-reset behavior with the `[http]` and `[[influxdb]]` settings in `kapacitor.conf`. Done means identifying the cause and documenting a reproducible fix or the missing diagnostic information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100