You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start carbon-relay-ng with config examples/carbon-relay-ng.ini
Go to web interface
Fill all form fields with following values:
Route Key: test
Route Type: sendAllMatch
Match prefix: a
Match substring: b
Match regex: c
Address: 127.0.0.1:1234
Click the Add button
Panic:
goroutine 1201 [running]:
time.NewTicker(0x0, 0x40c396)
/usr/local/go/src/time/tick.go:23 +0x147
github.com/grafana/carbon-relay-ng/nsqd.(*DiskQueue).ioLoop(0xc000b4e900)
/home/replay/go/src/github.com/grafana/carbon-relay-ng/nsqd/diskqueue.go:540 +0x47
created by github.com/grafana/carbon-relay-ng/nsqd.NewDiskQueue
/home/replay/go/src/github.com/grafana/carbon-relay-ng/nsqd/diskqueue.go:93 +0x2fb
The text was updated successfully, but these errors were encountered:
Version:
master
How to reproduce:
examples/carbon-relay-ng.ini
Route Key:
test
Route Type:
sendAllMatch
Match prefix:
a
Match substring:
b
Match regex:
c
Address:
127.0.0.1:1234
Add
buttonThe text was updated successfully, but these errors were encountered: