Skip to content

Instantly share code, notes, and snippets.

@woodsaj
Created March 8, 2016 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodsaj/ff80f763d7978106f05d to your computer and use it in GitHub Desktop.
Save woodsaj/ff80f763d7978106f05d to your computer and use it in GitHub Desktop.
metric-tank stacktrace
This file has been truncated, but you can view the full file.
goroutine 44011258 [running]:
runtime/pprof.writeGoroutineStacks(0x7f5713578398, 0xc85bca55f0, 0x0, 0x0)
/usr/local/go/src/runtime/pprof/pprof.go:516 +0x84
runtime/pprof.writeGoroutine(0x7f5713578398, 0xc85bca55f0, 0x2, 0x0, 0x0)
/usr/local/go/src/runtime/pprof/pprof.go:505 +0x46
runtime/pprof.(*Profile).WriteTo(0xd88f60, 0x7f5713578398, 0xc85bca55f0, 0x2, 0x0, 0x0)
/usr/local/go/src/runtime/pprof/pprof.go:236 +0xd4
net/http/pprof.handler.ServeHTTP(0xc8bfeabf01, 0x9, 0x7f5720482878, 0xc85bca55f0, 0xca1bfebce0)
/usr/local/go/src/net/http/pprof/pprof.go:210 +0x37e
net/http/pprof.Index(0x7f5720482878, 0xc85bca55f0, 0xca1bfebce0)
/usr/local/go/src/net/http/pprof/pprof.go:222 +0x200
net/http.HandlerFunc.ServeHTTP(0xba2068, 0x7f5720482878, 0xc85bca55f0, 0xca1bfebce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc85bca55f0, 0xca1bfebce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc85bca55f0, 0xca1bfebce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9bdd83480)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 1 [select, 886 minutes]:
main.main()
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/metric_tank.go:319 +0x2179
goroutine 17 [syscall, 887 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1998 +0x1
goroutine 34 [chan receive, 887 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).Start.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:144 +0xdc
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).Start
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:149 +0x6b
goroutine 6 [syscall, 887 minutes]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:116 +0x132
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
goroutine 7 [select]:
github.com/grafana/grafana/pkg/log.(*Logger).StartLogger(0xc82012e480)
/home/ubuntu/.go_workspace/src/github.com/grafana/grafana/pkg/log/log.go:234 +0x3c6
created by github.com/grafana/grafana/pkg/log.newLogger
/home/ubuntu/.go_workspace/src/github.com/grafana/grafana/pkg/log/log.go:167 +0x138
goroutine 10 [chan receive]:
github.com/alexcesaro/statsd.New.func1(0xc820088090)
/home/ubuntu/.go_workspace/src/github.com/alexcesaro/statsd/statsd.go:191 +0x6f
created by github.com/alexcesaro/statsd.New
/home/ubuntu/.go_workspace/src/github.com/alexcesaro/statsd/statsd.go:201 +0x42a
goroutine 11 [select]:
github.com/bitly/go-hostpool.(*epsilonGreedyHostPool).epsilonGreedyDecay(0xc820088240)
/home/ubuntu/.go_workspace/src/github.com/bitly/go-hostpool/epsilon_greedy.go:84 +0x144
created by github.com/bitly/go-hostpool.NewEpsilonGreedy
/home/ubuntu/.go_workspace/src/github.com/bitly/go-hostpool/epsilon_greedy.go:65 +0x36e
goroutine 43966778 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8dceb16c2, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8dceb16c2, 0x24, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8dceb16c2, 0x24, 0xc8dceb16c2, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979813a40, 0xc9798139e0, 0xc96feb2110, 0xc8dceb16c2, 0x24, 0xc8dceb16c2, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963817 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca515f6000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7e000, 0xca3adaa0e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7e000, 0xca3adaa0e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7e000, 0xca3adaa0e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7e000, 0xca3adaa0e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7e000, 0xca3adaa0e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e8611900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968804 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9c1ad1000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc4f70, 0xca63e60700, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc4f70, 0xca63e60700)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc4f70, 0xca63e60700)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc4f70, 0xca63e60700)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc4f70, 0xca63e60700)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9009d8200)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 35 [select, 887 minutes, locked to thread]:
runtime.gopark(0xba2458, 0xc820180728, 0xa8b248, 0x6, 0x100000000000018, 0x2)
/usr/local/go/src/runtime/proc.go:262 +0x163
runtime.selectgoImpl(0xc820180728, 0x0, 0x18)
/usr/local/go/src/runtime/select.go:392 +0xa67
runtime.selectgo(0xc820180728)
/usr/local/go/src/runtime/select.go:215 +0x12
runtime.ensureSigM.func1()
/usr/local/go/src/runtime/signal1_unix.go:279 +0x358
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1998 +0x1
goroutine 36 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e0f0)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 37 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e120)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 38 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e150)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 39 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e180)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 40 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e1b0)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 41 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e1e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 42 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e210)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 43 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e240)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 44 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e270)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 45 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc82019e2a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 46 [runnable]:
main.initMetrics.func1()
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/metric_tank.go:386 +0xa2
created by main.initMetrics
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/metric_tank.go:408 +0xe5f
goroutine 28 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f5737848088, 0x72, 0xc820336000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820318060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820318060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820318000, 0xc820336000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820178090, 0xc820336000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc8201713e0)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc8201713e0, 0xc820184a38, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc8201713e0, 0xc820184a38, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc8201713e0, 0xc820184a38, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc8201713e0, 0xc820184a38, 0x8, 0x8, 0x0, 0x0, 0xc8201c3700, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc8201e8690, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc8201e8690)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 43965792 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9073fa800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1c410, 0xcaa18bb340, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1c410, 0xcaa18bb340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1c410, 0xcaa18bb340)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1c410, 0xcaa18bb340)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1c410, 0xcaa18bb340)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e76be180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 138 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f5737848448, 0x72, 0xc820347000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820302140, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820302140, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8203020e0, 0xc820347000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc8202ba058, 0xc820347000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc8202a7020)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc8202a7020, 0xc8202a2590, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc8202a7020, 0xc8202a2590, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc8202a7020, 0xc8202a2590, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc8202a7020, 0xc8202a2590, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc8203322d0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc8203322d0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 117 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f5737848988, 0x72, 0xc820352000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc8202b0530, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8202b0530, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8202b04d0, 0xc820352000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820024138, 0xc820352000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc820068f60)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc820068f60, 0xc820130970, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc820068f60, 0xc820130970, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc820068f60, 0xc820130970, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc820068f60, 0xc820130970, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc8201492c0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc8201492c0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 43969154 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6ae56306, 0x24, 0x56deebdd56deebbf, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6ae56306, 0x24, 0x0, 0x56deebbf00000000, 0x56deebdd, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6ae56306, 0x24, 0xca6ae56306, 0x24, 0x56deebdd56deebbf, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6046cd80, 0xca6046cd20, 0xc9809f6460, 0xca6ae56306, 0x24, 0xca6ae56306, 0x24, 0x56deebdd56deebbf, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 52 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 53 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 54 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 55 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 56 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 57 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 58 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 59 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 60 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 61 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 62 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 63 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 64 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 65 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 66 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 67 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 68 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 69 [chan receive, 4 minutes]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 70 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 71 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:186 +0x5d
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startHttpSender
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:211 +0x63
goroutine 72 [chan receive]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startDocChannel.func1(0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:248 +0x60
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startDocChannel
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:259 +0x35
goroutine 73 [select]:
github.com/mattbaird/elastigo/lib.(*BulkIndexer).startTimer.func1(0xc82014e880, 0xc8201ac000)
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:221 +0x23e
created by github.com/mattbaird/elastigo/lib.(*BulkIndexer).startTimer
/home/ubuntu/.go_workspace/src/github.com/mattbaird/elastigo/lib/corebulk.go:241 +0x51
goroutine 97 [IO wait]:
net.runtime_pollWait(0x7f5723b32118, 0x72, 0xc86c158000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc8700248b0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8700248b0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc870024850, 0xc86c158000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc86c1160b8, 0xc86c158000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc86feb6720)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc86feb6720, 0xc9875db010, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc86c13c360, 0xc9875db010, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc86c13c360, 0xc9875db010, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc86c13c360, 0xc9875db010, 0x4, 0x8, 0xc8202020b8, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc86c13c360, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc9875db00c, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc86c13c360, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc86c13c360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc86c13c360)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 76 [select]:
main.(*cassandraStore).processWriteQueue(0xc82024a340, 0xc8202a6060, 0x7f57377c3058, 0xc820310060)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:110 +0xc39
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:84 +0x750
goroutine 182 [select]:
github.com/gocql/gocql.(*controlConn).heartBeat(0xc82029e180)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/control.go:60 +0x417
created by github.com/gocql/gocql.(*controlConn).connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/control.go:152 +0x4c3
goroutine 290 [select]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc86c13c360)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 43961613 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fcef85b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fcef85b, 0x25, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fcef85b, 0x25, 0xc96fcef85b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e35080, 0xca76e35020, 0xc85f922270, 0xc96fcef85b, 0x25, 0xc96fcef85b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970149 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d1d14aae, 0x23, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d1d14aae, 0x23, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d1d14aae, 0x23, 0xc9d1d14aae, 0x23, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca218167e0, 0xca21816780, 0xc949d68190, 0xc9d1d14aae, 0x23, 0xc9d1d14aae, 0x23, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 152 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f5737848808, 0x72, 0xc820348000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820192a70, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820192a70, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820192a10, 0xc820348000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820304028, 0xc820348000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc8202fe540)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc8202fe540, 0xc8202f81d8, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc8202fe540, 0xc8202f81d8, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc8202fe540, 0xc8202f81d8, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc8202fe540, 0xc8202f81d8, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc8203081e0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc8203081e0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 43961792 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8c0df000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbe750, 0xc96fcecfc0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbe750, 0xc96fcecfc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbe750, 0xc96fcecfc0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbe750, 0xc96fcecfc0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbe750, 0xc96fcecfc0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89a9f580)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 75 [select]:
main.(*cassandraStore).processWriteQueue(0xc82024a340, 0xc8202fed80, 0x7f57377c3058, 0xc820310000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:110 +0xc39
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:84 +0x750
goroutine 43968106 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca13f12cdc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca13f12cd0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca13f12cd0, 0xc9b879a360, 0xc9b879a3c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968784 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257c39, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257c39, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257c39, 0x25, 0xc8ad257c39, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257c39, 0x25, 0xc8ad257c39, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 93 [IO wait]:
net.runtime_pollWait(0x7f5723b321d8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc870024760, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc870024760, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc870024700, 0x0, 0x7f5723b5d070, 0xc8dddc41a0)
/usr/local/go/src/net/fd_unix.go:426 +0x27c
net.(*TCPListener).AcceptTCP(0xc86c116098, 0x478830, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net/http.tcpKeepAliveListener.Accept(0xc86c116098, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:2427 +0x41
net/http.(*Server).Serve(0xc85e52c200, 0x7f5723b5d038, 0xc86c116098, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:2117 +0x129
net/http.(*Server).ListenAndServe(0xc85e52c200, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:2098 +0x136
net/http.ListenAndServe(0xc8201300f9, 0x6, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:2195 +0x98
main.main.func2(0xc82024a340, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/metric_tank.go:315 +0x1ff
created by main.main
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/metric_tank.go:316 +0x1fec
goroutine 43961682 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca77fc70de, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca77fc70de, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca77fc70de, 0x24, 0xca77fc70de, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e352c0, 0xca76e35260, 0xc85f9222d0, 0xca77fc70de, 0x24, 0xca77fc70de, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 162 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f57378482c8, 0x72, 0xc820328000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc8203020d0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8203020d0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820302070, 0xc820328000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820326000, 0xc820328000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc820324060)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc820324060, 0xc820312050, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc820324060, 0xc820312050, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc820324060, 0xc820312050, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc820324060, 0xc820312050, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc82032a000, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc82032a000)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 89 [select]:
main.(*cassandraStore).processWriteQueue(0xc82024a340, 0xc8202fe000, 0x7f57377c3058, 0xc8202fc060)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:110 +0xc39
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:84 +0x750
goroutine 43961522 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f701805a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f701805a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f701805a, 0x24, 0xc9f701805a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e34d80, 0xca76e34d20, 0xc85f922230, 0xc9f701805a, 0x24, 0xc9f701805a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 130 [select, 887 minutes]:
github.com/gocql/gocql.(*eventDeouncer).flusher(0xc8202d2050)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/events.go:40 +0x142
created by github.com/gocql/gocql.newEventDeouncer
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/events.go:28 +0x12a
goroutine 131 [select, 887 minutes]:
github.com/gocql/gocql.(*eventDeouncer).flusher(0xc8202d20a0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/events.go:40 +0x142
created by github.com/gocql/gocql.newEventDeouncer
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/events.go:28 +0x12a
goroutine 146 [IO wait]:
net.runtime_pollWait(0x7f5737848b08, 0x72, 0xc820306000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820302060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820302060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820302000, 0xc820306000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820304000, 0xc820306000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc8202fe0c0)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc8202fe0c0, 0xc8202f80e0, 0x8, 0x8, 0xece70e6cf, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc8202fe0c0, 0xc8202f80e0, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc8202fe0c0, 0xc8202f80e0, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc8202fe0c0, 0xc8202f80e0, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc820308000, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc820308000)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 27 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85f4)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*RWMutex).RLock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:37 +0x58
github.com/gocql/gocql.(*Conn).recv(0xc8201e85a0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:438 +0xb4b
github.com/gocql/gocql.(*Conn).serve(0xc8201e85a0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 43965170 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9d5f0f000, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7ad0, 0xca3adab180, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7ad0, 0xca3adab180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7ad0, 0xca3adab180)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7ad0, 0xca3adab180)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7ad0, 0xca3adab180)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8dfc58900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964707 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc82002785b, 0x25, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc82002785b, 0x25, 0x0, 0x56deebba00000000, 0x49a8737356deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc82002785b, 0x25, 0xc82002785b, 0x25, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc96091b560, 0xc96091b500, 0xca1c7bd910, 0xc82002785b, 0x25, 0xc82002785b, 0x25, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964648 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc82005d2a4, 0x22, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc82005d2a4, 0x22, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc82005d2a4, 0x22, 0xc82005d2a4, 0x22, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876935440, 0xc8769353e0, 0xc9bb41d1b0, 0xc82005d2a4, 0x22, 0xc82005d2a4, 0x22, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 135 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f5737848208, 0x72, 0xc8202c9000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc8202b0300, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8202b0300, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8202b02a0, 0xc8202c9000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc8202ba018, 0xc8202c9000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc8202a67e0)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc8202a67e0, 0xc8202a22c0, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc8202a67e0, 0xc8202a22c0, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc8202a67e0, 0xc8202a22c0, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc8202a67e0, 0xc8202a22c0, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc820332000, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc820332000)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 163 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f5737848148, 0x72, 0xc820329000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc8201928b0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8201928b0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820192850, 0xc820329000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820326010, 0xc820329000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc820324180)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc820324180, 0xc820312090, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc820324180, 0xc820312090, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc820324180, 0xc820312090, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc820324180, 0xc820312090, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc82032a0f0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc82032a0f0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 43968245 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96920905a, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96920905a, 0x24, 0x0, 0x56deebbb00000000, 0xc856deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96920905a, 0x24, 0xc96920905a, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923482420, 0xc9234823c0, 0xc9f59cd490, 0xc96920905a, 0x24, 0xc96920905a, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968322 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9f59c80fc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9f59c80f0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9f59c80f0, 0xc9e1be42a0, 0xc9e1be4300)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 153 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f5737848748, 0x72, 0xc820349000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820192ae0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820192ae0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820192a80, 0xc820349000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820304038, 0xc820349000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc8202fe660)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc8202fe660, 0xc8202f8250, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc8202fe660, 0xc8202f8250, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc8202fe660, 0xc8202f8250, 0x8, 0x8, 0x476590, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc8202fe660, 0xc8202f8250, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc8203082d0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc8203082d0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 165 [IO wait, 16 minutes]:
net.runtime_pollWait(0x7f5737848a48, 0x72, 0xc820345000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc820318140, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820318140, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8203180e0, 0xc820345000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820326030, 0xc820345000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc820324480)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc820324480, 0xc820312160, 0x8, 0x8, 0xece70e2f7, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
io.ReadAtLeast(0x7f5737803248, 0xc820324480, 0xc820312160, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5737803248, 0xc820324480, 0xc820312160, 0x8, 0x8, 0x6cf8f3, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
github.com/gocql/gocql.readHeader(0x7f5737803248, 0xc820324480, 0xc820312160, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/frame.go:341 +0xa1
github.com/gocql/gocql.(*Conn).recv(0xc82032a2d0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:401 +0x118
github.com/gocql/gocql.(*Conn).serve(0xc82032a2d0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:374 +0x2d
created by github.com/gocql/gocql.Connect
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:211 +0x7b3
goroutine 194 [select]:
main.(*cassandraStore).processWriteQueue(0xc82024a340, 0xc8202fed20, 0x7f57377c3058, 0xc8203727e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:110 +0xc39
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:84 +0x750
goroutine 118 [select]:
main.(*cassandraStore).processWriteQueue(0xc82024a340, 0xc820324240, 0x7f57377c3058, 0xc8202ca040)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:110 +0xc39
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:84 +0x750
goroutine 119 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca6e77aea0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xca3b3d0750, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xca3b3d0750, 0xca3b3d0700)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xca3b3d0750, 0xb6d7c0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 120 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca9897f0e0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xc8991ebad0, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xc8991ebad0, 0xc8991eba00)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xc8991ebad0, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 121 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca870166c0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xca498d6000, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xca498d6000, 0xca498d6000)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xca498d6000, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 122 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca9897f5c0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xc8991ebe10, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xc8991ebe10, 0xc8991ebe00)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xc8991ebe10, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 123 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca76e35bc0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xcab0d57860, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xcab0d57860, 0xcab0d57800)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xcab0d57860, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 124 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xc8200688a0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xca0c968000, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xca0c968000, 0xca0c968000)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xca0c968000, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 125 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).releaseStream(0xc8201e85a0, 0x1)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:468 +0x40
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca63b1f080, 0x0, 0x0, 0xca658a4b00, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:603 +0xae8
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xca4ae1d520, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xca4ae1d520, 0xca4ae1d500)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xca4ae1d520, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 126 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca19755e00, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xca3b3d1ba0, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xca3b3d1ba0, 0xca3b3d1b00)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xca3b3d1ba0, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 127 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xcabe39ed20, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xcabe398a90, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xcabe398a90, 0xcabe398a00)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xcabe398a90, 0xb6d7c0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 128 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca8261d9e0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xca3b3d1a00, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xca3b3d1a00, 0xca3b3d1a00)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xca3b3d1a00, 0xb6d7c0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 129 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85f0)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:88 +0xa1
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca61c08f00, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xcaa2a1b6c0, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xcaa2a1b6c0, 0xcaa2a1b600)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xcaa2a1b6c0, 0xb6d7c0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 210 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xcab07e1e00, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xc8991ead00, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xc8991ead00, 0xc8991ead00)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xc8991ead00, 0xb6d7c0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 211 [select, 16 minutes]:
github.com/gocql/gocql.(*Conn).closeWithError(0xc8201e85a0, 0x7f5737843028, 0xc82000fb20)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:344 +0x2ca
github.com/gocql/gocql.(*Conn).handleTimeout(0xc8201e85a0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:484 +0x70
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca19754a80, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:585 +0xb54
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xca83d20410, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xca83d20410, 0xca83d20400)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xca83d20410, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 212 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca4126b5c0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xc9bc39fa00, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xc9bc39fa00, 0xc9bc39fa00)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xc9bc39fa00, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 213 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca87017140, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xca498d6820, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xca498d6820, 0xca498d6800)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xca498d6820, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 214 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca9897ff20, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xc9bc39e680, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xc9bc39e680, 0xc9bc39e600)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xc9bc39e680, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 215 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca61c09f20, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xcabe398000, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xcabe398000, 0xcabe398000)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xcabe398000, 0xb6d7c0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 216 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xcabe39f980, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xcabe3992b0, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xcabe3992b0, 0xcabe399200)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xcabe3992b0, 0xb6d7c0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 217 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca90888660, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xc86dfea410, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xc86dfea410, 0xc86dfea400)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xc86dfea410, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 218 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8201e85ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201e85e8)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
github.com/gocql/gocql.(*Conn).exec(0xc8201e85a0, 0x7f57378033b8, 0xca4126ade0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:519 +0x23b
github.com/gocql/gocql.(*Conn).executeQuery(0xc8201e85a0, 0xc9bc39f450, 0xd94460)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/conn.go:759 +0x828
github.com/gocql/gocql.(*Session).executeQuery(0xc8202d0000, 0xc9bc39f450, 0xc9bc39f400)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:311 +0x2c7
github.com/gocql/gocql.(*Query).Iter(0xc9bc39f450, 0xb60740)
/home/ubuntu/.go_workspace/src/github.com/gocql/gocql/session.go:837 +0xc9
main.(*cassandraStore).processReadQueue(0xc82024a340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:189 +0xcb
created by main.NewCassandraStore
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:88 +0x818
goroutine 219 [select]:
github.com/nsqio/go-nsq.(*Consumer).rdyLoop(0xc82035a000)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:893 +0x18b
created by github.com/nsqio/go-nsq.NewConsumer
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:187 +0x851
goroutine 220 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc820128120)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 221 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc820128180)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 222 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc8201281e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 223 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc820128240)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 224 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc8201282a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 225 [chan receive]:
github.com/raintank/raintank-metric/instrumented_nsq.NewConsumer.func1(0xc82035a000, 0xc8203245a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/instrumented_nsq/consumer.go:35 +0x62
created by github.com/raintank/raintank-metric/instrumented_nsq.NewConsumer
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/instrumented_nsq/consumer.go:44 +0x888
goroutine 226 [chan receive]:
main.(*AggMetrics).stats(0xc8200520e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:88 +0x62
created by main.NewAggMetrics
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:43 +0x158
goroutine 227 [sleep, 28 minutes]:
time.Sleep(0x1a318597008)
/usr/local/go/src/runtime/time.go:59 +0xf9
main.(*AggMetrics).GC(0xc8200520e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:53 +0xb4
created by main.NewAggMetrics
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:44 +0x17a
goroutine 77 [runnable]:
sync.runtime_Semacquire(0xc8200520f4)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
main.(*AggMetrics).GetOrCreate(0xc8200520e0, 0xc8bf393590, 0x24, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:103 +0x52
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xc8c3964000, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:47 +0x69f
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 78 [semacquire]:
sync.runtime_Semacquire(0xc8200520f4)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
main.(*AggMetrics).GetOrCreate(0xc8200520e0, 0xc8bdce98c0, 0x25, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:103 +0x52
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xc918d101e0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:47 +0x69f
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 79 [runnable]:
sync.runtime_Semacquire(0xc8201283c4)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8201283c0)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8201283c0)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
main.(*DefCache).Add(0xc8201283c0, 0xc91677c1b0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/defcache.go:72 +0x30
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xc95ef438c0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:46 +0x651
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 80 [chan send]:
github.com/nsqio/go-nsq.(*connMessageDelegate).OnFinish(0xc86c198968, 0xca97ce4120)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/delegates.go:53 +0x245
github.com/nsqio/go-nsq.(*Message).Finish(0xca97ce4120)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/message.go:71 +0x78
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1115 +0x3d6
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 81 [runnable]:
sync.runtime_Semacquire(0xc8200520f4)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
main.(*AggMetrics).GetOrCreate(0xc8200520e0, 0xc8d9c87770, 0x25, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:103 +0x52
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xc918d100c0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:47 +0x69f
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 242 [semacquire]:
sync.runtime_Semacquire(0xc8200520f4)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
main.(*AggMetrics).GetOrCreate(0xc8200520e0, 0xc8bef941b0, 0x24, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:103 +0x52
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xc95ef43800, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:47 +0x69f
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 243 [semacquire]:
sync.runtime_Semacquire(0xc8200520f4)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
main.(*AggMetrics).GetOrCreate(0xc8200520e0, 0xc8925c5c80, 0x25, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:103 +0x52
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xc8c3964240, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:47 +0x69f
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 244 [semacquire]:
sync.runtime_Semacquire(0xc8200520f4)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*Mutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/mutex.go:83 +0x1c4
sync.(*RWMutex).Lock(0xc8200520f0)
/usr/local/go/src/sync/rwmutex.go:83 +0x30
main.(*AggMetrics).GetOrCreate(0xc8200520e0, 0xc8bea32330, 0x24, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetrics.go:103 +0x52
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xc95ef43aa0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:47 +0x69f
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 245 [runnable]:
github.com/tinylib/msgp/msgp.ReadStringBytes(0xc9baea1602, 0x898f, 0xc7fe, 0xc891ab7e00, 0x3, 0x3, 0xc7fe, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/tinylib/msgp/msgp/read_bytes.go:782
github.com/raintank/raintank-metric/schema.(*MetricData).UnmarshalMsg(0xc943669440, 0xc9baea1602, 0x898f, 0xc7fe, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/schema/metric_gen.go:314 +0x6e3
github.com/raintank/raintank-metric/schema.(*MetricDataArray).UnmarshalMsg(0xcabdb53cd0, 0xc9baea153d, 0x8a54, 0xc8c3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/schema/metric_gen.go:432 +0x59b
github.com/raintank/raintank-metric/msg.(*MetricData).DecodeMetricData(0xca97ce45a0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/msg/msg.go:73 +0x34c
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xca5cdc17a0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:30 +0x2b7
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 246 [runnable]:
main.(*Chunk).Push(0xc9e961c820, 0x56deefd1, 0x0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/chunk.go:31
main.(*AggMetric).Add(0xc8541a0200, 0xc856deefd1, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/aggmetric.go:445 +0x940
main.(*Handler).HandleMessage(0xc84a9a89c0, 0xc9d1044180, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/handler.go:48 +0x6e0
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a000, 0x7f5723b311c0, 0xc84a9a89c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1105 +0x1e5
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 43968403 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca724f2686, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca724f2686, 0x24, 0x0, 0x56deebb800000000, 0x74696e6f56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca724f2686, 0x24, 0xca724f2686, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923482600, 0xc9234825a0, 0xc9f59cdbe0, 0xca724f2686, 0x24, 0xca724f2686, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 248 [select]:
github.com/bitly/go-hostpool.(*epsilonGreedyHostPool).epsilonGreedyDecay(0xc8675ed7a0)
/home/ubuntu/.go_workspace/src/github.com/bitly/go-hostpool/epsilon_greedy.go:84 +0x144
created by github.com/bitly/go-hostpool.NewEpsilonGreedy
/home/ubuntu/.go_workspace/src/github.com/bitly/go-hostpool/epsilon_greedy.go:65 +0x36e
goroutine 249 [select]:
github.com/nsqio/go-nsq.(*Consumer).rdyLoop(0xc82035a300)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:893 +0x18b
created by github.com/nsqio/go-nsq.NewConsumer
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:187 +0x851
goroutine 250 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc8675f4450)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 251 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc8675f4480)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 252 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc8675f44b0)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 253 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc8675f44e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 254 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/raintank/met/statsd.Backend.NewGauge.func1(0xc8675f4510)
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:27 +0x74
created by github.com/raintank/met/statsd.Backend.NewGauge
/home/ubuntu/.go_workspace/src/github.com/raintank/met/statsd/gauge.go:29 +0xc0
goroutine 255 [chan receive]:
github.com/raintank/raintank-metric/instrumented_nsq.NewConsumer.func1(0xc82035a300, 0xc870230840)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/instrumented_nsq/consumer.go:35 +0x62
created by github.com/raintank/raintank-metric/instrumented_nsq.NewConsumer
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/instrumented_nsq/consumer.go:44 +0x888
goroutine 256 [chan receive]:
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a300, 0x7f5723b312d0, 0xc83d323f20)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1095 +0xa9
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 257 [chan receive]:
github.com/nsqio/go-nsq.(*Consumer).handlerLoop(0xc82035a300, 0x7f5723b312d0, 0xc83d323f20)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1095 +0xa9
created by github.com/nsqio/go-nsq.(*Consumer).AddConcurrentHandlers
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:1087 +0x104
goroutine 261 [IO wait]:
net.runtime_pollWait(0x7f5737847fc8, 0x72, 0xc86c10e000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc82014ddb0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82014ddb0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82014dd50, 0xc86c10e000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc86751de78, 0xc86c10e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc870230c60)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc870230c60, 0xc92b6da5f8, 0x4, 0x8,38 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc8675f27e0, 0xc92b6da5f8, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc8675f27e0, 0xc92b6da5f8, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc8675f27e0, 0xc92b6da5f8, 0x4, 0x8, 0xc81ac1cd06, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc8675f27e0, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc92b6da5f0, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc8675f27e0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc8675f27e0, 0xca4b71b440, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc8675f27e0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 233 [IO wait]:
net.runtime_pollWait(0x7f5737847e48, 0x72, 0xc86c12c000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc86fcab330, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc86fcab330, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc86fcab2d0, 0xc86c12c000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc85da63018, 0xc86c12c000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc86bd863c0)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc86bd863c0, 0xc9845fbf58, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc85dad2900, 0xc9845fbf58, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc85dad2900, 0xc9845fbf58, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc85dad2900, 0xc9845fbf58, 0x4, 0x8, 0xc86c0fdeb8, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc85dad2900, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc9845fbf54, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc85dad2900, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc85dad2900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc85dad2900)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 262 [select]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc8675f27e0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 228 [IO wait]:
net.runtime_pollWait(0x7f5737847f08, 0x72, 0xc86c11e000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc86fcab1e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc86fcab1e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc86fcab180, 0xc86c11e000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc85da62f78, 0xc86c11e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc84db8de60)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc84db8de60, 0xc8f9f78bf8, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc8675f2c60, 0xc8f9f78bf8, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc8675f2c60, 0xc8f9f78bf8, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc8675f2c60, 0xc8f9f78bf8, 0x4, 0x8, 0xc81b84743f, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc8675f2c60, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc8f9f78bf0, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc8675f2c60, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc8675f2c60, 0xc94c85ff80, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc8675f2c60)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 92 [chan receive]:
main.(*PersistMessageBatch).flush(0xc8675f4300)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/cluster.go:94 +0x97
created by main.InitCluster
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/cluster.go:247 +0xd7b
goroutine 229 [select]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc8675f2c60)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 43967054 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9168b235a, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9168b235a, 0x24, 0x0, 0x56de97f900000000, 0x56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9168b235a, 0x24, 0xc9168b235a, 0x24, 0x56deec1d56de97f9, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec09c0, 0xc9ceec0960, 0xc8faedbf50, 0xc9168b235a, 0x24, 0xc9168b235a, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 234 [select, 22 minutes]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc85dad2900)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 238 [IO wait]:
net.runtime_pollWait(0x7f5723b32418, 0x72, 0xc86c130000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc86fcab480, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc86fcab480, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc86fcab420, 0xc86c130000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc85da630b8, 0xc86c130000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc86bd87140)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc86bd87140, 0xc987a29228, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc85dad2ea0, 0xc987a29228, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc85dad2ea0, 0xc987a29228, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc85dad2ea0, 0xc987a29228, 0x4, 0x8, 0xc815570c20, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc85dad2ea0, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc987a29220, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc85dad2ea0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc85dad2ea0, 0xc857b02900, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc85dad2ea0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 43966143 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca56dc3459, 0x23, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca56dc3459, 0x23, 0x0, 0x56deeb5e00000000, 0x772e676e56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca56dc3459, 0x23, 0xca56dc3459, 0x23, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979812d20, 0xc979812cc0, 0xc9559ae2d0, 0xca56dc3459, 0x23, 0xca56dc3459, 0x23, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 239 [select]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc85dad2ea0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 275 [IO wait]:
net.runtime_pollWait(0x7f5723b32358, 0x72, 0xc86c132000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc86fcab5d0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc86fcab5d0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc86fcab570, 0xc86c132000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc85da63158, 0xc86c132000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc86bd875c0)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc86bd875c0, 0xc9845fbfa8, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc85dad3440, 0xc9845fbfa8, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc85dad3440, 0xc9845fbfa8, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc85dad3440, 0xc9845fbfa8, 0x4, 0x8, 0xc85d9f7438, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc85dad3440, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc9845fbfa4, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc85dad3440, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc85dad3440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc85dad3440)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 43962983 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fa6e18e2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fa6e18e2, 0x25, 0x0, 0x56deebb700000000, 0x6d74696c56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fa6e18e2, 0x25, 0xc8fa6e18e2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897ed20, 0xca9897ecc0, 0xc85ec6dde0, 0xc8fa6e18e2, 0x25, 0xc8fa6e18e2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 276 [select, 16 minutes]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc85dad3440)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 90 [IO wait]:
net.runtime_pollWait(0x7f5723b32298, 0x72, 0xc86c148000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc870024680, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc870024680, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc870024620, 0xc86c148000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc86c116010, 0xc86c148000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc86feb6360)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc86feb6360, 0xc9845fbfd0, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc85dad39e0, 0xc9845fbfd0, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc85dad39e0, 0xc9845fbfd0, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc85dad39e0, 0xc9845fbfd0, 0x4, 0x8, 0xc85d9f7a38, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc85dad39e0, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc9845fbfcc, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc85dad39e0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc85dad39e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc85dad39e0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 43966616 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc94b25222c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc94b252220)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc94b252220, 0xc8b543c840, 0xc8b543c8a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 91 [select, 16 minutes]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc85dad39e0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 43966655 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca98983036, 0x24, 0x56deebda56deebbc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca98983036, 0x24, 0x0, 0x56deebbc00000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca98983036, 0x24, 0xca98983036, 0x24, 0x56deebda56deebbc, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e590e0, 0xc961e59080, 0xc94b24f2a0, 0xca98983036, 0x24, 0xca98983036, 0x24, 0x56deebda56deebbc, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964277 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa68b105b, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa68b105b, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa68b105b, 0x25, 0xcaa68b105b, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f2f60, 0xc9dd3f2f00, 0xca50259b40, 0xcaa68b105b, 0x25, 0xcaa68b105b, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 280 [IO wait]:
net.runtime_pollWait(0x7f5723b32058, 0x72, 0xc86c212000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc870024a00, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc870024a00, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8700249a0, 0xc86c212000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc85da63268, 0xc86c212000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc86c210000)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc86c210000, 0xc9875db038, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc86c13c7e0, 0xc9875db038, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc86c13c7e0, 0xc9875db038, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc86c13c7e0, 0xc9875db038, 0x4, 0x8, 0xc86c2140b8, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc86c13c7e0, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc9875db034, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc86c13c7e0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc86c13c7e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc86c13c7e0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 281 [select]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc86c13c7e0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 43968744 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca0ed90000, 0x2a, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc4ea0, 0xca63e60620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc4ea0, 0xca63e60620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc4ea0, 0xca63e60620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc4ea0, 0xca63e60620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc4ea0, 0xca63e60620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc92d73ca80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961312 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3b52b4e2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3b52b4e2, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3b52b4e2, 0x25, 0xca3b52b4e2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca63b1ff20, 0xca63b1fec0, 0xc85f92ed50, 0xca3b52b4e2, 0x25, 0xca3b52b4e2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962313 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6baa0c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6baa00)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6baa00, 0xca71cb9bc0, 0xca71cb9c20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 195 [IO wait]:
net.runtime_pollWait(0x7f5723b31f98, 0x72, 0xc862530000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc86fcabf70, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc86fcabf70, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc86fcabf10, 0xc862530000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc86c198140, 0xc862530000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc86c1775c0)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc86c1775c0, 0xca06691c78, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc86c216000, 0xca06691c78, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc86c216000, 0xca06691c78, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc86c216000, 0xca06691c78, 0x4, 0x8, 0xc81b006c0c, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc86c216000, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xca06691c70, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc86c216000, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc86c216000, 0xca5cdc12c0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc86c216000)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 196 [select]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc86c216000)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 43969049 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca5b3d4000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314eb2b0, 0xca3adaaa80, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314eb2b0, 0xca3adaaa80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314eb2b0, 0xca3adaaa80)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314eb2b0, 0xca3adaaa80)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314eb2b0, 0xca3adaaa80)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc97dce0680)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968650 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8bf2d58de, 0x24, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8bf2d58de, 0x24, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8bf2d58de, 0x24, 0xc8bf2d58de, 0x24, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923482c60, 0xc923482c00, 0xc94adf4f00, 0xc8bf2d58de, 0x24, 0xc8bf2d58de, 0x24, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967865 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc947a274ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc947a274e0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc947a274e0, 0xc8ff6b2240, 0xc8ff6b22a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968678 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc86df4026e, 0x24, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc86df4026e, 0x24, 0x0, 0x56deeb2300000000, 0xa4c804d156deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc86df4026e, 0x24, 0xc86df4026e, 0x24, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e25173e0, 0xc9e2517380, 0xc8e03c1f90, 0xc86df4026e, 0x24, 0xc86df4026e, 0x24, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967745 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9823c359c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9823c3590)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9823c3590, 0xc8ff6b20c0, 0xc8ff6b2120)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 166 [runnable]:
syscall.Syscall(0x0, 0x20, 0xc8489d0000, 0x1000, 0x1000, 0x1000, 0x0)
/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.read(0x20, 0xc8489d0000, 0x1000, 0x1000, 0x72, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:783 +0x5f
syscall.Read(0x20, 0xc8489d0000, 0x1000, 0x1000, 0x1000, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:161 +0x4d
net.(*netFD).Read(0xc8201aea10, 0xc8489d0000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:246 +0x18b
net.(*conn).Read(0xc86c198298, 0xc8489d0000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc848988c60)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc848988c60, 0xc9a0fe1748, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc86c26d200, 0xc9a0fe1748, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc86c26d200, 0xc9a0fe1748, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc86c26d200, 0xc9a0fe1748, 0x4, 0x8, 0xc81b1105ef, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc86c26d200, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc9a0fe1740, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc86c26d200, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc86c26d200, 0xca5cdc17a0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc86c26d200)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 167 [select]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc86c26d200)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 43962704 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a196, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a196, 0x25, 0x0, 0x56deeb2200000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a196, 0x25, 0xc8fd72a196, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a196, 0x25, 0xc8fd72a196, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 185 [chan send]:
github.com/nsqio/go-nsq.(*Consumer).onConnMessage(0xc82035a000, 0xc84898e6c0, 0xca97ce4540)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/consumer.go:639 +0x91
github.com/nsqio/go-nsq.(*consumerConnDelegate).OnMessage(0xc86c1a8560, 0xc84898e6c0, 0xca97ce4540)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/delegates.go:112 +0x38
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc84898e6c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:519 +0xdaf
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 186 [runnable]:
syscall.Syscall(0x1, 0x28, 0xc866268000, 0x15, 0x15, 0x15, 0x0)
/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.write(0x28, 0xc866268000, 0x15, 0x1000, 0x77, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:1064 +0x5f
syscall.Write(0x28, 0xc866268000, 0x15, 0x1000, 0xc866268014, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:180 +0x4d
net.(*netFD).Write(0xc84888acb0, 0xc866268000, 0x15, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:328 +0x1c7
net.(*conn).Write(0xc86c196b98, 0xc866268000, 0x15, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0xe4
bufio.(*Writer).flush(0xc8488efd80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:562 +0xe0
bufio.(*Writer).Flush(0xc8488efd80, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:551 +0x2d
github.com/nsqio/go-nsq.(*Conn).Flush(0xc84898e6c0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:279 +0x96
github.com/nsqio/go-nsq.(*Conn).WriteCommand(0xc84898e6c0, 0xc8713ec6e0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:261 +0x26a
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc84898e6c0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:578 +0x5d4
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 43963792 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc948f0c372, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc948f0c372, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc948f0c372, 0x24, 0xc948f0c372, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5cea6360, 0xca5cea6300, 0xc99c890cc0, 0xc948f0c372, 0x24, 0xc948f0c372, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 191 [IO wait]:
net.runtime_pollWait(0x7f5723b31758, 0x72, 0xc86a784000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc86656c7d0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc86656c7d0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc86656c770, 0xc86a784000, 0x1000, 0x1000, 0x0, 0x7f5737843050, 0xc82000e120)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc86a455ac8, 0xc86a784000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc86a74c240)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Read(0xc86a74c240, 0xc8d618e020, 0x4, 0x8, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:207 +0x260
github.com/nsqio/go-nsq.(*Conn).Read(0xc866202480, 0xc8d618e020, 0x4, 0x8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:243 +0x15e
io.ReadAtLeast(0x7f5723b31470, 0xc866202480, 0xc8d618e020, 0x4, 0x8, 0x4, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:297 +0xe6
io.ReadFull(0x7f5723b31470, 0xc866202480, 0xc8d618e020, 0x4, 0x8, 0xc816cf86de, 0x0, 0x0)
/usr/local/go/src/io/io.go:315 +0x62
encoding/binary.Read(0x7f5723b31470, 0xc866202480, 0x7f5723b31498, 0xdb2360, 0x8a2020, 0xc8d618e018, 0x0, 0x0)
/usr/local/go/src/encoding/binary/binary.go:152 +0x14d
github.com/nsqio/go-nsq.ReadResponse(0x7f5723b31470, 0xc866202480, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:54 +0xfd
github.com/nsqio/go-nsq.ReadUnpackedResponse(0x7f5723b31470, 0xc866202480, 0xc9d1044180, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/protocol.go:91 +0x69
github.com/nsqio/go-nsq.(*Conn).readLoop(0xc866202480)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:481 +0x305
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:181 +0x814
goroutine 192 [select]:
github.com/nsqio/go-nsq.(*Conn).writeLoop(0xc866202480)
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:547 +0xa15
created by github.com/nsqio/go-nsq.(*Conn).Connect
/home/ubuntu/.go_workspace/src/github.com/nsqio/go-nsq/conn.go:182 +0x839
goroutine 43964796 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6854545b, 0x25, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6854545b, 0x25, 0x0, 0x56deebb900000000, 0xad04d16456deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6854545b, 0x25, 0xca6854545b, 0x25, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5cea7c20, 0xca5cea7bc0, 0xc9dac2f820, 0xca6854545b, 0x25, 0xca6854545b, 0x25, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967989 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc93d4bd800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9d19e32b0, 0xc904596fc0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9d19e32b0, 0xc904596fc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9d19e32b0, 0xc904596fc0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9d19e32b0, 0xc904596fc0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9d19e32b0, 0xc904596fc0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc95dc49280)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962513 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f3424ac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f3424a0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f3424a0, 0xca8c0eb020, 0xca8c0eb080)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963888 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9b3f8a05a, 0x24, 0x56deebd656dee6ae, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9b3f8a05a, 0x24, 0x0, 0x56dee6ae00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9b3f8a05a, 0x24, 0xc9b3f8a05a, 0x24, 0x56deebd656dee6ae, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9f370db60, 0xc9f370db00, 0xc90fae8e00, 0xc9b3f8a05a, 0x24, 0xc9b3f8a05a, 0x24, 0x56deebd656dee6ae, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43971154 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1db62556, 0x24, 0x56deebd956deeb7f, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1db62556, 0x24, 0x0, 0x56deeb7f00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1db62556, 0x24, 0xca1db62556, 0x24, 0x56deebd956deeb7f, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9adb14060, 0xc9adb14000, 0xc9f7397b00, 0xca1db62556, 0x24, 0xca1db62556, 0x24, 0x56deebd956deeb7f, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967049 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9760315df, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9760315df, 0x25, 0x0, 0x56deebb800000000, 0x69702e6556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9760315df, 0x25, 0xc9760315df, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc90c053ce0, 0xc90c053c80, 0xc8d627ba40, 0xc9760315df, 0x25, 0xc9760315df, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965143 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca381f836c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca381f8360)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca381f8360, 0xc9ac9f36e0, 0xc9ac9f3740)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969744 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca53b61c0a, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca53b61c0a, 0x24, 0x0, 0x56deebc300000000, 0x6e65b06b56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca53b61c0a, 0x24, 0xca53b61c0a, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8cf4cb020, 0xc8cf4cafc0, 0xc9b86f1d50, 0xca53b61c0a, 0x24, 0xca53b61c0a, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967024 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaa620ee2, 0x24, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaa620ee2, 0x24, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaa620ee2, 0x24, 0xcaaa620ee2, 0x24, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec1260, 0xc9ceec1200, 0xc8fccb7980, 0xcaaa620ee2, 0x24, 0xcaaa620ee2, 0x24, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967988 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8b35d4800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9d19e3380, 0xc9045970a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9d19e3380, 0xc9045970a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9d19e3380, 0xc9045970a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9d19e3380, 0xc9045970a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9d19e3380, 0xc9045970a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc95dc49200)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964434 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc86ed5acde, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc86ed5acde, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc86ed5acde, 0x24, 0xc86ed5acde, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ac9f20c0, 0xc9ac9f2060, 0xc97e986cd0, 0xc86ed5acde, 0x24, 0xc86ed5acde, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43971118 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca58de145a, 0x24, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca58de145a, 0x24, 0x0, 0x56deebc400000000, 0xaf79656c56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca58de145a, 0x24, 0xca58de145a, 0x24, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b2ed6600, 0xc9b2ed6540, 0xc99ab9a960, 0xca58de145a, 0x24, 0xca58de145a, 0x24, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962123 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcac29edc59, 0x23, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcac29edc59, 0x23, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcac29edc59, 0x23, 0xcac29edc59, 0x23, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca61c094a0, 0xca61c09440, 0xc85f5d9ab0, 0xcac29edc59, 0x23, 0xcac29edc59, 0x23, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960786 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca1974a000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9feed44e0, 0xc8ad252620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9feed44e0, 0xc8ad252620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9feed44e0, 0xc8ad252620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9feed44e0, 0xc8ad252620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9feed44e0, 0xc8ad252620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc98d4c5900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961744 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f92231c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f922310)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f922310, 0xca76e353e0, 0xca76e35440)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967281 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9268987b2, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9268987b2, 0x24, 0x0, 0x56de97f900000000, 0x56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9268987b2, 0x24, 0xc9268987b2, 0x24, 0x56deec1d56de97f9, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543d6e0, 0xc8b543d680, 0xc92e278e80, 0xc9268987b2, 0x24, 0xc9268987b2, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963083 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4d673db7, 0x23, 0x56deebd556deeb5d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4d673db7, 0x23, 0x0, 0x56deeb5d00000000, 0x74654da656deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4d673db7, 0x23, 0xca4d673db7, 0x23, 0x56deebd556deeb5d, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39a600, 0xc9bc39a5a0, 0xc85ec2e6a0, 0xca4d673db7, 0x23, 0xca4d673db7, 0x23, 0x56deebd556deeb5d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963180 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3c2cbcac, 0x22, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3c2cbcac, 0x22, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3c2cbcac, 0x22, 0xca3c2cbcac, 0x22, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39aba0, 0xc9bc39ab40, 0xc85e6528d0, 0xca3c2cbcac, 0x22, 0xca3c2cbcac, 0x22, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965481 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9c9243800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7ed00, 0xc8200ddce0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7ed00, 0xc8200ddce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7ed00, 0xc8200ddce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7ed00, 0xc8200ddce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7ed00, 0xc8200ddce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc985344a80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968173 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9237c320c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9237c3200)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9237c3200, 0xca254ac4e0, 0xca254ac540)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968865 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc921cbc800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc5040, 0xca63e607e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc5040, 0xca63e607e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc5040, 0xca63e607e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc5040, 0xca63e607e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc5040, 0xca63e607e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9009d8900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969738 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca5b3d5800, 0x18, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314eb450, 0xca3adab260, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314eb450, 0xca3adab260)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314eb450, 0xca3adab260)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314eb450, 0xca3adab260)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314eb450, 0xca3adab260)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89498000)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969026 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9480ce000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7f1e0, 0xca7095f0a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7f1e0, 0xca7095f0a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7f1e0, 0xca7095f0a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7f1e0, 0xca7095f0a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7f1e0, 0xca7095f0a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8c9c8b000)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968786 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257c93, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257c93, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257c93, 0x25, 0xc8ad257c93, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257c93, 0x25, 0xc8ad257c93, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961925 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8d84d886, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8d84d886, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8d84d886, 0x24, 0xca8d84d886, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8ba68de0, 0xca8ba68d80, 0xc8600818f0, 0xca8d84d886, 0x24, 0xca8d84d886, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964616 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc98df8f53c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc98df8f530)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc98df8f530, 0xc9dd3f3860, 0xc9dd3f38c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967640 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9ec14a93c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9ec14a930)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9ec14a930, 0xc9c4e61740, 0xc9c4e617a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43960836 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca27c79800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc5790, 0xc96fcec620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc5790, 0xc96fcec620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc5790, 0xc96fcec620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc5790, 0xc96fcec620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc5790, 0xc96fcec620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565f180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964676 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc82020f400, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7860, 0xc8200dd500, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7860, 0xc8200dd500)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7860, 0xc8200dd500)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7860, 0xc8200dd500)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7860, 0xc8200dd500)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9009d8700)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965160 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9ab8adf4c, 0x22, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9ab8adf4c, 0x22, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9ab8adf4c, 0x22, 0xc9ab8adf4c, 0x22, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca63b1e720, 0xca63b1e660, 0xca0b883200, 0xc9ab8adf4c, 0x22, 0xc9ab8adf4c, 0x22, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963426 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7c4f450a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7c4f450a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7c4f450a, 0x24, 0xca7c4f450a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc820068180, 0xc820068120, 0xc8600fe010, 0xca7c4f450a, 0x24, 0xca7c4f450a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966202 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f46fcb8a, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f46fcb8a, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f46fcb8a, 0x23, 0xc9f46fcb8a, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543c2a0, 0xc8b543c240, 0xc95cf49be0, 0xc9f46fcb8a, 0x23, 0xc9f46fcb8a, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965976 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8688fb00, 0x1c, 0x1c, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39e270, 0xca9001d260, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39e270, 0xca9001d260)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39e270, 0xca9001d260)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39e270, 0xca9001d260)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39e270, 0xca9001d260)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e76bee80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965070 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9e45a7ddc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9e45a7dd0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9e45a7dd0, 0xc9d8098b40, 0xc9d8098ba0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962767 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4045385a, 0x24, 0x56deebd756deeba5, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4045385a, 0x24, 0x0, 0x56deeba500000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4045385a, 0x24, 0xca4045385a, 0x24, 0x56deebd756deeba5, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8261d1a0, 0xca8261d140, 0xc85ece8150, 0xca4045385a, 0x24, 0xca4045385a, 0x24, 0x56deebd756deeba5, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967060 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9401a38fc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9401a38f0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9401a38f0, 0xc9ceec0000, 0xc9ceec0060)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963066 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4d673adc, 0x23, 0x56deebd556deeb5d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4d673adc, 0x23, 0x0, 0x56deeb5d00000000, 0xc956deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4d673adc, 0x23, 0xca4d673adc, 0x23, 0x56deebd556deeb5d, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39a600, 0xc9bc39a5a0, 0xc85ec2e6a0, 0xca4d673adc, 0x23, 0xca4d673adc, 0x23, 0x56deebd556deeb5d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965235 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca856744d9, 0x23, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca856744d9, 0x23, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca856744d9, 0x23, 0xca856744d9, 0x23, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca7f080600, 0xca7f0805a0, 0xca16b5ec90, 0xca856744d9, 0x23, 0xca856744d9, 0x23, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963745 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca69c8a000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302c270, 0xca7a3a0b60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302c270, 0xca7a3a0b60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302c270, 0xca7a3a0b60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302c270, 0xca7a3a0b60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302c270, 0xca7a3a0b60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca729c1180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964988 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca4bf3371c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca4bf33710)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca4bf33710, 0xc96091b920, 0xc96091b980)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964770 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9d0376800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314ea5b0, 0xca623a6700, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314ea5b0, 0xca623a6700)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314ea5b0, 0xca623a6700)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314ea5b0, 0xca623a6700)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314ea5b0, 0xca623a6700)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e8e84480)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967758 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8dc73cc2e, 0x22, 0x56deec3556dec241, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8dc73cc2e, 0x22, 0x0, 0x56dec24100000000, 0x56deec35, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8dc73cc2e, 0x22, 0xc8dc73cc2e, 0x22, 0x56deec3556dec241, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d1e383c0, 0xc9d1e38360, 0xc87f5f48e0, 0xc8dc73cc2e, 0x22, 0xc8dc73cc2e, 0x22, 0x56deec3556dec241, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966906 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc93953a26e, 0x24, 0x56deebda56deeb26, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc93953a26e, 0x24, 0x0, 0x56deeb2600000000, 0xc956deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc93953a26e, 0x24, 0xc93953a26e, 0x24, 0x56deebda56deeb26, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543cc60, 0xc8b543cc00, 0xc8d6277410, 0xc93953a26e, 0x24, 0xc93953a26e, 0x24, 0x56deebda56deeb26, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962557 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f2ac48c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f2ac480)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f2ac480, 0xca6e77a2a0, 0xca6e77a300)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968326 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca01d3fc5a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca01d3fc5a, 0x24, 0x0, 0x56deebb800000000, 0xb063697256deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca01d3fc5a, 0x24, 0xca01d3fc5a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e1be44e0, 0xc9e1be4480, 0xc9f59c9830, 0xca01d3fc5a, 0x24, 0xca01d3fc5a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963457 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc858101800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302c000, 0xca7a3a08c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302c000, 0xca7a3a08c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302c000, 0xca7a3a08c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302c000, 0xca7a3a08c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302c000, 0xca7a3a08c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca729c0780)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962148 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcac29ed4de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcac29ed4de, 0x24, 0x0, 0x56deebb800000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcac29ed4de, 0x24, 0xcac29ed4de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca61c09560, 0xca61c09500, 0xc85f5d9ec0, 0xcac29ed4de, 0x24, 0xcac29ed4de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965833 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2daf2c5a, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2daf2c5a, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2daf2c5a, 0x24, 0xca2daf2c5a, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979812ba0, 0xc979812b40, 0xc97a74a2f0, 0xca2daf2c5a, 0x24, 0xca2daf2c5a, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965531 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc954c1a212, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc954c1a212, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc954c1a212, 0x24, 0xc954c1a212, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca7f080ea0, 0xca7f080e40, 0xc8908dd5d0, 0xc954c1a212, 0x24, 0xc954c1a212, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966597 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4397f2de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4397f2de, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4397f2de, 0x24, 0xca4397f2de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543c8a0, 0xc8b543c840, 0xc94b252220, 0xca4397f2de, 0x24, 0xca4397f2de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966184 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca0b6d8000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9fad4e1a0, 0xc8ad2522a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9fad4e1a0, 0xc8ad2522a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9fad4e1a0, 0xc8ad2522a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9fad4e1a0, 0xc8ad2522a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9fad4e1a0, 0xc8ad2522a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc88af52b80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969124 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab126985a, 0x24, 0x56deebdc56deebbe, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab126985a, 0x24, 0x0, 0x56deebbe00000000, 0xc856deebdc, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab126985a, 0x24, 0xcab126985a, 0x24, 0x56deebdc56deebbe, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923483b60, 0xc923483a40, 0xca30afd8d0, 0xcab126985a, 0x24, 0xcab126985a, 0x24, 0x56deebdc56deebbe, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964207 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc93a06585a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc93a06585a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc93a06585a, 0x24, 0xc93a06585a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876934960, 0xc876934900, 0xca11b66900, 0xc93a06585a, 0x24, 0xc93a06585a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963476 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85eccb03c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85eccb030)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85eccb030, 0xca197541e0, 0xca19754300)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962318 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4b4a34de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4b4a34de, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4b4a34de, 0x24, 0xca4b4a34de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9ce0, 0xca71cb9c80, 0xc85f6baa10, 0xca4b4a34de, 0x24, 0xca4b4a34de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965394 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9e39ee8de, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9e39ee8de, 0x24, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9e39ee8de, 0x24, 0xc9e39ee8de, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc903977020, 0xc903976fc0, 0xc979396220, 0xc9e39ee8de, 0x24, 0xc9e39ee8de, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965411 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc97939622c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc979396220)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc979396220, 0xc903976fc0, 0xc903977020)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969740 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca53b61b5a, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca53b61b5a, 0x24, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca53b61b5a, 0x24, 0xca53b61b5a, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8cf4cb020, 0xc8cf4cafc0, 0xc9b86f1d50, 0xca53b61b5a, 0x24, 0xca53b61b5a, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963969 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc90fae8e0c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc90fae8e00)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc90fae8e00, 0xc9f370db00, 0xc9f370db60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968565 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc840690059, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc840690059, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc840690059, 0x23, 0xc840690059, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e1be47e0, 0xc9e1be4780, 0xca2b29d2a0, 0xc840690059, 0x23, 0xc840690059, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964493 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc86c153c5b, 0x25, 0x56deebd856deeb24, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc86c153c5b, 0x25, 0x0, 0x56deeb2400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc86c153c5b, 0x25, 0xc86c153c5b, 0x25, 0x56deebd856deeb24, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5cea6ea0, 0xca5cea6e40, 0xca14c21d40, 0xc86c153c5b, 0x25, 0xc86c153c5b, 0x25, 0x56deebd856deeb24, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964799 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca685454e2, 0x25, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca685454e2, 0x25, 0x0, 0x56deebb900000000, 0xc856deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca685454e2, 0x25, 0xca685454e2, 0x25, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5cea7c20, 0xca5cea7bc0, 0xc9dac2f820, 0xca685454e2, 0x25, 0xca685454e2, 0x25, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968748 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad2578b5, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad2578b5, 0x25, 0x0, 0x56deea7000000000, 0x73756d7456deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad2578b5, 0x25, 0xc8ad2578b5, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad2578b5, 0x25, 0xc8ad2578b5, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961886 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca4d673400, 0x10, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcaa2a1b040, 0xca6ae4d6c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcaa2a1b040, 0xca6ae4d6c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcaa2a1b040, 0xca6ae4d6c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcaa2a1b040, 0xca6ae4d6c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcaa2a1b040, 0xca6ae4d6c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9cbde0500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962417 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6babac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6baba0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6baba0, 0xca8c0ea000, 0xca8c0ea060)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962798 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca9898202e, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca9898202e, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca9898202e, 0x24, 0xca9898202e, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897e5a0, 0xca9897e540, 0xc85ef7e050, 0xca9898202e, 0x24, 0xca9898202e, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965668 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca62858000, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab0d561a0, 0xca3adab6c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab0d561a0, 0xca3adab6c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab0d561a0, 0xca3adab6c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab0d561a0, 0xca3adab6c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab0d561a0, 0xca3adab6c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc944d30a00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964918 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca270c4b3c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca270c4b30)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca270c4b30, 0xc8769356e0, 0xc876935740)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968496 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca5ee05000, 0x18, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b6410, 0xca687aa540, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b6410, 0xca687aa540)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b6410, 0xca687aa540)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b6410, 0xca687aa540)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b6410, 0xca687aa540)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc92d73c280)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964865 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7c4f585a, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7c4f585a, 0x24, 0x0, 0x56deebba00000000, 0xc856deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7c4f585a, 0x24, 0xca7c4f585a, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca19d0b0e0, 0xca19d0b080, 0xc96bddb910, 0xca7c4f585a, 0x24, 0xca7c4f585a, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43971844 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4e4e9ced, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4e4e9ced, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4e4e9ced, 0x25, 0xca4e4e9ced, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b2ed6ea0, 0xc9b2ed6e40, 0xc92aa646b0, 0xca4e4e9ced, 0x25, 0xca4e4e9ced, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969347 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f46fc4e2, 0x25, 0x56deebd856deeb24, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f46fc4e2, 0x25, 0x0, 0x56deeb2400000000, 0x5f726f7456deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f46fc4e2, 0x25, 0xc9f46fc4e2, 0x25, 0x56deebd856deeb24, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e2517e60, 0xc9e2517e00, 0xc8e8862e70, 0xc9f46fc4e2, 0x25, 0xc9f46fc4e2, 0x25, 0x56deebd856deeb24, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965901 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9b66610e2, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9b66610e2, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9b66610e2, 0x25, 0xc9b66610e2, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b27a1f80, 0xc9b27a1f20, 0xc95a3f9860, 0xc9b66610e2, 0x25, 0xc9b66610e2, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962892 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1974d30a, 0x24, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1974d30a, 0x24, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1974d30a, 0x24, 0xca1974d30a, 0x24, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcabe39f1a0, 0xcabe39f140, 0xc85ecc3270, 0xca1974d30a, 0x24, 0xca1974d30a, 0x24, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43972159 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9dc4fd22e, 0x24, 0x56dec11856de985d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9dc4fd22e, 0x24, 0x0, 0x56de985d00000000, 0x56deec81, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9dc4fd22e, 0x24, 0xc9dc4fd22e, 0x24, 0x56deec8156de985d, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca11fbd620, 0xca11fbd5c0, 0xca0c31f8d0, 0xc9dc4fd22e, 0x24, 0xc9dc4fd22e, 0x24, 0x56deec8156de985d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968915 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1bfe005a, 0x24, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1bfe005a, 0x24, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1bfe005a, 0x24, 0xca1bfe005a, 0x24, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f4960, 0xc9278f4900, 0xc9d5ee83d0, 0xca1bfe005a, 0x24, 0xca1bfe005a, 0x24, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965391 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8e50d4800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4eac30, 0xca9001ce00, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4eac30, 0xca9001ce00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4eac30, 0xca9001ce00)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4eac30, 0xca9001ce00)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4eac30, 0xca9001ce00)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc943317180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961888 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca71cbc05a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca71cbc05a, 0x24, 0x0, 0x56deebb700000000, 0x323a646956deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca71cbc05a, 0x24, 0xca71cbc05a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb8360, 0xca71cb8300, 0xc85f6eb0d0, 0xca71cbc05a, 0x24, 0xca71cbc05a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962020 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6fec6c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6fec60)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6fec60, 0xca197552c0, 0xca19755320)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964306 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc93a0658de, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc93a0658de, 0x24, 0x0, 0x56deebb700000000, 0x6d6954a456deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc93a0658de, 0x24, 0xc93a0658de, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876934960, 0xc876934900, 0xca11b66900, 0xc93a0658de, 0x24, 0xc93a0658de, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963459 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc82011e0e2, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc82011e0e2, 0x25, 0x0, 0x56deeb2100000000, 0xa566303356deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc82011e0e2, 0x25, 0xc82011e0e2, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca19754300, 0xca197541e0, 0xc85eccb030, 0xc82011e0e2, 0x25, 0xc82011e0e2, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969751 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc840adb48e, 0x24, 0x56dec11856de982b, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc840adb48e, 0x24, 0x0, 0x56de982b00000000, 0x7463656c56deec4f, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc840adb48e, 0x24, 0xc840adb480, 0x39, 0x56deec4f56de982b, 0x780, 0x3, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc982b72ba0, 0xc982b72b40, 0xc982559cc0, 0xc840adb48e, 0x24, 0xc840adb480, 0x39, 0x56deec4f56de982b, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969661 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d02db0b2, 0x24, 0x56dec11856de982b, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d02db0b2, 0x24, 0x0, 0x56de982b00000000, 0x56deec4f, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d02db0b2, 0x24, 0xc9d02db0b2, 0x24, 0x56deec4f56de982b, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc903973200, 0xc9039731a0, 0xca2f06fec0, 0xc9d02db0b2, 0x24, 0xc9d02db0b2, 0x24, 0x56deec4f56de982b, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960820 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8ce65000, 0x17, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991ebd40, 0xcab6983c00, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991ebd40, 0xcab6983c00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991ebd40, 0xcab6983c00)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991ebd40, 0xcab6983c00)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991ebd40, 0xcab6983c00)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565e980)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968980 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8db91e000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897a0c30, 0xcab6982620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897a0c30, 0xcab6982620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897a0c30, 0xcab6982620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897a0c30, 0xcab6982620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897a0c30, 0xcab6982620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca5230a100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963633 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1bfe1c5b, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1bfe1c5b, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1bfe1c5b, 0x25, 0xca1bfe1c5b, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f24e0, 0xc9dd3f2480, 0xc9b7f75c70, 0xca1bfe1c5b, 0x25, 0xca1bfe1c5b, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964561 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc82020f000, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b76c0, 0xc8200dd340, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b76c0, 0xc8200dd340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b76c0, 0xc8200dd340)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b76c0, 0xc8200dd340)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b76c0, 0xc8200dd340)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e1841700)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967312 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca65b540de, 0x24, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca65b540de, 0x24, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca65b540de, 0x24, 0xca65b540de, 0x24, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8ff6b2120, 0xc8ff6b20c0, 0xc9823c3590, 0xca65b540de, 0x24, 0xca65b540de, 0x24, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961547 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fcee05b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fcee05b, 0x25, 0x0, 0x56deeb2100000000, 0x63696c6956deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fcee05b, 0x25, 0xc96fcee05b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e34e40, 0xca76e34de0, 0xc85f922240, 0xc96fcee05b, 0x25, 0xc96fcee05b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963928 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc98837d58c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc98837d580)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc98837d580, 0xc9d51bf9e0, 0xc9d51bfa40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964622 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab30288de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab30288de, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab30288de, 0x24, 0xcab30288de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f39e0, 0xc9dd3f3980, 0xc859eda950, 0xcab30288de, 0x24, 0xcab30288de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965168 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d5f0f45a, 0x24, 0x56deebd856deeb24, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d5f0f45a, 0x24, 0x0, 0x56deeb2400000000, 0x6e6f6daf56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d5f0f45a, 0x24, 0xc9d5f0f45a, 0x24, 0x56deebd856deeb24, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8602ac840, 0xc8602ac7e0, 0xc97924e990, 0xc9d5f0f45a, 0x24, 0xc9d5f0f45a, 0x24, 0x56deebd856deeb24, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964737 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca1cc3d67c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca1cc3d670)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca1cc3d670, 0xc86512d2c0, 0xc86512d320)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964984 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3586df2e, 0x24, 0x56dec11856de97c7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3586df2e, 0x24, 0x0, 0x56de97c700000000, 0x56deebeb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3586df2e, 0x24, 0xca3586df2e, 0x24, 0x56deebeb56de97c7, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc96091b980, 0xc96091b920, 0xca4bf33710, 0xca3586df2e, 0x24, 0xca3586df2e, 0x24, 0x56deebeb56de97c7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966141 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc97a74a2fc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc97a74a2f0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc97a74a2f0, 0xc979812b40, 0xc979812ba0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967034 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8d6281bdc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8d6281bd0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8d6281bd0, 0xc93eb052c0, 0xc93eb05320)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968519 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8897ed4da, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8897ed4da, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8897ed4da, 0x23, 0xc8897ed4da, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e2516a80, 0xc9e2516a20, 0xca3382bea0, 0xc8897ed4da, 0x23, 0xc8897ed4da, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965846 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca628584b2, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca628584b2, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca628584b2, 0x24, 0xca628584b2, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd942a0, 0xc95fd94240, 0xc8af74a200, 0xca628584b2, 0x24, 0xca628584b2, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965937 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc97fd5905a, 0x24, 0x56deebd756deeb5f, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc97fd5905a, 0x24, 0x0, 0x56deeb5f00000000, 0x74654da656deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc97fd5905a, 0x24, 0xc97fd5905a, 0x24, 0x56deebd756deeb5f, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543c180, 0xc8b543c120, 0xc95cf49790, 0xc97fd5905a, 0x24, 0xc97fd5905a, 0x24, 0x56deebd756deeb5f, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43972887 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc964446b9c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc964446b90)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc964446b90, 0xc963503c80, 0xc963503ce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966021 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca38e5f800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302d5f0, 0xca7095f960, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302d5f0, 0xca7095f960)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302d5f0, 0xca7095f960)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302d5f0, 0xca7095f960)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302d5f0, 0xca7095f960)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8c5487b80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962338 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4b4a3c59, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4b4a3c59, 0x23, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4b4a3c59, 0x23, 0xca4b4a3c59, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9da0, 0xca71cb9d40, 0xc85f6baa30, 0xca4b4a3c59, 0x23, 0xca4b4a3c59, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966000 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca624a145b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca624a145b, 0x25, 0x0, 0x56deeb2100000000, 0xad04d16456deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca624a145b, 0x25, 0xca624a145b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd944e0, 0xc95fd94480, 0xc910d5a2b0, 0xca624a145b, 0x25, 0xca624a145b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967875 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca687a7986, 0x24, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca687a7986, 0x24, 0x0, 0x56deebc400000000, 0x73756d7456deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca687a7986, 0x24, 0xca687a7986, 0x24, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9c988a5a0, 0xc9c988a540, 0xc98351bcc0, 0xca687a7986, 0x24, 0xca687a7986, 0x24, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967128 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca55d56c5a, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca55d56c5a, 0x24, 0x0, 0x56de97f900000000, 0xc956deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca55d56c5a, 0x24, 0xca55d56c5a, 0x24, 0x56deec1d56de97f9, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7824e0, 0xc98f782480, 0xc97a663310, 0xca55d56c5a, 0x24, 0xca55d56c5a, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969496 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9ead29000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b6b60, 0xca687aab60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b6b60, 0xca687aab60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b6b60, 0xca687aab60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b6b60, 0xca687aab60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b6b60, 0xca687aab60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcab6c6a680)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968726 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc997df30de, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc997df30de, 0x24, 0x0, 0x56deebc300000000, 0xc856deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc997df30de, 0x24, 0xc997df30de, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f43c0, 0xc9278f4360, 0xc94ae00a00, 0xc997df30de, 0x24, 0xc997df30de, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962195 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca71cbd85b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca71cbd85b, 0x25, 0x0, 0x56deeb2100000000, 0x756c615656deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca71cbd85b, 0x25, 0xca71cbd85b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9740, 0xca71cb96e0, 0xc85f6ba940, 0xca71cbd85b, 0x25, 0xca71cbd85b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963204 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa18bc4de, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa18bc4de, 0x24, 0x0, 0x56deebc200000000, 0x65b0736556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa18bc4de, 0x24, 0xcaa18bc4de, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39ac60, 0xc9bc39ac00, 0xc85e6528e0, 0xcaa18bc4de, 0x24, 0xcaa18bc4de, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961523 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f7018086, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f7018086, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f7018086, 0x24, 0xc9f7018086, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e34d80, 0xca76e34d20, 0xc85f922230, 0xc9f7018086, 0x24, 0xc9f7018086, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962630 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9fcfe385a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9fcfe385a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9fcfe385a, 0x24, 0xc9fcfe385a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b500, 0xca6e77b4a0, 0xc85f042ac0, 0xc9fcfe385a, 0x24, 0xc9fcfe385a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965498 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9793977dc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9793977d0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9793977d0, 0xc9039771a0, 0xc903977200)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966116 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc910d5a2bc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc910d5a2b0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc910d5a2b0, 0xc95fd94480, 0xc95fd944e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964985 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3586df5a, 0x24, 0x56dec11856de97c7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3586df5a, 0x24, 0x0, 0x56de97c700000000, 0x74696cb256deebeb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3586df5a, 0x24, 0xca3586df5a, 0x24, 0x56deebeb56de97c7, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc96091b980, 0xc96091b920, 0xca4bf33710, 0xca3586df5a, 0x24, 0xca3586df5a, 0x24, 0x56deebeb56de97c7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964891 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab30298e2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab30298e2, 0x25, 0x0, 0x56deeb2200000000, 0x3233306356deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab30298e2, 0x25, 0xcab30298e2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f3d40, 0xc9dd3f3ce0, 0xc970f7afd0, 0xcab30298e2, 0x25, 0xcab30298e2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962515 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fd01e5a, 0x24, 0x56dec11856de9795, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fd01e5a, 0x24, 0x0, 0x56de979500000000, 0x56deebb9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fd01e5a, 0x24, 0xc96fd01e5a, 0x24, 0x56deebb956de9795, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0eb5c0, 0xca8c0eb560, 0xc85f308220, 0xc96fd01e5a, 0x24, 0xc96fd01e5a, 0x24, 0x56deebb956de9795, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964923 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc99e1ef706, 0x24, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc99e1ef706, 0x24, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc99e1ef706, 0x24, 0xc99e1ef706, 0x24, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876935920, 0xc8769358c0, 0xca270c5800, 0xc99e1ef706, 0x24, 0xc99e1ef706, 0x24, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964062 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc96662e800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc4340, 0xca9001c460, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc4340, 0xca9001c460)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc4340, 0xca9001c460)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc4340, 0xca9001c460)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc4340, 0xca9001c460)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e1840500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965563 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc83b0cb5fc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc83b0cb5f0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc83b0cb5f0, 0xc86f391c80, 0xc86f391ce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966466 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca417efce2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca417efce2, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca417efce2, 0x25, 0xca417efce2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc90c053a40, 0xc90c0539e0, 0xc977c4d2c0, 0xca417efce2, 0x25, 0xca417efce2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970647 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc843b5c61d, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc843b5c61d, 0x25, 0x0, 0x56deeb2200000000, 0x654da66556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc843b5c61d, 0x25, 0xc843b5c61d, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5c0acf00, 0xca5c0acea0, 0xc97f991470, 0xc843b5c61d, 0x25, 0xc843b5c61d, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43971179 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6adacc5a, 0x24, 0x56deebdc56deeb46, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6adacc5a, 0x24, 0x0, 0x56deeb4600000000, 0x56deebdc, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6adacc5a, 0x24, 0xca6adacc5a, 0x24, 0x56deebdc56deeb46, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8a9cd8de0, 0xc8a9cd8d80, 0xc94440b430, 0xca6adacc5a, 0x24, 0xca6adacc5a, 0x24, 0x56deebdc56deeb46, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970355 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca94e58c58, 0x22, 0x56deec5456dec260, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca94e58c58, 0x22, 0x0, 0x56dec26000000000, 0xc856deec54, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca94e58c58, 0x22, 0xca94e58c58, 0x22, 0x56deec5456dec260, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca218178c0, 0xca21817860, 0xc92bd21990, 0xca94e58c58, 0x22, 0xca94e58c58, 0x22, 0x56deec5456dec260, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964002 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca113c4fec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca113c4fe0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca113c4fe0, 0xcac12e6360, 0xcac12e63c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965106 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8ea5e3f3c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8ea5e3f30)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8ea5e3f30, 0xcac12e7b60, 0xcac12e7bc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967553 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8db960fdc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8db960fd0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8db960fd0, 0xc9ceec1440, 0xc9ceec14a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967433 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8db970a6c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8db970a60)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8db970a60, 0xc98f783c80, 0xc98f783ce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43970845 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2cdfa95a, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2cdfa95a, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2cdfa95a, 0x24, 0xca2cdfa95a, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9adff07e0, 0xc9adff0780, 0xca65e65450, 0xca2cdfa95a, 0x24, 0xca2cdfa95a, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969194 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca45b410e2, 0x25, 0x56deebda56deebbc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca45b410e2, 0x25, 0x0, 0x56deebbc00000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca45b410e2, 0x25, 0xca45b410e2, 0x25, 0x56deebda56deebbc, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e1be5f80, 0xc9e1be5f20, 0xc9fa5edb70, 0xca45b410e2, 0x25, 0xca45b410e2, 0x25, 0x56deebda56deebbc, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966425 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f4eb0b56, 0x24, 0x56deebd856deeba6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f4eb0b56, 0x24, 0x0, 0x56deeba600000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f4eb0b56, 0x24, 0xc9f4eb0b56, 0x24, 0x56deebd856deeba6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e589c0, 0xc961e58960, 0xc9559a9950, 0xc9f4eb0b56, 0x24, 0xc9f4eb0b56, 0x24, 0x56deebd856deeba6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967703 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc961ef20de, 0x24, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc961ef20de, 0x24, 0x0, 0x56deeb2300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc961ef20de, 0x24, 0xc961ef20de, 0x24, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98b53c540, 0xc98b53c4e0, 0xc95d623da0, 0xc961ef20de, 0x24, 0xc961ef20de, 0x24, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967314 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca21ee28c0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9fad4e820, 0xca9001dc00, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9fad4e820, 0xca9001dc00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9fad4e820, 0xca9001dc00)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9fad4e820, 0xca9001dc00)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9fad4e820, 0xca9001dc00)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e9e26f80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962268 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d06924da, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d06924da, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d06924da, 0x24, 0xc9d06924da, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9b60, 0xca71cb9b00, 0xc85f6ba9d0, 0xc9d06924da, 0x24, 0xc9d06924da, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964736 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc820319c2e, 0x24, 0x56dec11856de97c7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc820319c2e, 0x24, 0x0, 0x56de97c700000000, 0x56deebeb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc820319c2e, 0x24, 0xc820319c2e, 0x24, 0x56deebeb56de97c7, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc86512d320, 0xc86512d2c0, 0xca1cc3d670, 0xc820319c2e, 0x24, 0xc820319c2e, 0x24, 0x56deebeb56de97c7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969085 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca624a1cde, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca624a1cde, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca624a1cde, 0x24, 0xca624a1cde, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b879b5c0, 0xc9b879b560, 0xc8f42b2ba0, 0xca624a1cde, 0x24, 0xca624a1cde, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961450 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa72a5bae, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa72a5bae, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa72a5bae, 0x24, 0xcaa72a5bae, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8ba68ae0, 0xca8ba68a80, 0xc860081270, 0xcaa72a5bae, 0x24, 0xcaa72a5bae, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966934 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8e713181c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8e7131810)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8e7131810, 0xc961e596e0, 0xc961e59740)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967019 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaa620e06, 0x24, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaa620e06, 0x24, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaa620e06, 0x24, 0xcaaa620e06, 0x24, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec1260, 0xc9ceec1200, 0xc8fccb7980, 0xcaaa620e06, 0x24, 0xcaaa620e06, 0x24, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967016 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8e454d00, 0x22, 0x22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9fad4e9c0, 0xc8ad253a40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9fad4e9c0, 0xc8ad253a40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9fad4e9c0, 0xc8ad253a40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9fad4e9c0, 0xc8ad253a40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9fad4e9c0, 0xc8ad253a40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8aa3b1800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966944 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa72a54a2, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa72a54a2, 0x24, 0x0, 0x56deebbb00000000, 0x74682e7356deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa72a54a2, 0x24, 0xcaa72a54a2, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e59920, 0xc961e598c0, 0xc8d6266680, 0xcaa72a54a2, 0x24, 0xcaa72a54a2, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967259 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8e68b7000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9c1558820, 0xc99b7380e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9c1558820, 0xc99b7380e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9c1558820, 0xc99b7380e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9c1558820, 0xc99b7380e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9c1558820, 0xc99b7380e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8aa3b1a80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966679 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8485e000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39e820, 0xca9001d7a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39e820, 0xca9001d7a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39e820, 0xca9001d7a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39e820, 0xca9001d7a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39e820, 0xca9001d7a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e9e26080)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966122 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9fe9c8cde, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9fe9c8cde, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9fe9c8cde, 0x24, 0xc9fe9c8cde, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd94600, 0xc95fd945a0, 0xc985adecd0, 0xc9fe9c8cde, 0x24, 0xc9fe9c8cde, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43971093 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9a676e706, 0x23, 0x56deebd856deeb60, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9a676e706, 0x23, 0x0, 0x56deeb6000000000, 0x156deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9a676e706, 0x23, 0xc9a676e706, 0x23, 0x56deebd856deeb60, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b2ed6420, 0xc9b2ed63c0, 0xc9fbd00550, 0xc9a676e706, 0x23, 0xc9a676e706, 0x23, 0x56deebd856deeb60, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962701 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a10f, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a10f, 0x25, 0x0, 0x56deeb2200000000, 0x4fa5336156deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a10f, 0x25, 0xc8fd72a10f, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a10f, 0x25, 0xc8fd72a10f, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963208 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa18bc58e, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa18bc58e, 0x24, 0x0, 0x56deebc200000000, 0x6e6f6daf56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa18bc58e, 0x24, 0xcaa18bc58e, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39ac60, 0xc9bc39ac00, 0xc85e6528e0, 0xcaa18bc58e, 0x24, 0xcaa18bc58e, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960808 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9bb2f8000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1c680, 0xca3adaa460, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1c680, 0xca3adaa460)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1c680, 0xca3adaa460)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1c680, 0xca3adaa460)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1c680, 0xca3adaa460)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565e380)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962553 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3b3d212e, 0x24, 0x56dec11856de9795, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3b3d212e, 0x24, 0x0, 0x56de979500000000, 0x56deebb9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3b3d212e, 0x24, 0xca3b3d212e, 0x24, 0x56deebb956de9795, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77a300, 0xca6e77a2a0, 0xc85f2ac480, 0xca3b3d212e, 0x24, 0xca3b3d212e, 0x24, 0x56deebb956de9795, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963593 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc990b2542e, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc990b2542e, 0x24, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc990b2542e, 0x24, 0xc990b2542e, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d51bf6e0, 0xc9d51bf680, 0xc93c4af9b0, 0xc990b2542e, 0x24, 0xc990b2542e, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967089 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9e3cc459c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9e3cc4590)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9e3cc4590, 0xc93eb05440, 0xc93eb054a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962928 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca40457412, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca40457412, 0x24, 0x0, 0x56deebc200000000, 0x726f706156deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca40457412, 0x24, 0xca40457412, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8261d260, 0xca8261d200, 0xc85ece84c0, 0xca40457412, 0x24, 0xca40457412, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965934 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc95a3f986c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc95a3f9860)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc95a3f9860, 0xc9b27a1f20, 0xc9b27a1f80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964268 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4c2843f6, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4c2843f6, 0x24, 0x0, 0x56deebb700000000, 0xc856deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4c2843f6, 0x24, 0xca4c2843f6, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f2960, 0xc9dd3f2900, 0xc8f6180d70, 0xca4c2843f6, 0x24, 0xca4c2843f6, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962042 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6fec9c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6fec90)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6fec90, 0xca19755380, 0xca197553e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968297 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc89903345a, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc89903345a, 0x24, 0x0, 0x56deebbb00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc89903345a, 0x24, 0xc89903345a, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6046ca80, 0xca6046ca20, 0xca3a000590, 0xc89903345a, 0x24, 0xc89903345a, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968910 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca3a00059c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca3a000590)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca3a000590, 0xca6046ca20, 0xca6046ca80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43971845 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4e4e9d1a, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4e4e9d1a, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4e4e9d1a, 0x25, 0xca4e4e9d1a, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b2ed6ea0, 0xc9b2ed6e40, 0xc92aa646b0, 0xca4e4e9d1a, 0x25, 0xca4e4e9d1a, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964545 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca14c21d4c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca14c21d40)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca14c21d40, 0xca5cea6e40, 0xca5cea6ea0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968798 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257eaf, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257eaf, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257eaf, 0x25, 0xc8ad257eaf, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257eaf, 0x25, 0xc8ad257eaf, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969749 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8991f9136, 0x24, 0x56dec11856de982b, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8991f9136, 0x24, 0x0, 0x56de982b00000000, 0xc856deec4f, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8991f9136, 0x24, 0xc8991f9136, 0x24, 0x56deec4f56de982b, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc982b72ba0, 0xc982b72b40, 0xc982559cc0, 0xc8991f9136, 0x24, 0xc8991f9136, 0x24, 0x56deec4f56de982b, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966869 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc97603125b, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc97603125b, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc97603125b, 0x25, 0xc97603125b, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc90c053ce0, 0xc90c053c80, 0xc8d627ba40, 0xc97603125b, 0x25, 0xc97603125b, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962087 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6feccc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6fecc0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6fecc0, 0xca19755500, 0xca19755560)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962606 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f270c6c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f270c60)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f270c60, 0xca6e77b140, 0xca6e77b1a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965095 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc999f2d85b, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc999f2d85b, 0x25, 0x0, 0x56deebb700000000, 0xa878616d56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc999f2d85b, 0x25, 0xc999f2d85b, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc86f391ce0, 0xc86f391c80, 0xc83b0cb5f0, 0xc999f2d85b, 0x25, 0xc999f2d85b, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963702 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8ce77942, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8ce77942, 0x24, 0x0, 0x56deebba00000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8ce77942, 0x24, 0xca8ce77942, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8fc2620c0, 0xc8fc262060, 0xc9e9c9ec70, 0xca8ce77942, 0x24, 0xca8ce77942, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967397 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaa620fbe, 0x24, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaa620fbe, 0x24, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaa620fbe, 0x24, 0xcaaa620fbe, 0x24, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec1260, 0xc9ceec1200, 0xc8fccb7980, 0xcaaa620fbe, 0x24, 0xcaaa620fbe, 0x24, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43971903 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc820095400, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9c1559450, 0xc904597960, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9c1559450, 0xc904597960)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9c1559450, 0xc904597960)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9c1559450, 0xc904597960)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9c1559450, 0xc904597960)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc83b730500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968044 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc947029c2e, 0x22, 0x56deec3556dec241, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc947029c2e, 0x22, 0x0, 0x56dec24100000000, 0x56deec35, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc947029c2e, 0x22, 0xc947029c2e, 0x22, 0x56deec3556dec241, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d1e389c0, 0xc9d1e38960, 0xc9531b2c10, 0xc947029c2e, 0x22, 0xc947029c2e, 0x22, 0x56deec3556dec241, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964938 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8d2224a6c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8d2224a60)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8d2224a60, 0xc8fc263380, 0xc8fc2633e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968825 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca2b29d2ac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca2b29d2a0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca2b29d2a0, 0xc9e1be4780, 0xc9e1be47e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966624 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9de8f8300, 0x9, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbe270, 0xc931b9c000, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbe270, 0xc931b9c000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbe270, 0xc931b9c000)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbe270, 0xc931b9c000)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbe270, 0xc931b9c000)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8eef2180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970781 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7a63dd8e, 0x24, 0x56deebda56deebbc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7a63dd8e, 0x24, 0x0, 0x56deebbc00000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7a63dd8e, 0x24, 0xca7a63dd8e, 0x24, 0x56deebda56deebbc, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9adff0660, 0xc9adff0600, 0xca65e64870, 0xca7a63dd8e, 0x24, 0xca7a63dd8e, 0x24, 0x56deebda56deebbc, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962980 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fa6e185b, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fa6e185b, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fa6e185b, 0x25, 0xc8fa6e185b, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897ed20, 0xca9897ecc0, 0xc85ec6dde0, 0xc8fa6e185b, 0x25, 0xc8fa6e185b, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960824 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9d069f000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbe000, 0xc96fcec8c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbe000, 0xc96fcec8c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbe000, 0xc96fcec8c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbe000, 0xc96fcec8c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbe000, 0xc96fcec8c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565eb80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967134 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca67cb805a, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca67cb805a, 0x24, 0x0, 0x56de97f900000000, 0x36373a6456deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca67cb805a, 0x24, 0xca67cb805a, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xca67cb805a, 0x24, 0xca67cb805a, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967395 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaa620f66, 0x24, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaa620f66, 0x24, 0x0, 0x56deeb5e00000000, 0x656c656756deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaa620f66, 0x24, 0xcaaa620f66, 0x24, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec1260, 0xc9ceec1200, 0xc8fccb7980, 0xcaaa620f66, 0x24, 0xcaaa620f66, 0x24, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968622 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca3382bebc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca3382beb0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca3382beb0, 0xc9e2516ae0, 0xc9e2516b40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967299 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9fbb1872e, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9fbb1872e, 0x24, 0x0, 0x56de97f900000000, 0x6156a50a56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9fbb1872e, 0x24, 0xc9fbb1872e, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac23da4e0, 0xcac23da480, 0xc95ec52e30, 0xc9fbb1872e, 0x24, 0xc9fbb1872e, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969921 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8e370c800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991ebba0, 0xca6ae4d180, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991ebba0, 0xca6ae4d180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991ebba0, 0xca6ae4d180)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991ebba0, 0xca6ae4d180)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991ebba0, 0xca6ae4d180)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca64fc3c80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967348 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca67cb8162, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca67cb8162, 0x24, 0x0, 0x56de97f900000000, 0xc956deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca67cb8162, 0x24, 0xca67cb8162, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xca67cb8162, 0x24, 0xca67cb8162, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965878 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9b66600de, 0x24, 0x56deebd956dee981, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9b66600de, 0x24, 0x0, 0x56dee98100000000, 0x3039303256deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9b66600de, 0x24, 0xc9b66600de, 0x24, 0x56deebd956dee981, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b27a1e60, 0xc9b27a1e00, 0xc95a3f9020, 0xc9b66600de, 0x24, 0xc9b66600de, 0x24, 0x56deebd956dee981, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964858 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca90897b46, 0x24, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca90897b46, 0x24, 0x0, 0x56deebc400000000, 0x735f6b6f56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca90897b46, 0x24, 0xca90897b46, 0x24, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac12e6f60, 0xcac12e6f00, 0xc88329e270, 0xca90897b46, 0x24, 0xca90897b46, 0x24, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968394 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9f59bf0bc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9f59bf0b0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9f59bf0b0, 0xc9e25164e0, 0xc9e2516540)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967126 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8bfddcf2c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8bfddcf20)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8bfddcf20, 0xc95fd95980, 0xc95fd959e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966035 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ea81002e, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ea81002e, 0x23, 0x0, 0x56deebc400000000, 0x3566333256deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ea81002e, 0x23, 0xc8ea81002e, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca442462a0, 0xca44246240, 0xc95cf3c1d0, 0xc8ea81002e, 0x23, 0xc8ea81002e, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963599 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc990b25536, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc990b25536, 0x24, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc990b25536, 0x24, 0xc990b25536, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d51bf6e0, 0xc9d51bf680, 0xc93c4af9b0, 0xc990b25536, 0x24, 0xc990b25536, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962439 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f3851ac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f3851a0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f3851a0, 0xca8c0ea660, 0xca8c0ea6c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962916 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85ece815c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85ece8150)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85ece8150, 0xca8261d140, 0xca8261d1a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964863 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9f1039000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7a00, 0xca3adab0a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7a00, 0xca3adab0a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7a00, 0xca3adab0a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7a00, 0xca3adab0a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7a00, 0xca3adab0a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc92d73dd80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966768 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9a4c42a80, 0xb, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9c15581a0, 0xc9045961c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9c15581a0, 0xc9045961c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9c15581a0, 0xc9045961c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9c15581a0, 0xc9045961c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9c15581a0, 0xc9045961c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f066080)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967040 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8569158de, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8569158de, 0x24, 0x0, 0x56deebba00000000, 0xc856deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8569158de, 0x24, 0xc8569158de, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93eb054a0, 0xc93eb05440, 0xc9e3cc4590, 0xc8569158de, 0x24, 0xc8569158de, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967325 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc93d4e420c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc93d4e4200)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc93d4e4200, 0xc9c8700660, 0xc9c87006c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967215 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca11c8f800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302de10, 0xcaa18bbce0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302de10, 0xcaa18bbce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302de10, 0xcaa18bbce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302de10, 0xcaa18bbce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302de10, 0xcaa18bbce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f65b880)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968406 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca724f270a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca724f270a, 0x24, 0x0, 0x56deebb800000000, 0x65b0736556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca724f270a, 0x24, 0xca724f270a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923482600, 0xc9234825a0, 0xc9f59cdbe0, 0xca724f270a, 0x24, 0xca724f270a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969059 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9b666045b, 0x25, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9b666045b, 0x25, 0x0, 0x56deebba00000000, 0x73756d7456deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9b666045b, 0x25, 0xc9b666045b, 0x25, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b879b320, 0xc9b879b2c0, 0xc9d13f05a0, 0xc9b666045b, 0x25, 0xc9b666045b, 0x25, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961878 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca7096a800, 0x18, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbfa00, 0xc96fcedce0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbfa00, 0xc96fcedce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbfa00, 0xc96fcedce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbfa00, 0xc96fcedce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbfa00, 0xc96fcedce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9cbde0100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963933 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9ddede45a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9ddede45a, 0x24, 0x0, 0x56deebb800000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9ddede45a, 0x24, 0xc9ddede45a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d51bfc20, 0xc9d51bfbc0, 0xc91fdb98b0, 0xc9ddede45a, 0x24, 0xc9ddede45a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966844 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca45b41c5a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca45b41c5a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca45b41c5a, 0x24, 0xca45b41c5a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd95740, 0xc95fd956e0, 0xc8d62872a0, 0xca45b41c5a, 0x24, 0xca45b41c5a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962817 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fa6e00e2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fa6e00e2, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fa6e00e2, 0x25, 0xc8fa6e00e2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897eb40, 0xca9897eae0, 0xc85ef7fb00, 0xc8fa6e00e2, 0x25, 0xc8fa6e00e2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966283 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca156484de, 0x24, 0x56deebd856deeb24, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca156484de, 0x24, 0x0, 0x56deeb2400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca156484de, 0x24, 0xca156484de, 0x24, 0x56deebd856deeb24, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8c00deb40, 0xc8c00deae0, 0xc9653ff4d0, 0xca156484de, 0x24, 0xca156484de, 0x24, 0x56deebd856deeb24, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965909 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc86df40986, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc86df40986, 0x24, 0x0, 0x56deebb900000000, 0x6f6c3a7256deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc86df40986, 0x24, 0xc86df40986, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93eb04360, 0xc93eb04300, 0xc941cb3800, 0xc86df40986, 0x24, 0xc86df40986, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967347 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca67cb8136, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca67cb8136, 0x24, 0x0, 0x56de97f900000000, 0x56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca67cb8136, 0x24, 0xca67cb8136, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xca67cb8136, 0x24, 0xca67cb8136, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968723 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc997df305a, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc997df305a, 0x24, 0x0, 0x56deebc300000000, 0x656c656756deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc997df305a, 0x24, 0xc997df305a, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f43c0, 0xc9278f4360, 0xc94ae00a00, 0xc997df305a, 0x24, 0xc997df305a, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965008 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3586de86, 0x24, 0x56dec11856de97c7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3586de86, 0x24, 0x0, 0x56de97c700000000, 0x56deebeb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3586de86, 0x24, 0xca3586de86, 0x24, 0x56deebeb56de97c7, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac12e7bc0, 0xcac12e7b60, 0xc8ea5e3f30, 0xca3586de86, 0x24, 0xca3586de86, 0x24, 0x56deebeb56de97c7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967694 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9827f44cc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9827f44c0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9827f44c0, 0xc99e1e8c60, 0xc99e1e8cc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968139 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8733705b, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8733705b, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8733705b, 0x25, 0xca8733705b, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ffe43f20, 0xc9ffe43ec0, 0xca1b54fa70, 0xca8733705b, 0x25, 0xca8733705b, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968019 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9be6a7bce, 0x22, 0x56deec3556dec241, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9be6a7bce, 0x22, 0x0, 0x56dec24100000000, 0x56deec35, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9be6a7bce, 0x22, 0xc9be6a7bc0, 0x37, 0x56deec3556dec241, 0x78, 0x5, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8edfe8ae0, 0xc8edfe8a80, 0xc94b9face0, 0xc9be6a7bce, 0x22, 0xc9be6a7bc0, 0x37, 0x56deec3556dec241, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962292 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4b4a2c5a, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4b4a2c5a, 0x24, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4b4a2c5a, 0x24, 0xca4b4a2c5a, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9c20, 0xca71cb9bc0, 0xc85f6baa00, 0xca4b4a2c5a, 0x24, 0xca4b4a2c5a, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965613 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd81585a, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd81585a, 0x24, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd81585a, 0x24, 0xc8fd81585a, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca62528e40, 0xca62528de0, 0xca2f6ee7f0, 0xc8fd81585a, 0x24, 0xc8fd81585a, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967418 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaa62135a, 0x24, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaa62135a, 0x24, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaa62135a, 0x24, 0xcaaa62135a, 0x24, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec1260, 0xc9ceec1200, 0xc8fccb7980, 0xcaaa62135a, 0x24, 0xcaaa62135a, 0x24, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969451 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca4484a14c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca4484a140)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca4484a140, 0xc9b879bf80, 0xca060be000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965257 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca16b5ec9c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca16b5ec90)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca16b5ec90, 0xca7f0805a0, 0xca7f080600)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968097 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaf3c602e, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaf3c602e, 0x24, 0x0, 0x56deebba00000000, 0x49a8737356deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaf3c602e, 0x24, 0xcaaf3c602e, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca254ac540, 0xca254ac4e0, 0xc9237c3200, 0xcaaf3c602e, 0x24, 0xcaaf3c602e, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967037 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc85691585a, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc85691585a, 0x24, 0x0, 0x56deebba00000000, 0xa878616d56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc85691585a, 0x24, 0xc85691585a, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93eb054a0, 0xc93eb05440, 0xc9e3cc4590, 0xc85691585a, 0x24, 0xc85691585a, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961891 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca71cbc0de, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca71cbc0de, 0x24, 0x0, 0x56deebb700000000, 0x54aa6beb56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca71cbc0de, 0x24, 0xca71cbc0de, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb8360, 0xca71cb8300, 0xc85f6eb0d0, 0xca71cbc0de, 0x24, 0xca71cbc0de, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965122 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9686f6e86, 0x24, 0x56dec11856de97c7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9686f6e86, 0x24, 0x0, 0x56de97c700000000, 0xc856deebeb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9686f6e86, 0x24, 0xc9686f6e86, 0x24, 0x56deebeb56de97c7, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d8098cc0, 0xc9d8098c60, 0xc99513b290, 0xc9686f6e86, 0x24, 0xc9686f6e86, 0x24, 0x56deebeb56de97c7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966587 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9c39df000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab0d569c0, 0xca3adabce0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab0d569c0, 0xca3adabce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab0d569c0, 0xca3adabce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab0d569c0, 0xca3adabce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab0d569c0, 0xca3adabce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc944d31900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970387 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8d84d45a, 0x24, 0x56deebdf56deebcb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8d84d45a, 0x24, 0x0, 0x56deebcb00000000, 0x56deebdf, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8d84d45a, 0x24, 0xca8d84d45a, 0x24, 0x56deebdf56deebcb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93aa74600, 0xc93aa745a0, 0xc934ea2e20, 0xca8d84d45a, 0x24, 0xca8d84d45a, 0x24, 0x56deebdf56deebcb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969901 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6482cfda, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6482cfda, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6482cfda, 0x23, 0xca6482cfda, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca218161e0, 0xca21816180, 0xca117a37c0, 0xca6482cfda, 0x23, 0xca6482cfda, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970654 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc843b5c758, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc843b5c758, 0x25, 0x0, 0x56deeb2200000000, 0x73756d7456deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc843b5c758, 0x25, 0xc843b5c758, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5c0acf00, 0xca5c0acea0, 0xc97f991470, 0xc843b5c758, 0x25, 0xc843b5c758, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965390 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca0e6e32ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca0e6e32e0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca0e6e32e0, 0xca7f080ba0, 0xca7f080c00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967237 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc93ecd633c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc93ecd6330)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc93ecd6330, 0xc93eb05bc0, 0xc93eb05c20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963336 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2fe7d459, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2fe7d459, 0x23, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2fe7d459, 0x23, 0xca2fe7d459, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca87017560, 0xca87017500, 0xc85dec2390, 0xca2fe7d459, 0x23, 0xca2fe7d459, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966237 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1e1b18da, 0x23, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1e1b18da, 0x23, 0x0, 0x56deebc300000000, 0xc856deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1e1b18da, 0x23, 0xca1e1b18da, 0x23, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8c00de780, 0xc8c00de720, 0xca3c01caf0, 0xca1e1b18da, 0x23, 0xca1e1b18da, 0x23, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962091 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc86df40086, 0x24, 0x56deebda56deebbc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc86df40086, 0x24, 0x0, 0x56deebbc00000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc86df40086, 0x24, 0xc86df40086, 0x24, 0x56deebda56deebbc, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9052da480, 0xc9052da420, 0xc91c5d9e20, 0xc86df40086, 0x24, 0xc86df40086, 0x24, 0x56deebda56deebbc, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963947 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7c4f74da, 0x23, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7c4f74da, 0x23, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7c4f74da, 0x23, 0xca7c4f74da, 0x23, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d8098000, 0xca3ef0ff80, 0xc951e17820, 0xca7c4f74da, 0x23, 0xca7c4f74da, 0x23, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966311 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca56dc3861, 0x23, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca56dc3861, 0x23, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca56dc3861, 0x23, 0xca56dc3861, 0x23, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979812d20, 0xc979812cc0, 0xc9559ae2d0, 0xca56dc3861, 0x23, 0xca56dc3861, 0x23, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965138 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca157de000, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991eaa90, 0xcaa18bae00, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991eaa90, 0xcaa18bae00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991eaa90, 0xcaa18bae00)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991eaa90, 0xcaa18bae00)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991eaa90, 0xcaa18bae00)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9423c7a80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966651 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca98982f86, 0x24, 0x56deebda56deebbc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca98982f86, 0x24, 0x0, 0x56deebbc00000000, 0xad04d16456deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca98982f86, 0x24, 0xca98982f86, 0x24, 0x56deebda56deebbc, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e590e0, 0xc961e59080, 0xc94b24f2a0, 0xca98982f86, 0x24, 0xca98982f86, 0x24, 0x56deebda56deebbc, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969501 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a4e2, 0x25, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a4e2, 0x25, 0x0, 0x56deebbb00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a4e2, 0x25, 0xc8fd72a4e2, 0x25, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca060be2a0, 0xca060be240, 0xca4484b9b0, 0xc8fd72a4e2, 0x25, 0xc8fd72a4e2, 0x25, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966489 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8569140de, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8569140de, 0x24, 0x0, 0x56deebb900000000, 0xad04d16456deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8569140de, 0x24, 0xc8569140de, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93eb05320, 0xc93eb052c0, 0xc8d6281bd0, 0xc8569140de, 0x24, 0xc8569140de, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969811 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca7b06a000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcaa2a1af70, 0xcaa18bb960, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcaa2a1af70, 0xcaa18bb960)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcaa2a1af70, 0xcaa18bb960)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcaa2a1af70, 0xcaa18bb960)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcaa2a1af70, 0xcaa18bb960)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa8d2a680)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964179 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca63056000, 0x17, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991ea410, 0xcaa18ba7e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991ea410, 0xcaa18ba7e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991ea410, 0xcaa18ba7e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991ea410, 0xcaa18ba7e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991ea410, 0xcaa18ba7e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc98fcd2d80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968267 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9d810d5cc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9d810d5c0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9d810d5c0, 0xc9e1be4120, 0xc9e1be4180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43970037 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca5ef77762, 0x25, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca5ef77762, 0x25, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca5ef77762, 0x25, 0xca5ef77762, 0x25, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca218163c0, 0xca21816360, 0xc9164da3f0, 0xca5ef77762, 0x25, 0xca5ef77762, 0x25, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963667 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6db82d0a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6db82d0a, 0x24, 0x0, 0x56deebb700000000, 0x69702e6556deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6db82d0a, 0x24, 0xca6db82d0a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5cea60c0, 0xca5cea6060, 0xc95cab1a10, 0xca6db82d0a, 0x24, 0xca6db82d0a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962022 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3adb4c5a, 0x24, 0x56deebd556deebc1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3adb4c5a, 0x24, 0x0, 0x56deebc100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3adb4c5a, 0x24, 0xca3adb4c5a, 0x24, 0x56deebd556deebc1, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca197553e0, 0xca19755380, 0xc85f6fec90, 0xca3adb4c5a, 0x24, 0xca3adb4c5a, 0x24, 0x56deebd556deebc1, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969876 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc870d8a4da, 0x23, 0x56deebdb56deebc7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc870d8a4da, 0x23, 0x0, 0x56deebc700000000, 0x56deebdb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc870d8a4da, 0x23, 0xc870d8a4da, 0x23, 0x56deebdb56deebc7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897e120, 0xca9897e0c0, 0xc9e0d350b0, 0xc870d8a4da, 0x23, 0xc870d8a4da, 0x23, 0x56deebdb56deebc7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962905 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca40453a12, 0x24, 0x56deebd756deeba5, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca40453a12, 0x24, 0x0, 0x56deeba500000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca40453a12, 0x24, 0xca40453a12, 0x24, 0x56deebd756deeba5, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8261d1a0, 0xca8261d140, 0xc85ece8150, 0xca40453a12, 0x24, 0xca40453a12, 0x24, 0x56deebd756deeba5, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965681 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9552f260c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9552f2600)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9552f2600, 0xc95fd94000, 0xc95fd94060)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964919 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9ff41d000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc4680, 0xca7fc0bce0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc4680, 0xca7fc0bce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc4680, 0xca7fc0bce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc4680, 0xca7fc0bce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc4680, 0xca7fc0bce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc92d73c800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967357 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc97a66381c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc97a663810)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc97a663810, 0xc98f782960, 0xc98f7829c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965985 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f4eb0736, 0x24, 0x56deebd856deeba6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f4eb0736, 0x24, 0x0, 0x56deeba600000000, 0x40cb657556deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f4eb0736, 0x24, 0xc9f4eb0736, 0x24, 0x56deebd856deeba6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e589c0, 0xc961e58960, 0xc9559a9950, 0xc9f4eb0736, 0x24, 0xc9f4eb0736, 0x24, 0x56deebd856deeba6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962818 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca623aa000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcabe3984e0, 0xca623a6000, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcabe3984e0, 0xca623a6000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcabe3984e0, 0xca623a6000)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcabe3984e0, 0xca623a6000)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcabe3984e0, 0xca623a6000)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e3dd6200)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968562 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca321f6f4c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca321f6f40)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca321f6f40, 0xc9e1be45a0, 0xc9e1be4600)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966426 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f4eb0b82, 0x24, 0x56deebd856deeba6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f4eb0b82, 0x24, 0x0, 0x56deeba600000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f4eb0b82, 0x24, 0xc9f4eb0b82, 0x24, 0x56deebd856deeba6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e589c0, 0xc961e58960, 0xc9559a9950, 0xc9f4eb0b82, 0x24, 0xc9f4eb0b82, 0x24, 0x56deebd856deeba6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967303 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc95ec52e3c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc95ec52e30)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc95ec52e30, 0xcac23da480, 0xcac23da4e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968516 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8897ed459, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8897ed459, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8897ed459, 0x23, 0xc8897ed459, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e2516a80, 0xc9e2516a20, 0xca3382bea0, 0xc8897ed459, 0x23, 0xc8897ed459, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967147 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc90130845b, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc90130845b, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc90130845b, 0x25, 0xc90130845b, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93eb056e0, 0xc93eb05680, 0xc9e3cc5d60, 0xc90130845b, 0x25, 0xc90130845b, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966575 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc97fdb2734, 0x23, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc97fdb2734, 0x23, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc97fdb2734, 0x23, 0xc97fdb2734, 0x23, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd94780, 0xc95fd94720, 0xc985adfd80, 0xc97fdb2734, 0x23, 0xc97fdb2734, 0x23, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968782 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257bdf, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257bdf, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257bdf, 0x25, 0xc8ad257bdf, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257bdf, 0x25, 0xc8ad257bdf, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970086 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9dc299f4c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9dc299f40)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9dc299f40, 0xca4abd9620, 0xca4abd9680)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967502 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8db33b69c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8db33b690)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8db33b690, 0xc9c4e61080, 0xc9c4e610e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968677 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9fe9c9c00, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b6680, 0xca687aa620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b6680, 0xca687aa620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b6680, 0xca687aa620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b6680, 0xca687aa620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b6680, 0xca687aa620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e1841800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965504 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8897ec8ac, 0x22, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8897ec8ac, 0x22, 0x0, 0x56deebc200000000, 0x656c656756deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8897ec8ac, 0x22, 0xc8897ec8ac, 0x22, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc91d9246c0, 0xc91d924660, 0xc972a43f90, 0xc8897ec8ac, 0x22, 0xc8897ec8ac, 0x22, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962107 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6ba1cc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6ba1c0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6ba1c0, 0xca71cb9140, 0xca71cb91a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962885 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85ef1e92c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85ef1e920)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85ef1e920, 0xcabe39e540, 0xcabe39e5a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962961 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4d673959, 0x23, 0x56deebd556deeb5d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4d673959, 0x23, 0x0, 0x56deeb5d00000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4d673959, 0x23, 0xca4d673959, 0x23, 0x56deebd556deeb5d, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39a600, 0xc9bc39a5a0, 0xc85ec2e6a0, 0xca4d673959, 0x23, 0xca4d673959, 0x23, 0x56deebd556deeb5d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966627 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3467245a, 0x24, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3467245a, 0x24, 0x0, 0x56deeb2300000000, 0xa674696156deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3467245a, 0x24, 0xca3467245a, 0x24, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e58fc0, 0xc961e58f60, 0xc94b24e470, 0xca3467245a, 0x24, 0xca3467245a, 0x24, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967783 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8552fe762, 0x24, 0x56deebd656deeb7c, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8552fe762, 0x24, 0x0, 0x56deeb7c00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8552fe762, 0x24, 0xc8552fe762, 0x24, 0x56deebd656deeb7c, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98b53d500, 0xc98b53d4a0, 0xc9773e2680, 0xc8552fe762, 0x24, 0xc8552fe762, 0x24, 0x56deebd656deeb7c, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966369 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca23009000, 0x17, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4ebad0, 0xc9d39aa460, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4ebad0, 0xc9d39aa460)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4ebad0, 0xc9d39aa460)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4ebad0, 0xc9d39aa460)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4ebad0, 0xc9d39aa460)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa07a5b00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964347 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca1c3f8800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302c410, 0xca7a3a0e00, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302c410, 0xca7a3a0e00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302c410, 0xca7a3a0e00)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302c410, 0xca7a3a0e00)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302c410, 0xca7a3a0e00)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e8e84100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967131 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc97a66331c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc97a663310)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc97a663310, 0xc98f782480, 0xc98f7824e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966767 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8f1cdefdc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8f1cdefd0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8f1cdefd0, 0xca44246720, 0xca44246780)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962699 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a0b5, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a0b5, 0x25, 0x0, 0x56deeb2200000000, 0xa50a6c6156deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a0b5, 0x25, 0xc8fd72a0b5, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a0b5, 0x25, 0xc8fd72a0b5, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43971227 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9bc977ce2, 0x25, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9bc977ce2, 0x25, 0x0, 0x56deebba00000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9bc977ce2, 0x25, 0xc9bc977ce2, 0x25, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc960449860, 0xc960449800, 0xc96ffefcb0, 0xc9bc977ce2, 0x25, 0xc9bc977ce2, 0x25, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961928 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8d84d90a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8d84d90a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8d84d90a, 0x24, 0xca8d84d90a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8ba68de0, 0xca8ba68d80, 0xc8600818f0, 0xca8d84d90a, 0x24, 0xca8d84d90a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966368 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca23008000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4eba00, 0xc9d39aa380, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4eba00, 0xc9d39aa380)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4eba00, 0xc9d39aa380)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4eba00, 0xc9d39aa380)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4eba00, 0xc9d39aa380)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa07a5080)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961569 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fcee85a, 0x24, 0x56deebd556deebc1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fcee85a, 0x24, 0x0, 0x56deebc100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fcee85a, 0x24, 0xc96fcee85a, 0x24, 0x56deebd556deebc1, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e34f00, 0xca76e34ea0, 0xc85f922250, 0xc96fcee85a, 0x24, 0xc96fcee85a, 0x24, 0x56deebd556deebc1, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963443 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8600fe01c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8600fe010)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8600fe010, 0xc820068120, 0xc820068180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967512 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc91066d000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbf450, 0xca5d2c60e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbf450, 0xca5d2c60e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbf450, 0xca5d2c60e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbf450, 0xca5d2c60e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbf450, 0xca5d2c60e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e9e27a00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961924 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8d84d85a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8d84d85a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8d84d85a, 0x24, 0xca8d84d85a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8ba68de0, 0xca8ba68d80, 0xc8600818f0, 0xca8d84d85a, 0x24, 0xca8d84d85a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962841 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85ef2c09c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85ef2c090)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85ef2c090, 0xcabe39e300, 0xcabe39e360)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969436 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc923a071fc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc923a071f0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc923a071f0, 0xc9b879bda0, 0xc9b879be00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962177 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca623aa800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcabe398410, 0xca6ae4dea0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcabe398410, 0xca6ae4dea0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcabe398410, 0xca6ae4dea0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcabe398410, 0xca6ae4dea0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcabe398410, 0xca6ae4dea0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e3dd6180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967380 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc87748d800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbf1e0, 0xca9001ddc0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbf1e0, 0xca9001ddc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbf1e0, 0xca9001ddc0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbf1e0, 0xca9001ddc0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbf1e0, 0xca9001ddc0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e9e27400)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962527 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fd01fb2, 0x24, 0x56dec11856de9795, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fd01fb2, 0x24, 0x0, 0x56de979500000000, 0x56deebb9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fd01fb2, 0x24, 0xc96fd01fb2, 0x24, 0x56deebb956de9795, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0ebc20, 0xca8c0ebbc0, 0xc85f2e1ab0, 0xc96fd01fb2, 0x24, 0xc96fd01fb2, 0x24, 0x56deebb956de9795, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966457 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9a1344000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1cb60, 0xcaa18bb7a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1cb60, 0xcaa18bb7a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1cb60, 0xcaa18bb7a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1cb60, 0xcaa18bb7a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1cb60, 0xcaa18bb7a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f65a500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962563 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9fcfe285a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9fcfe285a, 0x24, 0x0, 0x56deebb800000000, 0x7463656c56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9fcfe285a, 0x24, 0xc9fcfe285a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77ac60, 0xca6e77ac00, 0xc85f27af80, 0xc9fcfe285a, 0x24, 0xc9fcfe285a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968936 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc921cbd800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc5110, 0xca63e608c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc5110, 0xca63e608c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc5110, 0xca63e608c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc5110, 0xca63e608c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc5110, 0xca63e608c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc95932fd00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970128 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca6fff8800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7380, 0xca7095fa40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7380, 0xca7095fa40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7380, 0xca7095fa40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7380, 0xca7095fa40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7380, 0xca7095fa40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca3096f800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970110 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1973f0da, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1973f0da, 0x23, 0x0, 0x56deebc400000000, 0xa565303056deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1973f0da, 0x23, 0xca1973f0da, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8d9d5f0e0, 0xc8d9d5f080, 0xca42e5f760, 0xca1973f0da, 0x23, 0xca1973f0da, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966785 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc96feb211c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc96feb2110)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc96feb2110, 0xc9798139e0, 0xc979813a40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43970768 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca699a98de, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca699a98de, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca699a98de, 0x24, 0xca699a98de, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979261860, 0xc979261800, 0xc9bd9a9870, 0xca699a98de, 0x24, 0xca699a98de, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963871 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8da4b0000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7e1a0, 0xca3adaa380, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7e1a0, 0xca3adaa380)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7e1a0, 0xca3adaa380)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7e1a0, 0xca3adaa380)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7e1a0, 0xca3adaa380)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca98db4f80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964823 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9841ef59c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9841ef590)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9841ef590, 0xcac12e6d20, 0xcac12e6d80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962386 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d0692a0a, 0x24, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d0692a0a, 0x24, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d0692a0a, 0x24, 0xc9d0692a0a, 0x24, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9f80, 0xca71cb9f20, 0xc85f6bab90, 0xc9d0692a0a, 0x24, 0xc9d0692a0a, 0x24, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967601 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca5ee04800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9d19e2d00, 0xc931b9c460, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9d19e2d00, 0xc931b9c460)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9d19e2d00, 0xc931b9c460)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9d19e2d00, 0xc931b9c460)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9d19e2d00, 0xc931b9c460)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca3b298f00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964772 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc820225859, 0x23, 0x56deebd756deeb5f, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc820225859, 0x23, 0x0, 0x56deeb5f00000000, 0xcb6556deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc820225859, 0x23, 0xc820225859, 0x23, 0x56deebd756deeb5f, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5cea7b00, 0xca5cea7aa0, 0xc9dac2e6e0, 0xc820225859, 0x23, 0xc820225859, 0x23, 0x56deebd756deeb5f, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963081 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4d673d61, 0x23, 0x56deebd556deeb5d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4d673d61, 0x23, 0x0, 0x56deeb5d00000000, 0xc956deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4d673d61, 0x23, 0xca4d673d61, 0x23, 0x56deebd556deeb5d, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39a600, 0xc9bc39a5a0, 0xc85ec2e6a0, 0xca4d673d61, 0x23, 0xca4d673d61, 0x23, 0x56deebd556deeb5d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965935 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9bca06000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1c4e0, 0xcaa18bb420, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1c4e0, 0xcaa18bb420)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1c4e0, 0xcaa18bb420)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1c4e0, 0xcaa18bb420)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1c4e0, 0xcaa18bb420)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca64fc3f00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963728 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc948f0c0b2, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc948f0c0b2, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc948f0c0b2, 0x24, 0xc948f0c0b2, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5cea6360, 0xca5cea6300, 0xc99c890cc0, 0xc948f0c0b2, 0x24, 0xc948f0c0b2, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960826 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9e1e03800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbe1a0, 0xc96fceca80, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbe1a0, 0xc96fceca80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbe1a0, 0xc96fceca80)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbe1a0, 0xc96fceca80)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbe1a0, 0xc96fceca80)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565ec80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969167 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca052a6800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc5930, 0xca63e609a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc5930, 0xca63e609a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc5930, 0xca63e609a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc5930, 0xca63e609a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc5930, 0xca63e609a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc943316b00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963227 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa18bd4de, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa18bd4de, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa18bd4de, 0x24, 0xcaa18bd4de, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39ad80, 0xc9bc39ad20, 0xc85e6254d0, 0xcaa18bd4de, 0x24, 0xcaa18bd4de, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964921 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc99e1ef6ae, 0x24, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc99e1ef6ae, 0x24, 0x0, 0x56deeb2200000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc99e1ef6ae, 0x24, 0xc99e1ef6ae, 0x24, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876935920, 0xc8769358c0, 0xca270c5800, 0xc99e1ef6ae, 0x24, 0xc99e1ef6ae, 0x24, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964406 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96920805a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96920805a, 0x24, 0x0, 0x56deebb800000000, 0xb063697256deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96920805a, 0x24, 0xc96920805a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8fc2633e0, 0xc8fc263380, 0xc8d2224a60, 0xc96920805a, 0x24, 0xc96920805a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961427 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc86008124c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc860081240)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc860081240, 0xca8ba68900, 0xca8ba68960)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966889 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9d218b000, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9fad4e410, 0xc8ad253500, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9fad4e410, 0xc8ad253500)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9fad4e410, 0xc8ad253500)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9fad4e410, 0xc8ad253500)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9fad4e410, 0xc8ad253500)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc944d31d00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969662 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca2f06fecc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca2f06fec0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca2f06fec0, 0xc9039731a0, 0xc903973200)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967298 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8201f3e00, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9fad4e680, 0xca9001db20, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9fad4e680, 0xca9001db20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9fad4e680, 0xca9001db20)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9fad4e680, 0xca9001db20)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9fad4e680, 0xca9001db20)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f4c7a80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969696 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca7b06b800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcaa2a1b110, 0xcaa18bbb20, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcaa2a1b110, 0xcaa18bbb20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcaa2a1b110, 0xcaa18bbb20)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcaa2a1b110, 0xcaa18bbb20)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcaa2a1b110, 0xcaa18bbb20)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa8d2a880)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961635 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca77fc605b, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca77fc605b, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca77fc605b, 0x25, 0xca77fc605b, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e35140, 0xca76e350e0, 0xc85f922290, 0xca77fc605b, 0x25, 0xca77fc605b, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964593 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9b3f8ae5a, 0x24, 0x56deebd656dee816, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9b3f8ae5a, 0x24, 0x0, 0x56dee81600000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9b3f8ae5a, 0x24, 0xc9b3f8ae5a, 0x24, 0x56deebd656dee816, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc96091b1a0, 0xc96091b140, 0xca1c7bc2f0, 0xc9b3f8ae5a, 0x24, 0xc9b3f8ae5a, 0x24, 0x56deebd656dee816, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962405 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8782edae, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8782edae, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8782edae, 0x24, 0xca8782edae, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0ea060, 0xca8c0ea000, 0xc85f6baba0, 0xca8782edae, 0x24, 0xca8782edae, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964451 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc97e986cdc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc97e986cd0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc97e986cd0, 0xc9ac9f2060, 0xc9ac9f20c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962700 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a0e2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a0e2, 0x25, 0x0, 0x56deeb2200000000, 0xa565707956deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a0e2, 0x25, 0xc8fd72a0e2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a0e2, 0x25, 0xc8fd72a0e2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967145 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca7800e800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302dad0, 0xca7095fea0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302dad0, 0xca7095fea0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302dad0, 0xca7095fea0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302dad0, 0xca7095fea0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302dad0, 0xca7095fea0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f65b100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963929 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca23eb7800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc4270, 0xca9001c380, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc4270, 0xca9001c380)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc4270, 0xca9001c380)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc4270, 0xca9001c380)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc4270, 0xca9001c380)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc91cd90480)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962868 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8e7c54de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8e7c54de, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8e7c54de, 0x24, 0xca8e7c54de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcabe39e5a0, 0xcabe39e540, 0xc85ef1e920, 0xca8e7c54de, 0x24, 0xca8e7c54de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962886 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca623ab800, 0x18, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcabe398dd0, 0xca623a62a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcabe398dd0, 0xca623a62a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcabe398dd0, 0xca623a62a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcabe398dd0, 0xca623a62a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcabe398dd0, 0xca623a62a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e3dd6b00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961704 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca77fc78da, 0x23, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca77fc78da, 0x23, 0x0, 0x56deebb700000000, 0x7465677256deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca77fc78da, 0x23, 0xca77fc78da, 0x23, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e35380, 0xca76e35320, 0xc85f922300, 0xca77fc78da, 0x23, 0xca77fc78da, 0x23, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43974899 [semacquire, 12 minutes]:
sync.runtime_Semacquire(0xc940dbcddc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc940dbcdd0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc940dbcdd0, 0xc97fde4ba0, 0xc97fde4c00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965183 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc98a35b64c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc98a35b640)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc98a35b640, 0xca19d0b920, 0xca19d0b980)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962056 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3adb5a6a, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3adb5a6a, 0x24, 0x0, 0x56deeb2100000000, 0x6d6954a456deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3adb5a6a, 0x24, 0xca3adb5a6a, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca197554a0, 0xca19755440, 0xc85f6fecb0, 0xca3adb5a6a, 0x24, 0xca3adb5a6a, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960794 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca1974f000, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9feed49c0, 0xc8ad252b60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9feed49c0, 0xc8ad252b60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9feed49c0, 0xc8ad252b60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9feed49c0, 0xc8ad252b60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9feed49c0, 0xc8ad252b60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9cd3c8200)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965076 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7c4f58de, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7c4f58de, 0x24, 0x0, 0x56deebba00000000, 0x726f746356deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7c4f58de, 0x24, 0xca7c4f58de, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca19d0b0e0, 0xca19d0b080, 0xc96bddb910, 0xca7c4f58de, 0x24, 0xca7c4f58de, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965595 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc898d8b38e, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc898d8b38e, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc898d8b38e, 0x24, 0xc898d8b38e, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca62528d20, 0xca62528cc0, 0xc9a025fcf0, 0xc898d8b38e, 0x24, 0xc898d8b38e, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966020 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc96283a9cc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc96283a9c0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc96283a9c0, 0xc90c0534a0, 0xc90c053500)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964167 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9997e0f1c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9997e0f10)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9997e0f10, 0xc8769345a0, 0xc876934600)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968194 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca09cfc3bc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca09cfc3b0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca09cfc3b0, 0xc9e2516060, 0xc9e25160c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963136 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca27c7dcde, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca27c7dcde, 0x24, 0x0, 0x56deeb2100000000, 0x614ea45056deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca27c7dcde, 0x24, 0xca27c7dcde, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca4126bf20, 0xca4126bec0, 0xc85df442f0, 0xca27c7dcde, 0x24, 0xca27c7dcde, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966186 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc980b9e45b, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc980b9e45b, 0x25, 0x0, 0x56deeb2200000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc980b9e45b, 0x25, 0xc980b9e45b, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93eb04a80, 0xc93eb04a20, 0xc9559c7d40, 0xc980b9e45b, 0x25, 0xc980b9e45b, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963400 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85deeafec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85deeafe0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85deeafe0, 0xc9bc39bda0, 0xc9bc39be00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965005 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc820094500, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4ea680, 0xca9001c8c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4ea680, 0xca9001c8c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4ea680, 0xca9001c8c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4ea680, 0xca9001c8c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4ea680, 0xca9001c8c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9667dd000)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969533 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca050547ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca050547e0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca050547e0, 0xc87de78060, 0xc87de780c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968799 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257edc, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257edc, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257edc, 0x25, 0xc8ad257edc, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257edc, 0x25, 0xc8ad257edc, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967129 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca55d56c86, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca55d56c86, 0x24, 0x0, 0x56de97f900000000, 0x56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca55d56c86, 0x24, 0xca55d56c86, 0x24, 0x56deec1d56de97f9, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7824e0, 0xc98f782480, 0xc97a663310, 0xca55d56c86, 0x24, 0xca55d56c86, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966746 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8d0534000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4ebba0, 0xc9d39aa540, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4ebba0, 0xc9d39aa540)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4ebba0, 0xc9d39aa540)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4ebba0, 0xc9d39aa540)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4ebba0, 0xc9d39aa540)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa07a5d80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43960819 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8ce64800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991eb930, 0xcab6983a40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991eb930, 0xcab6983a40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991eb930, 0xcab6983a40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991eb930, 0xcab6983a40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991eb930, 0xcab6983a40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565e900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964506 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca0a8e3000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b75f0, 0xc8200dd180, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b75f0, 0xc8200dd180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b75f0, 0xc8200dd180)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b75f0, 0xc8200dd180)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b75f0, 0xc8200dd180)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8d0389e80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965616 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd8158de, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd8158de, 0x24, 0x0, 0x56deebc300000000, 0xb663697256deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd8158de, 0x24, 0xc8fd8158de, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca62528e40, 0xca62528de0, 0xca2f6ee7f0, 0xc8fd8158de, 0x24, 0xc8fd8158de, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966723 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8dceb0458, 0x22, 0x56deebd956deebc5, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8dceb0458, 0x22, 0x0, 0x56deebc500000000, 0x55a4595b56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8dceb0458, 0x22, 0xc8dceb0458, 0x22, 0x56deebd956deebc5, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9798134a0, 0xc979813440, 0xc95168d400, 0xc8dceb0458, 0x22, 0xc8dceb0458, 0x22, 0x56deebd956deebc5, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964380 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca0a405fdc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca0a405fd0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca0a405fd0, 0xc9d8098540, 0xc9d80985a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969840 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca48b242f8, 0x22, 0x56deebda56deebc6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca48b242f8, 0x22, 0x0, 0x56deebc600000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca48b242f8, 0x22, 0xca48b242f8, 0x22, 0x56deebda56deebc6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca4f00a000, 0xc903973f80, 0xc9070bb290, 0xca48b242f8, 0x22, 0xca48b242f8, 0x22, 0x56deebda56deebc6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43972000 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8bc8fce2, 0x25, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8bc8fce2, 0x25, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8bc8fce2, 0x25, 0xca8bc8fce2, 0x25, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca11fbc720, 0xca11fbc6c0, 0xc92d043840, 0xca8bc8fce2, 0x25, 0xca8bc8fce2, 0x25, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962000 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab484bc5b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab484bc5b, 0x25, 0x0, 0x56deeb2100000000, 0x2e73707456deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab484bc5b, 0x25, 0xcab484bc5b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca19755320, 0xca197552c0, 0xc85f6fec60, 0xcab484bc5b, 0x25, 0xcab484bc5b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962722 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a8de, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a8de, 0x24, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a8de, 0x24, 0xc8fd72a8de, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77ba40, 0xca6e77b9e0, 0xc85f015420, 0xc8fd72a8de, 0x24, 0xc8fd72a8de, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967574 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca11638800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbf520, 0xca5d2c61c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbf520, 0xca5d2c61c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbf520, 0xca5d2c61c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbf520, 0xca5d2c61c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbf520, 0xca5d2c61c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9ec406800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969755 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc840adb68e, 0x24, 0x56dec11856de982b, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc840adb68e, 0x24, 0x0, 0x56de982b00000000, 0x56deec4f, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc840adb68e, 0x24, 0xc840adb680, 0x39, 0x56deec4f56de982b, 0x780, 0x4, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc982b72ba0, 0xc982b72b40, 0xc982559cc0, 0xc840adb68e, 0x24, 0xc840adb680, 0x39, 0x56deec4f56de982b, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965591 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc898d8b2de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc898d8b2de, 0x24, 0x0, 0x56deebb800000000, 0xc956deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc898d8b2de, 0x24, 0xc898d8b2de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca62528d20, 0xca62528cc0, 0xc9a025fcf0, 0xc898d8b2de, 0x24, 0xc898d8b2de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962800 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca98982086, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca98982086, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca98982086, 0x24, 0xca98982086, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897e5a0, 0xca9897e540, 0xc85ef7e050, 0xca98982086, 0x24, 0xca98982086, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960822 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8628d800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9feed52b0, 0xc8ad253180, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9feed52b0, 0xc8ad253180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9feed52b0, 0xc8ad253180)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9feed52b0, 0xc8ad253180)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9feed52b0, 0xc8ad253180)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565ea80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967305 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc95ec533ac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc95ec533a0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc95ec533a0, 0xcac23da660, 0xcac23da6c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967062 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9fe66d000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9d19e24e0, 0xca63be8540, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9d19e24e0, 0xca63be8540)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9d19e24e0, 0xca63be8540)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9d19e24e0, 0xca63be8540)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9d19e24e0, 0xca63be8540)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8aa3b1500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969518 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3adb4059, 0x23, 0x56deebdb56deebc7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3adb4059, 0x23, 0x0, 0x56deebc700000000, 0x56deebdb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3adb4059, 0x23, 0xca3adb4059, 0x23, 0x56deebdb56deebc7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca254ad800, 0xca254ad7a0, 0xca09fc91e0, 0xca3adb4059, 0x23, 0xca3adb4059, 0x23, 0x56deebdb56deebc7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962550 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f2e1acc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f2e1ac0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f2e1ac0, 0xca8c0ebc80, 0xca8c0ebce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965263 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9a0a18cde, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9a0a18cde, 0x24, 0x0, 0x56deebc300000000, 0xc856deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9a0a18cde, 0x24, 0xc9a0a18cde, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca7f080a80, 0xca7f080a20, 0xca0e6e2430, 0xc9a0a18cde, 0x24, 0xc9a0a18cde, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968119 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca60e1426e, 0x24, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca60e1426e, 0x24, 0x0, 0x56deeb2300000000, 0x6f70646e56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca60e1426e, 0x24, 0xca60e1426e, 0x24, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6046c0c0, 0xca6046c060, 0xca09d05230, 0xca60e1426e, 0x24, 0xca60e1426e, 0x24, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963339 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2fe7d4da, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2fe7d4da, 0x23, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2fe7d4da, 0x23, 0xca2fe7d4da, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca87017560, 0xca87017500, 0xc85dec2390, 0xca2fe7d4da, 0x23, 0xca2fe7d4da, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964674 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca1c7bc2fc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca1c7bc2f0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca1c7bc2f0, 0xc96091b140, 0xc96091b1a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965462 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9b335f4ac, 0x22, 0x56deebd656deeb9a, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9b335f4ac, 0x22, 0x0, 0x56deeb9a00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9b335f4ac, 0x22, 0xc9b335f4ac, 0x22, 0x56deebd656deeb9a, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca625282a0, 0xca62528240, 0xc961666f70, 0xc9b335f4ac, 0x22, 0xc9b335f4ac, 0x22, 0x56deebd656deeb9a, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965376 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc91e50523c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc91e505230)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc91e505230, 0xc9039765a0, 0xc903976600)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963065 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4d673ab1, 0x23, 0x56deebd556deeb5d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4d673ab1, 0x23, 0x0, 0x56deeb5d00000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4d673ab1, 0x23, 0xca4d673ab1, 0x23, 0x56deebd556deeb5d, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39a600, 0xc9bc39a5a0, 0xc85ec2e6a0, 0xca4d673ab1, 0x23, 0xca4d673ab1, 0x23, 0x56deebd556deeb5d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968481 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca269e3800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39e410, 0xca7fc0a000, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39e410, 0xca7fc0a000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39e410, 0xca7fc0a000)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39e410, 0xca7fc0a000)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39e410, 0xca7fc0a000)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9667dc580)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966483 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc977c4d2cc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc977c4d2c0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc977c4d2c0, 0xc90c0539e0, 0xc90c053a40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43961679 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca77fc705a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca77fc705a, 0x24, 0x0, 0x56deebb700000000, 0x156deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca77fc705a, 0x24, 0xca77fc705a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e352c0, 0xca76e35260, 0xc85f9222d0, 0xca77fc705a, 0x24, 0xca77fc705a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967910 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9d1c63000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9b7388000, 0xc9d39aaee0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9b7388000, 0xc9d39aaee0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9b7388000, 0xc9d39aaee0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9b7388000, 0xc9d39aaee0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9b7388000, 0xc9d39aaee0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca3cdfa400)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965499 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9eeb27800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314ead00, 0xca623a7420, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314ead00, 0xca623a7420)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314ead00, 0xca623a7420)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314ead00, 0xca623a7420)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314ead00, 0xca623a7420)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc969f29f00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967362 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca71a138e2, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca71a138e2, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca71a138e2, 0x25, 0xca71a138e2, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac23dae40, 0xcac23dade0, 0xc8995e36c0, 0xca71a138e2, 0x25, 0xca71a138e2, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967761 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8dc73ccac, 0x22, 0x56deec3556dec241, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8dc73ccac, 0x22, 0x0, 0x56dec24100000000, 0x56deec35, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8dc73ccac, 0x22, 0xc8dc73ccac, 0x22, 0x56deec3556dec241, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d1e383c0, 0xc9d1e38360, 0xc87f5f48e0, 0xc8dc73ccac, 0x22, 0xc8dc73ccac, 0x22, 0x56deec3556dec241, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966278 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca3c01cb2c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca3c01cb20)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca3c01cb20, 0xc8c00de7e0, 0xc8c00de8a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965126 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc92a7f5180, 0xb, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991eac30, 0xcaa18bafc0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991eac30, 0xcaa18bafc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991eac30, 0xcaa18bafc0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991eac30, 0xcaa18bafc0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991eac30, 0xcaa18bafc0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9931b5800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962715 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a385, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a385, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a385, 0x25, 0xc8fd72a385, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a385, 0x25, 0xc8fd72a385, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964224 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9e85c7800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4ea410, 0xca6ae4dce0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4ea410, 0xca6ae4dce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4ea410, 0xca6ae4dce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4ea410, 0xca6ae4dce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4ea410, 0xca6ae4dce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9667dc800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965830 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9553084ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9553084e0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9553084e0, 0xc979812960, 0xc9798129c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962380 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6baa4c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6baa40)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6baa40, 0xca71cb9e00, 0xca71cb9e60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968763 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc94adf4f0c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc94adf4f00)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc94adf4f00, 0xc923482c00, 0xc923482c60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969165 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9809f646c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9809f6460)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9809f6460, 0xca6046cd20, 0xca6046cd80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43960789 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca1974b000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1c1a0, 0xca7fc0bea0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1c1a0, 0xca7fc0bea0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1c1a0, 0xca7fc0bea0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1c1a0, 0xca7fc0bea0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1c1a0, 0xca7fc0bea0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc98d4c5c00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963379 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2fe7dc5a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2fe7dc5a, 0x24, 0x0, 0x56deebb700000000, 0x3233636156deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2fe7dc5a, 0x24, 0xca2fe7dc5a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39be00, 0xc9bc39bda0, 0xc85deeafe0, 0xca2fe7dc5a, 0x24, 0xca2fe7dc5a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965225 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9dbf8b800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302cb60, 0xca7095eb60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302cb60, 0xca7095eb60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302cb60, 0xca7095eb60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302cb60, 0xca7095eb60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302cb60, 0xca7095eb60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9adf72c80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967579 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8c759e0e2, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8c759e0e2, 0x25, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8c759e0e2, 0x25, 0xc8c759e0e2, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc848408120, 0xc8484080c0, 0xc9827fac50, 0xc8c759e0e2, 0x25, 0xc8c759e0e2, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970523 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca1ac44000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897a1c70, 0xc904597180, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897a1c70, 0xc904597180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897a1c70, 0xc904597180)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897a1c70, 0xc904597180)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897a1c70, 0xc904597180)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9eff46c80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963287 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85df4430c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85df44300)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85df44300, 0xca4126bf80, 0xca90888000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967243 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc975a648e2, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc975a648e2, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc975a648e2, 0x25, 0xc975a648e2, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543d020, 0xc8b543cfc0, 0xc947008310, 0xc975a648e2, 0x25, 0xc975a648e2, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967295 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca71a1385b, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca71a1385b, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca71a1385b, 0x25, 0xca71a1385b, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac23dae40, 0xcac23dade0, 0xc8995e36c0, 0xca71a1385b, 0x25, 0xca71a1385b, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961908 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6eb0dc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6eb0d0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6eb0d0, 0xca71cb8300, 0xca71cb8360)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962407 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8782ee06, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8782ee06, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8782ee06, 0x24, 0xca8782ee06, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0ea060, 0xca8c0ea000, 0xc85f6baba0, 0xca8782ee06, 0x24, 0xca8782ee06, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970205 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca6fff9800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7ba0, 0xca7fc0a7e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7ba0, 0xca7fc0a7e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7ba0, 0xca7fc0a7e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7ba0, 0xca7fc0a7e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7ba0, 0xca7fc0a7e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca3096fc80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962315 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4b4a345a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4b4a345a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4b4a345a, 0x24, 0xca4b4a345a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9ce0, 0xca71cb9c80, 0xc85f6baa10, 0xca4b4a345a, 0x24, 0xca4b4a345a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967576 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8c759e05b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8c759e05b, 0x25, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8c759e05b, 0x25, 0xc8c759e05b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc848408120, 0xc8484080c0, 0xc9827fac50, 0xc8c759e05b, 0x25, 0xc8c759e05b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968588 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7c4e8dae, 0x24, 0x56deebd656deeb7c, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7c4e8dae, 0x24, 0x0, 0x56deeb7c00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7c4e8dae, 0x24, 0xca7c4e8dae, 0x24, 0x56deebd656deeb7c, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923482900, 0xc9234828a0, 0xca157ceea0, 0xca7c4e8dae, 0x24, 0xca7c4e8dae, 0x24, 0x56deebd656deeb7c, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968369 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9cd5650de, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9cd5650de, 0x24, 0x0, 0x56deebb700000000, 0x6136343956deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9cd5650de, 0x24, 0xc9cd5650de, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b879ac60, 0xc9b879ac00, 0xc9aeb81ec0, 0xc9cd5650de, 0x24, 0xc9cd5650de, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969773 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca53b61e46, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca53b61e46, 0x24, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca53b61e46, 0x24, 0xca53b61e46, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8cf4cb020, 0xc8cf4cafc0, 0xc9b86f1d50, 0xca53b61e46, 0x24, 0xca53b61e46, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966314 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9559ae2dc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9559ae2d0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9559ae2d0, 0xc979812cc0, 0xc979812d20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967006 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2fe9cbe8, 0x25, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2fe9cbe8, 0x25, 0x0, 0x56deeb2300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2fe9cbe8, 0x25, 0xca2fe9cbe8, 0x25, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec0060, 0xc9ceec0000, 0xc9401a38f0, 0xca2fe9cbe8, 0x25, 0xca2fe9cbe8, 0x25, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962809 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca98982212, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca98982212, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca98982212, 0x24, 0xca98982212, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897e5a0, 0xca9897e540, 0xc85ef7e050, 0xca98982212, 0x24, 0xca98982212, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967536 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca48e00000, 0xd, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab0d57930, 0xc9d39aab60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab0d57930, 0xc9d39aab60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab0d57930, 0xc9d39aab60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab0d57930, 0xc9d39aab60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab0d57930, 0xc9d39aab60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9c276cb80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968366 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9cd56505a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9cd56505a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9cd56505a, 0x24, 0xc9cd56505a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b879ac60, 0xc9b879ac00, 0xc9aeb81ec0, 0xc9cd56505a, 0x24, 0xc9cd56505a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961452 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa72a5c06, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa72a5c06, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa72a5c06, 0x24, 0xcaa72a5c06, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8ba68ae0, 0xca8ba68a80, 0xc860081270, 0xcaa72a5c06, 0x24, 0xcaa72a5c06, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969570 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6482c559, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6482c559, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6482c559, 0x23, 0xca6482c559, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e5966240, 0xc9e59661e0, 0xca09fccba0, 0xca6482c559, 0x23, 0xca6482c559, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962697 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a05b, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a05b, 0x25, 0x0, 0x56deeb2200000000, 0x7561666556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a05b, 0x25, 0xc8fd72a05b, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a05b, 0x25, 0xc8fd72a05b, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967001 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ea3b2cf6, 0x24, 0x56deebd956deebc5, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ea3b2cf6, 0x24, 0x0, 0x56deebc500000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ea3b2cf6, 0x24, 0xc8ea3b2cf6, 0x24, 0x56deebd956deebc5, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979813d40, 0xc979813ce0, 0xc8d628d770, 0xc8ea3b2cf6, 0x24, 0xc8ea3b2cf6, 0x24, 0x56deebd956deebc5, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970244 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9a2b3bd1c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9a2b3bd10)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9a2b3bd10, 0xca4f00aba0, 0xca4f00ac00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963047 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85ec4175c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85ec41750)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85ec41750, 0xca9897f3e0, 0xca9897f440)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962608 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9fcfe305a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9fcfe305a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9fcfe305a, 0x24, 0xc9fcfe305a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b440, 0xca6e77b3e0, 0xc85f042ab0, 0xc9fcfe305a, 0x24, 0xc9fcfe305a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966331 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9eb2e39dc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9eb2e39d0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9eb2e39d0, 0xc90c0536e0, 0xc90c053740)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967023 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaa620eb6, 0x24, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaa620eb6, 0x24, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaa620eb6, 0x24, 0xcaaa620eb6, 0x24, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec1260, 0xc9ceec1200, 0xc8fccb7980, 0xcaaa620eb6, 0x24, 0xcaaa620eb6, 0x24, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963911 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc98e411ce2, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc98e411ce2, 0x25, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc98e411ce2, 0x25, 0xc98e411ce2, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d51bfa40, 0xc9d51bf9e0, 0xc98837d580, 0xc98e411ce2, 0x25, 0xc98e411ce2, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969657 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8201f32c0, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39f5f0, 0xca7fc0a460, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39f5f0, 0xca7fc0a460)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39f5f0, 0xca7fc0a460)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39f5f0, 0xca7fc0a460)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39f5f0, 0xca7fc0a460)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa2516b00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964697 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc95ac220e2, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc95ac220e2, 0x25, 0x0, 0x56deebb800000000, 0xd9656d6156deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc95ac220e2, 0x25, 0xc95ac220e2, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca7f0801e0, 0xca7f080180, 0xc838e4b7c0, 0xc95ac220e2, 0x25, 0xc95ac220e2, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965446 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc94541d800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7f110, 0xca63e602a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7f110, 0xca63e602a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7f110, 0xca63e602a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7f110, 0xca63e602a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7f110, 0xca63e602a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcab6c6a280)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969285 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc86b0258e2, 0x25, 0x56deebd956deeb25, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc86b0258e2, 0x25, 0x0, 0x56deeb2500000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc86b0258e2, 0x25, 0xc86b0258e2, 0x25, 0x56deebd956deeb25, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b879bc20, 0xc9b879bbc0, 0xc9edf20ed0, 0xc86b0258e2, 0x25, 0xc86b0258e2, 0x25, 0x56deebd956deeb25, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968801 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257f36, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257f36, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257f36, 0x25, 0xc8ad257f36, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257f36, 0x25, 0xc8ad257f36, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967136 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca67cb80b2, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca67cb80b2, 0x24, 0x0, 0x56de97f900000000, 0xc956deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca67cb80b2, 0x24, 0xca67cb80b2, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xca67cb80b2, 0x24, 0xca67cb80b2, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965009 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3586deb2, 0x24, 0x56dec11856de97c7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3586deb2, 0x24, 0x0, 0x56de97c700000000, 0x726f746356deebeb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3586deb2, 0x24, 0xca3586deb2, 0x24, 0x56deebeb56de97c7, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac12e7bc0, 0xcac12e7b60, 0xc8ea5e3f30, 0xca3586deb2, 0x24, 0xca3586deb2, 0x24, 0x56deebeb56de97c7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967351 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8f0f02bce, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8f0f02bce, 0x24, 0x0, 0x56de97f900000000, 0x56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8f0f02bce, 0x24, 0xc8f0f02bc0, 0x39, 0x56deec1d56de97f9, 0x780, 0x3, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xc8f0f02bce, 0x24, 0xc8f0f02bc0, 0x39, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967280 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc926898786, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc926898786, 0x24, 0x0, 0x56de97f900000000, 0x56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc926898786, 0x24, 0xc926898786, 0x24, 0x56deec1d56de97f9, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543d6e0, 0xc8b543d680, 0xc92e278e80, 0xc926898786, 0x24, 0xc926898786, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964298 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8b7a005a, 0x24, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8b7a005a, 0x24, 0x0, 0x56deeb2300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8b7a005a, 0x24, 0xca8b7a005a, 0x24, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc903976300, 0xc9039762a0, 0xc9e1a0fab0, 0xca8b7a005a, 0x24, 0xca8b7a005a, 0x24, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963028 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8ce760de, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8ce760de, 0x24, 0x0, 0x56deebb700000000, 0xc856deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8ce760de, 0x24, 0xca8ce760de, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897f440, 0xca9897f3e0, 0xc85ec41750, 0xca8ce760de, 0x24, 0xca8ce760de, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962419 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8c0e845a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8c0e845a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8c0e845a, 0x24, 0xca8c0e845a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0ea6c0, 0xca8c0ea660, 0xc85f3851a0, 0xca8c0e845a, 0x24, 0xca8c0e845a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961865 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca40451000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbeea0, 0xc96fced7a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbeea0, 0xc96fced7a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbeea0, 0xc96fced7a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbeea0, 0xc96fced7a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbeea0, 0xc96fced7a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89a9fa80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963560 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9e54fe000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991ea270, 0xcaa18ba620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991ea270, 0xcaa18ba620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991ea270, 0xcaa18ba620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991ea270, 0xcaa18ba620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991ea270, 0xcaa18ba620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc98fcd2500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969687 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2794d986, 0x24, 0x56dec11856de982b, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2794d986, 0x24, 0x0, 0x56de982b00000000, 0x56deec4f, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2794d986, 0x24, 0xca2794d986, 0x24, 0x56deec4f56de982b, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e5966f60, 0xc9e5966f00, 0xca594623e0, 0xca2794d986, 0x24, 0xca2794d986, 0x24, 0x56deec4f56de982b, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964454 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca0083a85a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca0083a85a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca0083a85a, 0x24, 0xca0083a85a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ac9f2540, 0xc9ac9f24e0, 0xc9d4b853a0, 0xca0083a85a, 0x24, 0xca0083a85a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967905 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc96cc4858c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc96cc48580)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc96cc48580, 0xc848409560, 0xc8484095c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967317 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab0323bce, 0x25, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab0323bce, 0x25, 0x0, 0x56deebb900000000, 0x6e65b06b56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab0323bce, 0x25, 0xcab0323bce, 0x25, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9c87006c0, 0xc9c8700660, 0xc93d4e4200, 0xcab0323bce, 0x25, 0xcab0323bce, 0x25, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963805 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc99c890ccc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc99c890cc0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc99c890cc0, 0xca5cea6300, 0xca5cea6360)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964849 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9ce838800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314ea820, 0xca623a6a80, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314ea820, 0xca623a6a80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314ea820, 0xca623a6a80)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314ea820, 0xca623a6a80)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314ea820, 0xca623a6a80)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e8e84f00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966866 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca6ae56c80, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab0d56a90, 0xca3adabdc0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab0d56a90, 0xca3adabdc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab0d56a90, 0xca3adabdc0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab0d56a90, 0xca3adabdc0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab0d56a90, 0xca3adabdc0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f4c7500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964061 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc92ca5462c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc92ca54620)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc92ca54620, 0xc9d8098120, 0xc9d8098180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962471 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca56f784de, 0x24, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca56f784de, 0x24, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca56f784de, 0x24, 0xca56f784de, 0x24, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0eafc0, 0xca8c0eaf60, 0xc85f342490, 0xca56f784de, 0x24, 0xca56f784de, 0x24, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963110 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa18bdc58, 0x22, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa18bdc58, 0x22, 0x0, 0x56deebc400000000, 0xdeaddead56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa18bdc58, 0x22, 0xcaa18bdc58, 0x22, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca4126ac60, 0xca4126ac00, 0xc85e891260, 0xcaa18bdc58, 0x22, 0xcaa18bdc58, 0x22, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961811 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad255fb5, 0x23, 0x56deebd556deebc1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad255fb5, 0x23, 0x0, 0x56deebc100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad255fb5, 0x23, 0xc8ad255fb5, 0x23, 0x56deebd556deebc1, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9fb14ec00, 0xc9fb14eba0, 0xc85f91dbd0, 0xc8ad255fb5, 0x23, 0xc8ad255fb5, 0x23, 0x56deebd556deebc1, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967722 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca54f2c05b, 0x25, 0x56deebdb56deebbd, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca54f2c05b, 0x25, 0x0, 0x56deebbd00000000, 0x56deebdb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca54f2c05b, 0x25, 0xca54f2c05b, 0x25, 0x56deebdb56deebbd, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98b53d1a0, 0xc98b53d140, 0xc9886f1800, 0xca54f2c05b, 0x25, 0xca54f2c05b, 0x25, 0x56deebdb56deebbd, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964067 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc985b9f8e2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc985b9f8e2, 0x25, 0x0, 0x56deeb2200000000, 0x656d614e56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc985b9f8e2, 0x25, 0xc985b9f8e2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8fc262600, 0xc8fc2625a0, 0xc9e3c6d370, 0xc985b9f8e2, 0x25, 0xc985b9f8e2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43972380 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca864cb05a, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca864cb05a, 0x24, 0x0, 0x56deebba00000000, 0xdeaddead56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca864cb05a, 0x24, 0xca864cb05a, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca052454a0, 0xca05245440, 0xca0df126d0, 0xca864cb05a, 0x24, 0xca864cb05a, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969552 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca48e01edf, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca48e01edf, 0x25, 0x0, 0x56deebb800000000, 0xa50a6c6156deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca48e01edf, 0x25, 0xca48e01edf, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6046d9e0, 0xca6046d980, 0xca0ea43530, 0xca48e01edf, 0x25, 0xca48e01edf, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965836 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2daf2cde, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2daf2cde, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2daf2cde, 0x24, 0xca2daf2cde, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979812ba0, 0xc979812b40, 0xc97a74a2f0, 0xca2daf2cde, 0x24, 0xca2daf2cde, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968875 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9f575dcac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9f575dca0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9f575dca0, 0xca254acc00, 0xca254acc60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43972023 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9cf4e98ce, 0x24, 0x56dec11856de985d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9cf4e98ce, 0x24, 0x0, 0x56de985d00000000, 0x56deec81, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9cf4e98ce, 0x24, 0xc9cf4e98c0, 0x39, 0x56deec8156de985d, 0x78, 0x5, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9adb15e60, 0xc9adb15e00, 0xca0a150b80, 0xc9cf4e98ce, 0x24, 0xc9cf4e98c0, 0x39, 0x56deec8156de985d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964939 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9c38f1800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc4820, 0xca7095e700, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc4820, 0xca7095e700)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc4820, 0xca7095e700)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc4820, 0xca7095e700)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc4820, 0xca7095e700)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8dfc58180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965194 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc838e4b7cc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc838e4b7c0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc838e4b7c0, 0xca7f080180, 0xca7f0801e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965361 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca0e6e243c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca0e6e2430)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca0e6e2430, 0xca7f080a20, 0xca7f080a80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968979 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca39ffcb3c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca39ffcb30)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca39ffcb30, 0xca254acde0, 0xca254ace40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968752 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257969, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257969, 0x25, 0x0, 0x56deea7000000000, 0xc856deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257969, 0x25, 0xc8ad257969, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257969, 0x25, 0xc8ad257969, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968770 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad2579c3, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad2579c3, 0x25, 0x0, 0x56deea7000000000, 0xa878616d56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad2579c3, 0x25, 0xc8ad2579c3, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad2579c3, 0x25, 0xc8ad2579c3, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966462 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f46fd0e2, 0x25, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f46fd0e2, 0x25, 0x0, 0x56deebba00000000, 0x6156a50a56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f46fd0e2, 0x25, 0xc9f46fd0e2, 0x25, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543c5a0, 0xc8b543c540, 0xc9f21c7e20, 0xc9f46fd0e2, 0x25, 0xc9f46fd0e2, 0x25, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964568 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8da4b1800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7e4e0, 0xca3adaae00, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7e4e0, 0xca3adaae00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7e4e0, 0xca3adaae00)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7e4e0, 0xca3adaae00)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7e4e0, 0xca3adaae00)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc92d73c300)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966213 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1e1b00e2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1e1b00e2, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1e1b00e2, 0x25, 0xca1e1b00e2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8c00de600, 0xc8c00de5a0, 0xc92cd1deb0, 0xca1e1b00e2, 0x25, 0xca1e1b00e2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964806 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca5436dce2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca5436dce2, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca5436dce2, 0x25, 0xca5436dce2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac12e6d80, 0xcac12e6d20, 0xc9841ef590, 0xca5436dce2, 0x25, 0xca5436dce2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962814 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fa6e005b, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fa6e005b, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fa6e005b, 0x25, 0xc8fa6e005b, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897eb40, 0xca9897eae0, 0xc85ef7fb00, 0xc8fa6e005b, 0x25, 0xc8fa6e005b, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967466 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8d7ef9bcc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8d7ef9bc0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8d7ef9bc0, 0xcac23db200, 0xcac23db260)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962517 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fd01eb2, 0x24, 0x56dec11856de9795, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fd01eb2, 0x24, 0x0, 0x56de979500000000, 0x56deebb9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fd01eb2, 0x24, 0xc96fd01eb2, 0x24, 0x56deebb956de9795, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0eb5c0, 0xca8c0eb560, 0xc85f308220, 0xc96fd01eb2, 0x24, 0xc96fd01eb2, 0x24, 0x56deebb956de9795, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960846 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca76e3c8de, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca76e3c8de, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca76e3c8de, 0x24, 0xca76e3c8de, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e344e0, 0xca76e34480, 0xc85fd7f690, 0xca76e3c8de, 0x24, 0xca76e3c8de, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965216 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca1228409c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca12284090)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca12284090, 0xca7f080360, 0xca7f0803c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966611 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4397f546, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4397f546, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4397f546, 0x24, 0xca4397f546, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543c8a0, 0xc8b543c840, 0xc94b252220, 0xca4397f546, 0x24, 0xca4397f546, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965774 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4cbf88da, 0x23, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4cbf88da, 0x23, 0x0, 0x56deebb900000000, 0xc856deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4cbf88da, 0x23, 0xca4cbf88da, 0x23, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8c00de420, 0xc8c00de3c0, 0xc92cd1c850, 0xca4cbf88da, 0x23, 0xca4cbf88da, 0x23, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965310 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9e1a0fabc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9e1a0fab0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9e1a0fab0, 0xc9039762a0, 0xc903976300)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43961846 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8af649b2e, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8af649b2e, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8af649b2e, 0x24, 0xc8af649b2e, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8ba68d20, 0xca8ba68cc0, 0xc860081590, 0xc8af649b2e, 0x24, 0xc8af649b2e, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969923 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6482d0dc, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6482d0dc, 0x23, 0x0, 0x56deebc400000000, 0xcb65756c56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6482d0dc, 0x23, 0xca6482d0dc, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca218161e0, 0xca21816180, 0xca117a37c0, 0xca6482d0dc, 0x23, 0xca6482d0dc, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965458 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9c9242800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7ec30, 0xc8200ddc00, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7ec30, 0xc8200ddc00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7ec30, 0xc8200ddc00)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7ec30, 0xc8200ddc00)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7ec30, 0xc8200ddc00)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc985344100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964362 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca2852c800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7520, 0xc8200dd0a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7520, 0xc8200dd0a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7520, 0xc8200dd0a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7520, 0xc8200dd0a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7520, 0xc8200dd0a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8d0389500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967993 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc947028cac, 0x22, 0x56deec3556dec241, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc947028cac, 0x22, 0x0, 0x56dec24100000000, 0x55a4595b56deec35, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc947028cac, 0x22, 0xc947028cac, 0x22, 0x56deec3556dec241, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d1e388a0, 0xc9d1e38840, 0xc9531b2710, 0xc947028cac, 0x22, 0xc947028cac, 0x22, 0x56deec3556dec241, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963684 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc95cab1a1c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc95cab1a10)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc95cab1a10, 0xca5cea6060, 0xca5cea60c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966091 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ea81185a, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ea81185a, 0x24, 0x0, 0x56deebc300000000, 0xc856deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ea81185a, 0x24, 0xc8ea81185a, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca44246780, 0xca44246720, 0xc8f1cdefd0, 0xc8ea81185a, 0x24, 0xc8ea81185a, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963901 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4c4ba086, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4c4ba086, 0x24, 0x0, 0x56deebb700000000, 0x6567756156deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4c4ba086, 0x24, 0xca4c4ba086, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5cea68a0, 0xca5cea6840, 0xc9eaa36080, 0xca4c4ba086, 0x24, 0xca4c4ba086, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968468 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc93953adae, 0x24, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc93953adae, 0x24, 0x0, 0x56deeb2300000000, 0xa565303056deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc93953adae, 0x24, 0xc93953adae, 0x24, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b879b0e0, 0xc9b879b080, 0xca43c5f6a0, 0xc93953adae, 0x24, 0xc93953adae, 0x24, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962765 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca623ca000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca3b3d1520, 0xca7095ec40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca3b3d1520, 0xca7095ec40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca3b3d1520, 0xca7095ec40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca3b3d1520, 0xca7095ec40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca3b3d1520, 0xca7095ec40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc914b58300)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965542 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8908dd5dc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8908dd5d0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8908dd5d0, 0xca7f080e40, 0xca7f080ea0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964087 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9a692385b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9a692385b, 0x25, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9a692385b, 0x25, 0xc9a692385b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8fc262840, 0xc8fc2627e0, 0xc9e3c6dcf0, 0xc9a692385b, 0x25, 0xc9a692385b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963050 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9fe015000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39f110, 0xcaa18ba0e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39f110, 0xcaa18ba0e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39f110, 0xcaa18ba0e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39f110, 0xcaa18ba0e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39f110, 0xcaa18ba0e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc920181a00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968066 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9531b2c1c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9531b2c10)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9531b2c10, 0xc9d1e38960, 0xc9d1e389c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968767 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6db8305a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6db8305a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6db8305a, 0x24, 0xca6db8305a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923483260, 0xc923483200, 0xc9339f6250, 0xca6db8305a, 0x24, 0xca6db8305a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961821 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8dc2c1d4e, 0x24, 0x56dec11856de9795, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8dc2c1d4e, 0x24, 0x0, 0x56de979500000000, 0x56deebb9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8dc2c1d4e, 0x24, 0xc8dc2c1d40, 0x39, 0x56deebb956de9795, 0x780, 0x3, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca61c080c0, 0xca61c08060, 0xc85f611e80, 0xc8dc2c1d4e, 0x24, 0xc8dc2c1d40, 0x39, 0x56deebb956de9795, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966726 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8dceb04d6, 0x22, 0x56deebd956deebc5, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8dceb04d6, 0x22, 0x0, 0x56deebc500000000, 0x74654da656deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8dceb04d6, 0x22, 0xc8dceb04d6, 0x22, 0x56deebd956deebc5, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9798134a0, 0xc979813440, 0xc95168d400, 0xc8dceb04d6, 0x22, 0xc8dceb04d6, 0x22, 0x56deebd956deebc5, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963483 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6db8245b, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6db8245b, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6db8245b, 0x25, 0xca6db8245b, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f22a0, 0xc9dd3f2240, 0xc9ef715b90, 0xca6db8245b, 0x25, 0xca6db8245b, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968624 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc954c1a45a, 0x24, 0x56deebdc56deeb28, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc954c1a45a, 0x24, 0x0, 0x56deeb2800000000, 0x746e696f56deebdc, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc954c1a45a, 0x24, 0xc954c1a45a, 0x24, 0x56deebdc56deeb28, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e2516c60, 0xc9e2516c00, 0xca3382bef0, 0xc954c1a45a, 0x24, 0xc954c1a45a, 0x24, 0x56deebdc56deeb28, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963049 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9fe014800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39f040, 0xcaa18ba000, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39f040, 0xcaa18ba000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39f040, 0xcaa18ba000)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39f040, 0xcaa18ba000)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39f040, 0xcaa18ba000)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc920181980)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968887 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc954c1af1a, 0x24, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc954c1af1a, 0x24, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc954c1af1a, 0x24, 0xc954c1af1a, 0x24, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc872ec3b60, 0xc872ec3b00, 0xc9ed3f34c0, 0xc954c1af1a, 0x24, 0xc954c1af1a, 0x24, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963764 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d06a4c5a, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d06a4c5a, 0x24, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d06a4c5a, 0x24, 0xc9d06a4c5a, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca3ef0fb00, 0xca3ef0faa0, 0xc8c6544680, 0xc9d06a4c5a, 0x24, 0xc9d06a4c5a, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960802 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca27c70000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc51e0, 0xc96fcec000, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc51e0, 0xc96fcec000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc51e0, 0xc96fcec000)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc51e0, 0xc96fcec000)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc51e0, 0xc96fcec000)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565e080)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967333 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca71c1d85b, 0x25, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca71c1d85b, 0x25, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca71c1d85b, 0x25, 0xca71c1d85b, 0x25, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f783ce0, 0xc98f783c80, 0xc8db970a60, 0xca71c1d85b, 0x25, 0xca71c1d85b, 0x25, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968377 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9f59cd49c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9f59cd490)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9f59cd490, 0xc9234823c0, 0xc923482420)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964692 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9d4b02800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4ea8f0, 0xca9001ca80, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4ea8f0, 0xca9001ca80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4ea8f0, 0xca9001ca80)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4ea8f0, 0xca9001ca80)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4ea8f0, 0xca9001ca80)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8b0ddde00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962763 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f01543c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f015430)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f015430, 0xca6e77baa0, 0xca6e77bb00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43970010 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc95517160c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc955171600)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc955171600, 0xca4abd8240, 0xca4abd82a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964325 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9ddedf459, 0x23, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9ddedf459, 0x23, 0x0, 0x56deebb900000000, 0x746e49a856deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9ddedf459, 0x23, 0xc9ddedf459, 0x23, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876934a20, 0xc8769349c0, 0xca11b66910, 0xc9ddedf459, 0x23, 0xc9ddedf459, 0x23, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960637 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca63b1a000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897a00d0, 0xca7a3a00e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897a00d0, 0xca7a3a00e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897a00d0, 0xca7a3a00e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897a00d0, 0xca7a3a00e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897a00d0, 0xca7a3a00e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca9cf8d100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966356 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca11c08000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4eb790, 0xc9d39aa1c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4eb790, 0xc9d39aa1c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4eb790, 0xc9d39aa1c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4eb790, 0xc9d39aa1c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4eb790, 0xc9d39aa1c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa07a4500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964004 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab1269059, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab1269059, 0x23, 0x0, 0x56deebc200000000, 0x6c2e756156deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab1269059, 0x23, 0xcab1269059, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac12e6780, 0xcac12e6720, 0xc9f21137c0, 0xcab1269059, 0x23, 0xcab1269059, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962533 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca709654e2, 0x25, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca709654e2, 0x25, 0x0, 0x56deeb2300000000, 0xc856deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca709654e2, 0x25, 0xca709654e2, 0x25, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0ebce0, 0xca8c0ebc80, 0xc85f2e1ac0, 0xca709654e2, 0x25, 0xca709654e2, 0x25, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968045 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc947029c58, 0x22, 0x56deec3556dec241, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc947029c58, 0x22, 0x0, 0x56dec24100000000, 0x56deec35, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc947029c58, 0x22, 0xc947029c58, 0x22, 0x56deec3556dec241, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d1e389c0, 0xc9d1e38960, 0xc9531b2c10, 0xc947029c58, 0x22, 0xc947029c58, 0x22, 0x56deec3556dec241, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967336 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca71c1d8e2, 0x25, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca71c1d8e2, 0x25, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca71c1d8e2, 0x25, 0xca71c1d8e2, 0x25, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f783ce0, 0xc98f783c80, 0xc8db970a60, 0xca71c1d8e2, 0x25, 0xca71c1d8e2, 0x25, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965338 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc99dae3800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314eaa90, 0xca623a7180, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314eaa90, 0xca623a7180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314eaa90, 0xca623a7180)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314eaa90, 0xca623a7180)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314eaa90, 0xca623a7180)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9adf72800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967493 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca687a6280, 0x8, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9d19e29c0, 0xc931b9c1c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9d19e29c0, 0xc931b9c1c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9d19e29c0, 0xc931b9c1c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9d19e29c0, 0xc931b9c1c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9d19e29c0, 0xc931b9c1c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca3b298200)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961862 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca94e5d800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbec30, 0xc96fced500, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbec30, 0xc96fced500)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbec30, 0xc96fced500)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbec30, 0xc96fced500)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbec30, 0xc96fced500)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89a9f900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968273 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d5f0f8de, 0x24, 0x56deebda56deebbc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d5f0f8de, 0x24, 0x0, 0x56deebbc00000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d5f0f8de, 0x24, 0xc9d5f0f8de, 0x24, 0x56deebda56deebbc, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e1be4300, 0xc9e1be42a0, 0xc9f59c80f0, 0xc9d5f0f8de, 0x24, 0xc9d5f0f8de, 0x24, 0x56deebda56deebbc, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961241 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9cf9af4e2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9cf9af4e2, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9cf9af4e2, 0x25, 0xc9cf9af4e2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8ba68660, 0xca8ba68600, 0xc860081180, 0xc9cf9af4e2, 0x25, 0xc9cf9af4e2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965147 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9b335e45a, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9b335e45a, 0x24, 0x0, 0x56deebb900000000, 0xa4c804d156deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9b335e45a, 0x24, 0xc9b335e45a, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8602ac4e0, 0xc8602ac480, 0xc93782a3c0, 0xc9b335e45a, 0x24, 0xc9b335e45a, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966822 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca57ef6c5a, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca57ef6c5a, 0x24, 0x0, 0x56deebbb00000000, 0xc856deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca57ef6c5a, 0x24, 0xca57ef6c5a, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd955c0, 0xc95fd95560, 0xc94a7d9ff0, 0xca57ef6c5a, 0x24, 0xca57ef6c5a, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969846 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9070bb29c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9070bb290)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9070bb290, 0xc903973f80, 0xca4f00a000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969995 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc955170ebc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc955170eb0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc955170eb0, 0xca4abd8120, 0xca4abd8180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963530 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7b4cc23e, 0x24, 0x56deebdd56deebbf, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7b4cc23e, 0x24, 0x0, 0x56deebbf00000000, 0x56deebdd, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7b4cc23e, 0x24, 0xca7b4cc23e, 0x24, 0x56deebdd56deebbf, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca4340dc20, 0xca4340dbc0, 0xcaa15f9900, 0xca7b4cc23e, 0x24, 0xca7b4cc23e, 0x24, 0x56deebdd56deebbf, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965739 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8b3e1f7c0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314eb040, 0xca7095eee0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314eb040, 0xca7095eee0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314eb040, 0xca7095eee0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314eb040, 0xca7095eee0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314eb040, 0xca7095eee0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaad338b80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967774 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9886f180c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9886f1800)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9886f1800, 0xc98b53d140, 0xc98b53d1a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969640 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca5113548e, 0x24, 0x56dec11856de982b, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca5113548e, 0x24, 0x0, 0x56de982b00000000, 0x56deec4f, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca5113548e, 0x24, 0xca51135480, 0x39, 0x56deec4f56de982b, 0x78, 0x5, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca254add40, 0xca254adce0, 0xca6d71d8b0, 0xca5113548e, 0x24, 0xca51135480, 0x39, 0x56deec4f56de982b, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965337 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc91e5045ac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc91e5045a0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc91e5045a0, 0xc903976480, 0xc9039764e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43961550 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fcee0e2, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fcee0e2, 0x25, 0x0, 0x56deeb2100000000, 0x49a28a3256deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fcee0e2, 0x25, 0xc96fcee0e2, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e34e40, 0xca76e34de0, 0xc85f922240, 0xc96fcee0e2, 0x25, 0xc96fcee0e2, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969031 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9a6923cde, 0x24, 0x56deebdb56deeb27, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9a6923cde, 0x24, 0x0, 0x56deeb2700000000, 0x6e69702e56deebdb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9a6923cde, 0x24, 0xc9a6923cde, 0x24, 0x56deebdb56deeb27, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e1be4c00, 0xc9e1be4ba0, 0xc948051d40, 0xc9a6923cde, 0x24, 0xc9a6923cde, 0x24, 0x56deebdb56deeb27, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963710 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9e9c9ec7c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9e9c9ec70)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9e9c9ec70, 0xc8fc262060, 0xc8fc2620c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43972164 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca3550e800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcabe398680, 0xc931b9cc40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcabe398680, 0xc931b9cc40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcabe398680, 0xc931b9cc40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcabe398680, 0xc931b9cc40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcabe398680, 0xc931b9cc40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9a7a57580)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966918 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8d627741c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8d6277410)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8d6277410, 0xc8b543cc00, 0xc8b543cc60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968142 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca873370e2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca873370e2, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca873370e2, 0x25, 0xca873370e2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ffe43f20, 0xc9ffe43ec0, 0xca1b54fa70, 0xca873370e2, 0x25, 0xca873370e2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961791 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8c0de800, 0x17, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbe680, 0xc96fcecee0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbe680, 0xc96fcecee0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbe680, 0xc96fcecee0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbe680, 0xc96fcecee0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbe680, 0xc96fcecee0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89a9f500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962843 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8e7c5c5a, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8e7c5c5a, 0x24, 0x0, 0x56deebc200000000, 0x6449a28a56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8e7c5c5a, 0x24, 0xca8e7c5c5a, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcabe39e420, 0xcabe39e3c0, 0xc85ef2c860, 0xca8e7c5c5a, 0x24, 0xca8e7c5c5a, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970528 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc843b5c4e2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc843b5c4e2, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc843b5c4e2, 0x25, 0xc843b5c4e2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5c0acf00, 0xca5c0acea0, 0xc97f991470, 0xc843b5c4e2, 0x25, 0xc843b5c4e2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967675 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc97fe070d6, 0x22, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc97fe070d6, 0x22, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc97fe070d6, 0x22, 0xc97fe070d6, 0x22, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc99e1e8cc0, 0xc99e1e8c60, 0xc9827f44c0, 0xc97fe070d6, 0x22, 0xc97fe070d6, 0x22, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969414 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca10b24d00, 0x1a, 0x1a, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39ec30, 0xca7fc0a2a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39ec30, 0xca7fc0a2a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39ec30, 0xca7fc0a2a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39ec30, 0xca7fc0a2a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39ec30, 0xca7fc0a2a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaac98c500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965034 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9c60c685b, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9c60c685b, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9c60c685b, 0x25, 0xc9c60c685b, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d8098ba0, 0xc9d8098b40, 0xc9e45a7dd0, 0xc9c60c685b, 0x25, 0xc9c60c685b, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969118 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc8f42b2bac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8f42b2ba0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8f42b2ba0, 0xc9b879b560, 0xc9b879b5c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965071 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca2743a000, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302c820, 0xca7a3a1260, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302c820, 0xca7a3a1260)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302c820, 0xca7a3a1260)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302c820, 0xca7a3a1260)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302c820, 0xca7a3a1260)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8c9c8a480)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967777 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8552fe65a, 0x24, 0x56deebd656deeb7c, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8552fe65a, 0x24, 0x0, 0x56deeb7c00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8552fe65a, 0x24, 0xc8552fe65a, 0x24, 0x56deebd656deeb7c, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98b53d500, 0xc98b53d4a0, 0xc9773e2680, 0xc8552fe65a, 0x24, 0xc8552fe65a, 0x24, 0x56deebd656deeb7c, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964275 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8da4b0800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7e270, 0xca3adaa8c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7e270, 0xca3adaa8c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7e270, 0xca3adaa8c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7e270, 0xca3adaa8c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7e270, 0xca3adaa8c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca98db5a00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968121 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca60e142c6, 0x24, 0x56deebd756deeb23, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca60e142c6, 0x24, 0x0, 0x56deeb2300000000, 0xa878616d56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca60e142c6, 0x24, 0xca60e142c6, 0x24, 0x56deebd756deeb23, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6046c0c0, 0xca6046c060, 0xca09d05230, 0xca60e142c6, 0x24, 0xca60e142c6, 0x24, 0x56deebd756deeb23, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963847 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca623adc5a, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca623adc5a, 0x24, 0x0, 0x56deebba00000000, 0x95b377c056deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca623adc5a, 0x24, 0xca623adc5a, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f25a0, 0xc9dd3f2540, 0xc9b7f75ca0, 0xca623adc5a, 0x24, 0xca623adc5a, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961885 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca2743b540, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca3b3d0270, 0xca7095e620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca3b3d0270, 0xca7095e620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca3b3d0270, 0xca7095e620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca3b3d0270, 0xca7095e620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca3b3d0270, 0xca7095e620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9cbde0480)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965842 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc99c992800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab0d56270, 0xca3adab7a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab0d56270, 0xca3adab7a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab0d56270, 0xca3adab7a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab0d56270, 0xca3adab7a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab0d56270, 0xca3adab7a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc944d30c00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963614 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc990b257ca, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc990b257ca, 0x24, 0x0, 0x56deeb2100000000, 0x3039303256deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc990b257ca, 0x24, 0xc990b257ca, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d51bf6e0, 0xc9d51bf680, 0xc93c4af9b0, 0xc990b257ca, 0x24, 0xc990b257ca, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969224 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ea81050a, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ea81050a, 0x24, 0x0, 0x56deebc300000000, 0x656c747456deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ea81050a, 0x24, 0xc8ea81050a, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6046d800, 0xca6046d7a0, 0xc9f70c7f20, 0xc8ea81050a, 0x24, 0xc8ea81050a, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967382 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc95332785b, 0x25, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc95332785b, 0x25, 0x0, 0x56deebba00000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc95332785b, 0x25, 0xc95332785b, 0x25, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac23db260, 0xcac23db200, 0xc8d7ef9bc0, 0xc95332785b, 0x25, 0xc95332785b, 0x25, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963023 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85ec54bfc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85ec54bf0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85ec54bf0, 0xca9897ee40, 0xca9897eea0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963592 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca4a194000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcaa2a1b2b0, 0xca7fc0b0a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcaa2a1b2b0, 0xca7fc0b0a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcaa2a1b2b0, 0xca7fc0b0a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcaa2a1b2b0, 0xca7fc0b0a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcaa2a1b2b0, 0xca7fc0b0a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca7d863d00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963562 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1973e85a, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1973e85a, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1973e85a, 0x24, 0xca1973e85a, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9f370daa0, 0xc9f370da40, 0xc9b4b71b00, 0xca1973e85a, 0x24, 0xca1973e85a, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963353 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca459ca000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc86dfd4820, 0xca623a6c40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc86dfd4820, 0xca623a6c40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc86dfd4820, 0xca623a6c40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc86dfd4820, 0xca623a6c40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc86dfd4820, 0xca623a6c40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9b3baaa00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964220 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca69c8b000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc44e0, 0xcaa18ba9a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc44e0, 0xcaa18ba9a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc44e0, 0xcaa18ba9a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc44e0, 0xcaa18ba9a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc44e0, 0xcaa18ba9a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc98fcd3100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964920 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9ff41c000, 0x18, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7e680, 0xca3adaafc0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7e680, 0xca3adaafc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7e680, 0xca3adaafc0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7e680, 0xca3adaafc0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7e680, 0xca3adaafc0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc92d73c880)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968746 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad25785b, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad25785b, 0x25, 0x0, 0x56deea7000000000, 0x6e65af7956deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad25785b, 0x25, 0xc8ad25785b, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad25785b, 0x25, 0xc8ad25785b, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43971222 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9facd9000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1dc70, 0xca63be96c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1dc70, 0xca63be96c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1dc70, 0xca63be96c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1dc70, 0xca63be96c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1dc70, 0xca63be96c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8dd43e780)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966972 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ea3b2aba, 0x24, 0x56deebd956deebc5, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ea3b2aba, 0x24, 0x0, 0x56deebc500000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ea3b2aba, 0x24, 0xc8ea3b2aba, 0x24, 0x56deebd956deebc5, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979813d40, 0xc979813ce0, 0xc8d628d770, 0xc8ea3b2aba, 0x24, 0xc8ea3b2aba, 0x24, 0x56deebd956deebc5, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960969 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca3854c85a, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca3854c85a, 0x24, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca3854c85a, 0x24, 0xca3854c85a, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca9897e360, 0xca9897e300, 0xc85ef87b10, 0xca3854c85a, 0x24, 0xca3854c85a, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963685 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca65bae000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b71e0, 0xc8200dca80, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b71e0, 0xc8200dca80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b71e0, 0xc8200dca80)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b71e0, 0xc8200dca80)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b71e0, 0xc8200dca80)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca6d458d80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968201 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d18a78de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d18a78de, 0x24, 0x0, 0x56deebb800000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d18a78de, 0x24, 0xc9d18a78de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e2516360, 0xc9e2516300, 0xca09cfde40, 0xc9d18a78de, 0x24, 0xc9d18a78de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962449 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8c0e9ce2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8c0e9ce2, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8c0e9ce2, 0x25, 0xca8c0e9ce2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0eaf00, 0xca8c0eaea0, 0xc85f342460, 0xca8c0e9ce2, 0x25, 0xca8c0e9ce2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967720 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc95d623dac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc95d623da0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc95d623da0, 0xc98b53c4e0, 0xc98b53c540)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963616 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc93e722000, 0xb, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc41a0, 0xca9001c2a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc41a0, 0xca9001c2a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc41a0, 0xca9001c2a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc41a0, 0xca9001c2a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc41a0, 0xca9001c2a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc91cd90000)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968442 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9f59c983c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9f59c9830)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9f59c9830, 0xc9e1be4480, 0xc9e1be44e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966317 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9a9a65800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4eb380, 0xca7a3a1a40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4eb380, 0xca7a3a1a40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4eb380, 0xca7a3a1a40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4eb380, 0xca7a3a1a40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4eb380, 0xca7a3a1a40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca3096fe00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962978 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85ef7fb0c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85ef7fb00)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85ef7fb00, 0xca9897eae0, 0xca9897eb40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43961881 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca2743b400, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbfee0, 0xca7095e2a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbfee0, 0xca7095e2a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbfee0, 0xca7095e2a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbfee0, 0xca7095e2a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbfee0, 0xca7095e2a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9cbde0280)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967620 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8f0c51c5a, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8f0c51c5a, 0x24, 0x0, 0x56deebbb00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8f0c51c5a, 0x24, 0xc8f0c51c5a, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9c4e617a0, 0xc9c4e61740, 0xc9ec14a930, 0xc8f0c51c5a, 0x24, 0xc8f0c51c5a, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967137 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca67cb80de, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca67cb80de, 0x24, 0x0, 0x56de97f900000000, 0x6156a50a56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca67cb80de, 0x24, 0xca67cb80de, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xca67cb80de, 0x24, 0xca67cb80de, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961699 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f9222dc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f9222d0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f9222d0, 0xca76e35260, 0xca76e352c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969737 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc962084f0c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc962084f00)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc962084f00, 0xc87de78ba0, 0xc87de78c00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962363 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6c9f64e2, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6c9f64e2, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6c9f64e2, 0x25, 0xca6c9f64e2, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9e60, 0xca71cb9e00, 0xc85f6baa40, 0xca6c9f64e2, 0x25, 0xca6c9f64e2, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966429 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc86b02545a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc86b02545a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc86b02545a, 0x24, 0xc86b02545a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e58c00, 0xc961e58ba0, 0xc9653e2670, 0xc86b02545a, 0x24, 0xc86b02545a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967330 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc92e278e8c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc92e278e80)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc92e278e80, 0xc8b543d680, 0xc8b543d6e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969018 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9f0113000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b6820, 0xca687aa8c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b6820, 0xca687aa8c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b6820, 0xca687aa8c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b6820, 0xca687aa8c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b6820, 0xca687aa8c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9931b4c00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967468 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca71d43880, 0xa, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbf380, 0xca5d2c6000, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbf380, 0xca5d2c6000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbf380, 0xca5d2c6000)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbf380, 0xca5d2c6000)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbf380, 0xca5d2c6000)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e9e27700)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970057 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca25dd7800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcaa2a1b380, 0xcab6982b60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcaa2a1b380, 0xcab6982b60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcaa2a1b380, 0xcab6982b60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcaa2a1b380, 0xcab6982b60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcaa2a1b380, 0xcab6982b60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa8d2b800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43972157 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc8ef67feec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8ef67fee0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8ef67fee0, 0xc8a9cd9f20, 0xc8a9cd9f80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967346 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca67cb810a, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca67cb810a, 0x24, 0x0, 0x56de97f900000000, 0x6e65b06b56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca67cb810a, 0x24, 0xca67cb810a, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xca67cb810a, 0x24, 0xca67cb810a, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967304 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc91d4c2aae, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc91d4c2aae, 0x24, 0x0, 0x56de97f900000000, 0x40cb657556deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc91d4c2aae, 0x24, 0xc91d4c2aae, 0x24, 0x56deec1d56de97f9, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac23da6c0, 0xcac23da660, 0xc95ec533a0, 0xc91d4c2aae, 0x24, 0xc91d4c2aae, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965108 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca80c93000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7e9c0, 0xc8200dd880, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7e9c0, 0xc8200dd880)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7e9c0, 0xc8200dd880)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7e9c0, 0xc8200dd880)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7e9c0, 0xc8200dd880)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8c9c8ad00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969396 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d0dbc0e2, 0x25, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d0dbc0e2, 0x25, 0x0, 0x56deebba00000000, 0x40cb657556deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d0dbc0e2, 0x25, 0xc9d0dbc0e2, 0x25, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f56e0, 0xc9278f5680, 0xc9239faff0, 0xc9d0dbc0e2, 0x25, 0xc9d0dbc0e2, 0x25, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961860 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8c0e5000, 0x17, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbea90, 0xc96fced340, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbea90, 0xc96fced340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbea90, 0xc96fced340)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbea90, 0xc96fced340)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbea90, 0xc96fced340)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89a9f800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965921 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc88e17d800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9fad4e0d0, 0xc8ad2520e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9fad4e0d0, 0xc8ad2520e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9fad4e0d0, 0xc8ad2520e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9fad4e0d0, 0xc8ad2520e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9fad4e0d0, 0xc8ad2520e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc88af52380)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43971105 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9a676e90a, 0x23, 0x56deebd856deeb60, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9a676e90a, 0x23, 0x0, 0x56deeb6000000000, 0xa574696e56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9a676e90a, 0x23, 0xc9a676e90a, 0x23, 0x56deebd856deeb60, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b2ed6420, 0xc9b2ed63c0, 0xc9fbd00550, 0xc9a676e90a, 0x23, 0xc9a676e90a, 0x23, 0x56deebd856deeb60, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961677 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f9222cc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f9222c0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f9222c0, 0xca76e351a0, 0xca76e35200)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969604 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca57ef68de, 0x24, 0x56deebd756dee97f, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca57ef68de, 0x24, 0x0, 0x56dee97f00000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca57ef68de, 0x24, 0xca57ef68de, 0x24, 0x56deebd756dee97f, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc87de78420, 0xc87de78360, 0xca05055ae0, 0xca57ef68de, 0x24, 0xca57ef68de, 0x24, 0x56deebd756dee97f, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963873 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9bc397859, 0x23, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9bc397859, 0x23, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9bc397859, 0x23, 0xc9bc397859, 0x23, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f2840, 0xc9dd3f27e0, 0xc8f6180480, 0xc9bc397859, 0x23, 0xc9bc397859, 0x23, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970476 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca3c42c800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1d040, 0xca63be8fc0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1d040, 0xca63be8fc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1d040, 0xca63be8fc0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1d040, 0xca63be8fc0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1d040, 0xca63be8fc0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca10c04880)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969438 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8201a6cae, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8201a6cae, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8201a6cae, 0x24, 0xc8201a6cae, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca060be000, 0xc9b879bf80, 0xca4484a140, 0xc8201a6cae, 0x24, 0xc8201a6cae, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963201 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa18bc45a, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa18bc45a, 0x24, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa18bc45a, 0x24, 0xcaa18bc45a, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39ac60, 0xc9bc39ac00, 0xc85e6528e0, 0xcaa18bc45a, 0x24, 0xcaa18bc45a, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968938 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab3028c5a, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab3028c5a, 0x24, 0x0, 0x56deebbb00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab3028c5a, 0x24, 0xcab3028c5a, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f4ae0, 0xc9278f4a80, 0xc9d5ee9960, 0xcab3028c5a, 0x24, 0xcab3028c5a, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968692 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc83c4350de, 0x24, 0x56deebd756deeb5f, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc83c4350de, 0x24, 0x0, 0x56deeb5f00000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc83c4350de, 0x24, 0xc83c4350de, 0x24, 0x56deebd756deeb5f, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca254ac960, 0xca254ac900, 0xca3eee79b0, 0xc83c4350de, 0x24, 0xc83c4350de, 0x24, 0x56deebd756deeb5f, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966648 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca6883c000, 0xd, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39e5b0, 0xca9001d5e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39e5b0, 0xca9001d5e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39e5b0, 0xca9001d5e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39e5b0, 0xca9001d5e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39e5b0, 0xca9001d5e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8aa3b0c80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961998 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6fec5c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6fec50)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6fec50, 0xca19755200, 0xca19755260)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965258 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc99ef9f000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4eaa90, 0xca9001cc40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4eaa90, 0xca9001cc40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4eaa90, 0xca9001cc40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4eaa90, 0xca9001cc40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4eaa90, 0xca9001cc40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc943316b80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963638 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7e2700de, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7e2700de, 0x24, 0x0, 0x56deeb2100000000, 0xcb6556deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7e2700de, 0x24, 0xca7e2700de, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876934060, 0xc876934000, 0xc9dd7128d0, 0xca7e2700de, 0x24, 0xca7e2700de, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962358 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6baa3c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6baa30)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6baa30, 0xca71cb9d40, 0xca71cb9da0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967833 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca59c41000, 0x17, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1d380, 0xca5d2c6380, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1d380, 0xca5d2c6380)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1d380, 0xca5d2c6380)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1d380, 0xca5d2c6380)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1d380, 0xca5d2c6380)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9af145300)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962656 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6c9f70da, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6c9f70da, 0x23, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6c9f70da, 0x23, 0xca6c9f70da, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b800, 0xca6e77b7a0, 0xc85f0153f0, 0xca6c9f70da, 0x23, 0xca6c9f70da, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969996 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca19afc000, 0xd, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b6ea0, 0xcab6982a80, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b6ea0, 0xcab6982a80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b6ea0, 0xcab6982a80)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b6ea0, 0xcab6982a80)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b6ea0, 0xcab6982a80)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca32427380)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962711 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a2d1, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a2d1, 0x25, 0x0, 0x56deeb2200000000, 0x6154a46556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a2d1, 0x25, 0xc8fd72a2d1, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a2d1, 0x25, 0xc8fd72a2d1, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969222 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ea8104b2, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ea8104b2, 0x24, 0x0, 0x56deebc300000000, 0xa4c804d156deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ea8104b2, 0x24, 0xc8ea8104b2, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6046d800, 0xca6046d7a0, 0xc9f70c7f20, 0xc8ea8104b2, 0x24, 0xc8ea8104b2, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969598 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca94e5a05a, 0x24, 0x56deebdb56deebbd, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca94e5a05a, 0x24, 0x0, 0x56deebbd00000000, 0x56deebdb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca94e5a05a, 0x24, 0xca94e5a05a, 0x24, 0x56deebdb56deebbd, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9eef301e0, 0xc9eef30180, 0xc9f3a0f440, 0xca94e5a05a, 0x24, 0xca94e5a05a, 0x24, 0x56deebdb56deebbd, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963359 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2fe7c8ac, 0x22, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2fe7c8ac, 0x22, 0x0, 0x56deebc200000000, 0xcb6556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2fe7c8ac, 0x22, 0xca2fe7c8ac, 0x22, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39bbc0, 0xc9bc39bb60, 0xc85deea800, 0xca2fe7c8ac, 0x22, 0xca2fe7c8ac, 0x22, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962271 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d069255e, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d069255e, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d069255e, 0x24, 0xc9d069255e, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca71cb9b60, 0xca71cb9b00, 0xc85f6ba9d0, 0xc9d069255e, 0x24, 0xc9d069255e, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965741 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9cd212b5c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9cd212b50)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9cd212b50, 0xc8fbe7cc60, 0xc8fbe7ccc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967806 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8552feb56, 0x24, 0x56deebd656deeb7c, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8552feb56, 0x24, 0x0, 0x56deeb7c00000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8552feb56, 0x24, 0xc8552feb56, 0x24, 0x56deebd656deeb7c, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98b53d500, 0xc98b53d4a0, 0xc9773e2680, 0xc8552feb56, 0x24, 0xc8552feb56, 0x24, 0x56deebd656deeb7c, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964960 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc99e1efaa2, 0x24, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc99e1efaa2, 0x24, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc99e1efaa2, 0x24, 0xc99e1efaa2, 0x24, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876935920, 0xc8769358c0, 0xca270c5800, 0xc99e1efaa2, 0x24, 0xc99e1efaa2, 0x24, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967795 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8552fe972, 0x24, 0x56deebd656deeb7c, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8552fe972, 0x24, 0x0, 0x56deeb7c00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8552fe972, 0x24, 0xc8552fe972, 0x24, 0x56deebd656deeb7c, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98b53d500, 0xc98b53d4a0, 0xc9773e2680, 0xc8552fe972, 0x24, 0xc8552fe972, 0x24, 0x56deebd656deeb7c, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963355 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca48b3c000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc86dfd4680, 0xca623a6b60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc86dfd4680, 0xca623a6b60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc86dfd4680, 0xca623a6b60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc86dfd4680, 0xca623a6b60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc86dfd4680, 0xca623a6b60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9b3baab00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966855 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca15649cde, 0x24, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca15649cde, 0x24, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca15649cde, 0x24, 0xca15649cde, 0x24, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e59620, 0xc961e595c0, 0xc8e7130bb0, 0xca15649cde, 0x24, 0xca15649cde, 0x24, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963499 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8ce7775e, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8ce7775e, 0x24, 0x0, 0x56deebba00000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8ce7775e, 0x24, 0xca8ce7775e, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8fc2620c0, 0xc8fc262060, 0xc9e9c9ec70, 0xca8ce7775e, 0x24, 0xca8ce7775e, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969940 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca645ee800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314eb520, 0xca6ae4d260, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314eb520, 0xca6ae4d260)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314eb520, 0xca6ae4d260)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314eb520, 0xca6ae4d260)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314eb520, 0xca6ae4d260)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9f2e97f80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965251 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca85674789, 0x23, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca85674789, 0x23, 0x0, 0x56deebb900000000, 0x54a4736d56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca85674789, 0x23, 0xca85674789, 0x23, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca7f080600, 0xca7f0805a0, 0xca16b5ec90, 0xca85674789, 0x23, 0xca85674789, 0x23, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965247 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca856746dd, 0x23, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca856746dd, 0x23, 0x0, 0x56deebb900000000, 0xa566303356deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca856746dd, 0x23, 0xca856746dd, 0x23, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca7f080600, 0xca7f0805a0, 0xca16b5ec90, 0xca856746dd, 0x23, 0xca856746dd, 0x23, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968214 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa727205a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa727205a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa727205a, 0x24, 0xcaa727205a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923482300, 0xc9234822a0, 0xca09cecf00, 0xcaa727205a, 0x24, 0xcaa727205a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969942 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca9b9c5000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9bc39f860, 0xc96fcecb60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9bc39f860, 0xc96fcecb60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9bc39f860, 0xc96fcecb60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9bc39f860, 0xc96fcecb60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9bc39f860, 0xc96fcecb60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca3824a100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963404 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca485fe000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7040, 0xc8200dc8c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7040, 0xc8200dc8c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7040, 0xc8200dc8c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7040, 0xc8200dc8c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7040, 0xc8200dc8c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca6d458180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966424 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f4eb0b2a, 0x24, 0x56deebd856deeba6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f4eb0b2a, 0x24, 0x0, 0x56deeba600000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f4eb0b2a, 0x24, 0xc9f4eb0b2a, 0x24, 0x56deebd856deeba6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e589c0, 0xc961e58960, 0xc9559a9950, 0xc9f4eb0b2a, 0x24, 0xc9f4eb0b2a, 0x24, 0x56deebd856deeba6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965139 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9a32ef30e, 0x24, 0x56dec11856de97c7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9a32ef30e, 0x24, 0x0, 0x56de97c700000000, 0x56deebeb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9a32ef30e, 0x24, 0xc9a32ef300, 0x39, 0x56deebeb56de97c7, 0x78, 0x5, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ac9f3740, 0xc9ac9f36e0, 0xca381f8360, 0xc9a32ef30e, 0x24, 0xc9a32ef300, 0x39, 0x56deebeb56de97c7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966872 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9760312e2, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9760312e2, 0x25, 0x0, 0x56deebb800000000, 0xe700c11c56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9760312e2, 0x25, 0xc9760312e2, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc90c053ce0, 0xc90c053c80, 0xc8d627ba40, 0xc9760312e2, 0x25, 0xc9760312e2, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964269 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8f6180d7c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8f6180d70)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8f6180d70, 0xc9dd3f2900, 0xc9dd3f2960)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965666 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc972a43f9c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc972a43f90)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc972a43f90, 0xc91d924660, 0xc91d9246c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968109 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc98b2a285b, 0x25, 0x56deebd956deeb25, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc98b2a285b, 0x25, 0x0, 0x56deeb2500000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc98b2a285b, 0x25, 0xc98b2a285b, 0x25, 0x56deebd956deeb25, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b879a960, 0xc9b879a900, 0xc9aeb80420, 0xc98b2a285b, 0x25, 0xc98b2a285b, 0x25, 0x56deebd956deeb25, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964599 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8202330de, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8202330de, 0x24, 0x0, 0x56deebbb00000000, 0xc956deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8202330de, 0x24, 0xc8202330de, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f38c0, 0xc9dd3f3860, 0xc98df8f530, 0xc8202330de, 0x24, 0xc8202330de, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965141 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9a32ef40e, 0x24, 0x56dec11856de97c7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9a32ef40e, 0x24, 0x0, 0x56de97c700000000, 0x56deebeb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9a32ef40e, 0x24, 0xc9a32ef400, 0x39, 0x56deebeb56de97c7, 0x78, 0x5, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ac9f3740, 0xc9ac9f36e0, 0xca381f8360, 0xc9a32ef40e, 0x24, 0xc9a32ef400, 0x39, 0x56deebeb56de97c7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965769 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc86e5d3000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9d19e20d0, 0xca63be80e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9d19e20d0, 0xca63be80e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9d19e20d0, 0xca63be80e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9d19e20d0, 0xca63be80e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9d19e20d0, 0xca63be80e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f4c6000)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43972209 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc89f789d8e, 0x24, 0x56dec11856de985d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc89f789d8e, 0x24, 0x0, 0x56de985d00000000, 0x56deec81, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc89f789d8e, 0x24, 0xc89f789d80, 0x39, 0x56deec8156de985d, 0x780, 0x4, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc947846420, 0xc9478463c0, 0xca245c8690, 0xc89f789d8e, 0x24, 0xc89f789d80, 0x39, 0x56deec8156de985d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967922 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc98100f459, 0x23, 0x56deebde56deebca, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc98100f459, 0x23, 0x0, 0x56deebca00000000, 0xc856deebde, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc98100f459, 0x23, 0xc98100f459, 0x23, 0x56deebde56deebca, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979745800, 0xc9797457a0, 0xc9af9ac670, 0xc98100f459, 0x23, 0xc98100f459, 0x23, 0x56deebde56deebca, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968410 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca724f27ba, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca724f27ba, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca724f27ba, 0x24, 0xca724f27ba, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923482600, 0xc9234825a0, 0xc9f59cdbe0, 0xca724f27ba, 0x24, 0xca724f27ba, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962584 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f27af8c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f27af80)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f27af80, 0xca6e77ac00, 0xca6e77ac60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962516 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fd01e86, 0x24, 0x56dec11856de9795, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fd01e86, 0x24, 0x0, 0x56de979500000000, 0x56deebb9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fd01e86, 0x24, 0xc96fd01e86, 0x24, 0x56deebb956de9795, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0eb5c0, 0xca8c0eb560, 0xc85f308220, 0xc96fd01e86, 0x24, 0xc96fd01e86, 0x24, 0x56deebb956de9795, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962441 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca64eedbea, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca64eedbea, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca64eedbea, 0x24, 0xca64eedbea, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0eaa80, 0xca8c0ea9c0, 0xc85f371590, 0xca64eedbea, 0x24, 0xca64eedbea, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965451 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca08d9e4e2, 0x25, 0x56deebdd56deebbf, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca08d9e4e2, 0x25, 0x0, 0x56deebbf00000000, 0x56deebdd, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca08d9e4e2, 0x25, 0xca08d9e4e2, 0x25, 0x56deebdd56deebbf, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca2e538cc0, 0xca2e538c60, 0xc98a48dc50, 0xca08d9e4e2, 0x25, 0xca08d9e4e2, 0x25, 0x56deebdd56deebbf, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43972680 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9090bbb4c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9090bbb40)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9090bbb40, 0xc9e1c05b60, 0xc9e1c05bc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966449 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9653e267c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9653e2670)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9653e2670, 0xc961e58ba0, 0xc961e58c00)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967328 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc97fe06058, 0x22, 0x56deebdd56deebc9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc97fe06058, 0x22, 0x0, 0x56deebc900000000, 0x56deebdd, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc97fe06058, 0x22, 0xc97fe06058, 0x22, 0x56deebdd56deebc9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc99e1e8ba0, 0xc99e1e8b40, 0xc935247bf0, 0xc97fe06058, 0x22, 0xc97fe06058, 0x22, 0x56deebdd56deebc9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961861 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca8c0e8000, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbeb60, 0xc96fced420, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbeb60, 0xc96fced420)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbeb60, 0xc96fced420)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbeb60, 0xc96fced420)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbeb60, 0xc96fced420)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89a9f880)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967456 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9be6a764e, 0x22, 0x56deec3556dec241, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9be6a764e, 0x22, 0x0, 0x56dec24100000000, 0x56deec35, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9be6a764e, 0x22, 0xc9be6a7640, 0x37, 0x56deec3556dec241, 0x78, 0x5, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8edfe8ae0, 0xc8edfe8a80, 0xc94b9face0, 0xc9be6a764e, 0x22, 0xc9be6a7640, 0x37, 0x56deec3556dec241, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968975 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9a62cdb46, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9a62cdb46, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9a62cdb46, 0x24, 0xc9a62cdb46, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca254ace40, 0xca254acde0, 0xca39ffcb30, 0xc9a62cdb46, 0x24, 0xc9a62cdb46, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960835 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca27c78800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc55f0, 0xc96fcec460, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc55f0, 0xc96fcec460)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc55f0, 0xc96fcec460)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc55f0, 0xc96fcec460)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc55f0, 0xc96fcec460)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565f100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967035 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca5d729800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302da00, 0xca7095fce0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302da00, 0xca7095fce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302da00, 0xca7095fce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302da00, 0xca7095fce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302da00, 0xca7095fce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f65ae00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970571 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ba8fe0e2, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ba8fe0e2, 0x25, 0x0, 0x56deebb800000000, 0x49a28a3756deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ba8fe0e2, 0x25, 0xc8ba8fe0e2, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8a9cd8120, 0xc8a9cd80c0, 0xc9108e4df0, 0xc8ba8fe0e2, 0x25, 0xc8ba8fe0e2, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965417 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc999f2c0de, 0x24, 0x56deebdb56deebc7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc999f2c0de, 0x24, 0x0, 0x56deebc700000000, 0x69702e6556deebdb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc999f2c0de, 0x24, 0xc999f2c0de, 0x24, 0x56deebdb56deebc7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc903977200, 0xc9039771a0, 0xc9793977d0, 0xc999f2c0de, 0x24, 0xc999f2c0de, 0x24, 0x56deebdb56deebc7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964591 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca084b1200, 0x12, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7790, 0xc8200dd420, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7790, 0xc8200dd420)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7790, 0xc8200dd420)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7790, 0xc8200dd420)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7790, 0xc8200dd420)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e1841900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967600 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc95f2f031c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc95f2f0310)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc95f2f0310, 0xca24c36960, 0xca24c369c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962708 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a24a, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a24a, 0x25, 0x0, 0x56deeb2200000000, 0x656c747456deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a24a, 0x25, 0xc8fd72a24a, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a24a, 0x25, 0xc8fd72a24a, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965866 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4cbf805a, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4cbf805a, 0x24, 0x0, 0x56deebba00000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4cbf805a, 0x24, 0xca4cbf805a, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd943c0, 0xc95fd94360, 0xc8af74b2e0, 0xca4cbf805a, 0x24, 0xca4cbf805a, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962716 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a3b2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a3b2, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a3b2, 0x25, 0xc8fd72a3b2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a3b2, 0x25, 0xc8fd72a3b2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970306 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8ce5d45a, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8ce5d45a, 0x24, 0x0, 0x56deebbb00000000, 0x156deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8ce5d45a, 0x24, 0xca8ce5d45a, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9eef311a0, 0xc9eef31140, 0xca2ad74e70, 0xca8ce5d45a, 0x24, 0xca8ce5d45a, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962290 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f6ba9dc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f6ba9d0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f6ba9d0, 0xca71cb9b00, 0xca71cb9b60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968864 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9c6e3b64c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9c6e3b640)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9c6e3b640, 0xc9278f4780, 0xc9278f47e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964991 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9e39ee85a, 0x24, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9e39ee85a, 0x24, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9e39ee85a, 0x24, 0xc9e39ee85a, 0x24, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc903977020, 0xc903976fc0, 0xc979396220, 0xc9e39ee85a, 0x24, 0xc9e39ee85a, 0x24, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960793 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca19759000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9feed4820, 0xc8ad2529a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9feed4820, 0xc8ad2529a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9feed4820, 0xc8ad2529a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9feed4820, 0xc8ad2529a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9feed4820, 0xc8ad2529a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9cd3c8000)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968466 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9aeb81ecc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9aeb81ec0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9aeb81ec0, 0xc9b879ac00, 0xc9b879ac60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43970524 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc843b5c42e, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc843b5c42e, 0x25, 0x0, 0x56deeb2200000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc843b5c42e, 0x25, 0xc843b5c42e, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca5c0acf00, 0xca5c0acea0, 0xc97f991470, 0xc843b5c42e, 0x25, 0xc843b5c42e, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961572 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fcee8de, 0x24, 0x56deebd556deebc1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fcee8de, 0x24, 0x0, 0x56deebc100000000, 0xc856deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fcee8de, 0x24, 0xc96fcee8de, 0x24, 0x56deebd556deebc1, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e34f00, 0xca76e34ea0, 0xc85f922250, 0xc96fcee8de, 0x24, 0xc96fcee8de, 0x24, 0x56deebd556deebc1, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962586 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca94e5805b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca94e5805b, 0x25, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca94e5805b, 0x25, 0xca94e5805b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b1a0, 0xca6e77b140, 0xc85f270c60, 0xca94e5805b, 0x25, 0xca94e5805b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967064 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d218b45a, 0x24, 0x56deebdb56deeaeb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d218b45a, 0x24, 0x0, 0x56deeaeb00000000, 0x56deebdb, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d218b45a, 0x24, 0xc9d218b45a, 0x24, 0x56deebdb56deeaeb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc889827500, 0xc8898274a0, 0xc98b83bb60, 0xc9d218b45a, 0x24, 0xc9d218b45a, 0x24, 0x56deebdb56deeaeb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969364 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc8e8862e7c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8e8862e70)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8e8862e70, 0xc9e2517e00, 0xc9e2517e60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967173 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc901309ce2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc901309ce2, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc901309ce2, 0x25, 0xc901309ce2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93eb05800, 0xc93eb057a0, 0xc8bfdc6710, 0xc901309ce2, 0x25, 0xc901309ce2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965163 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xca0b88320c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca0b883200)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca0b883200, 0xca63b1e660, 0xca63b1e720)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969244 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca48e01b5b, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca48e01b5b, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca48e01b5b, 0x25, 0xca48e01b5b, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6046d9e0, 0xca6046d980, 0xca0ea43530, 0xca48e01b5b, 0x25, 0xca48e01b5b, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965869 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4cbf80de, 0x24, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4cbf80de, 0x24, 0x0, 0x56deebba00000000, 0x74654da656deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4cbf80de, 0x24, 0xca4cbf80de, 0x24, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd943c0, 0xc95fd94360, 0xc8af74b2e0, 0xca4cbf80de, 0x24, 0xca4cbf80de, 0x24, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968248 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9692090de, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9692090de, 0x24, 0x0, 0x56deebbb00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9692090de, 0x24, 0xc9692090de, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923482420, 0xc9234823c0, 0xc9f59cd490, 0xc9692090de, 0x24, 0xc9692090de, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969637 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9fe1de3c0, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991eb1e0, 0xca6ae4cc40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991eb1e0, 0xca6ae4cc40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991eb1e0, 0xca6ae4cc40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991eb1e0, 0xca6ae4cc40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991eb1e0, 0xca6ae4cc40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaad338480)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967130 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca55d56cb2, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca55d56cb2, 0x24, 0x0, 0x56de97f900000000, 0x36373a6456deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca55d56cb2, 0x24, 0xca55d56cb2, 0x24, 0x56deec1d56de97f9, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7824e0, 0xc98f782480, 0xc97a663310, 0xca55d56cb2, 0x24, 0xca55d56cb2, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969596 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9a4c2c800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcaa2a1aea0, 0xcaa18bb6c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcaa2a1aea0, 0xcaa18bb6c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcaa2a1aea0, 0xcaa18bb6c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcaa2a1aea0, 0xcaa18bb6c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcaa2a1aea0, 0xcaa18bb6c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaace88580)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962560 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca94e5c000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca3b3d0b60, 0xca7095ea80, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca3b3d0b60, 0xca7095ea80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca3b3d0b60, 0xca7095ea80)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca3b3d0b60, 0xca7095ea80)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca3b3d0b60, 0xca7095ea80)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9d3f38c00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965920 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9bca07000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1c9c0, 0xcaa18bb500, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1c9c0, 0xcaa18bb500)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1c9c0, 0xcaa18bb500)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1c9c0, 0xcaa18bb500)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1c9c0, 0xcaa18bb500)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc88af52300)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964116 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc92ca55b3c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc92ca55b30)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc92ca55b30, 0xc9d8098240, 0xc9d80982a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43962812 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8fa6e2800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991eb790, 0xcab6983880, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991eb790, 0xcab6983880)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991eb790, 0xcab6983880)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991eb790, 0xcab6983880)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991eb790, 0xcab6983880)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9c9304f80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962887 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1974d22e, 0x24, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1974d22e, 0x24, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1974d22e, 0x24, 0xca1974d22e, 0x24, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcabe39f1a0, 0xcabe39f140, 0xc85ecc3270, 0xca1974d22e, 0x24, 0xca1974d22e, 0x24, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964989 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8eeef9800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314eab60, 0xca623a7260, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314eab60, 0xca623a7260)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314eab60, 0xca623a7260)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314eab60, 0xca623a7260)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314eab60, 0xca623a7260)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc969f28f80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970066 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab126445b, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab126445b, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab126445b, 0x25, 0xcab126445b, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca4abd9680, 0xca4abd9620, 0xc9dc299f40, 0xcab126445b, 0x25, 0xcab126445b, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966512 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9a1345000, 0x17, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1cc30, 0xcaa18bb880, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1cc30, 0xcaa18bb880)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1cc30, 0xcaa18bb880)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1cc30, 0xcaa18bb880)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1cc30, 0xcaa18bb880)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f65a700)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969711 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca73160800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc5ee0, 0xca63e60fc0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc5ee0, 0xca63e60fc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc5ee0, 0xca63e60fc0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc5ee0, 0xca63e60fc0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc5ee0, 0xca63e60fc0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca46e4a800)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963615 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc93c4af9bc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc93c4af9b0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc93c4af9b0, 0xc9d51bf680, 0xc9d51bf6e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966071 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f46fc859, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f46fc859, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f46fc859, 0x23, 0xc9f46fc859, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543c2a0, 0xc8b543c240, 0xc95cf49be0, 0xc9f46fc859, 0x23, 0xc9f46fc859, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967276 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc94700831c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc947008310)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc947008310, 0xc8b543cfc0, 0xc8b543d020)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966647 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc94b24e47c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc94b24e470)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc94b24e470, 0xc961e58f60, 0xc961e58fc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967514 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca436f2c5b, 0x25, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca436f2c5b, 0x25, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca436f2c5b, 0x25, 0xca436f2c5b, 0x25, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac23dbf80, 0xcac23dbf20, 0xc94b8efc20, 0xca436f2c5b, 0x25, 0xca436f2c5b, 0x25, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965144 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca68a4e800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302c9c0, 0xca7a3a1340, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302c9c0, 0xca7a3a1340)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302c9c0, 0xca7a3a1340)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302c9c0, 0xca7a3a1340)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302c9c0, 0xca7a3a1340)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9667dd500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965960 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc88e17c800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9d19e2000, 0xca63be8000, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9d19e2000, 0xca63be8000)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9d19e2000, 0xca63be8000)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9d19e2000, 0xca63be8000)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9d19e2000, 0xca63be8000)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e76be600)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966313 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca56dc38b7, 0x23, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca56dc38b7, 0x23, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca56dc38b7, 0x23, 0xca56dc38b7, 0x23, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979812d20, 0xc979812cc0, 0xc9559ae2d0, 0xca56dc38b7, 0x23, 0xca56dc38b7, 0x23, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967651 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc97fe060d6, 0x22, 0x56deebdd56deebc9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc97fe060d6, 0x22, 0x0, 0x56deebc900000000, 0xc856deebdd, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc97fe060d6, 0x22, 0xc97fe060d6, 0x22, 0x56deebdd56deebc9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc99e1e8ba0, 0xc99e1e8b40, 0xc935247bf0, 0xc97fe060d6, 0x22, 0xc97fe060d6, 0x22, 0x56deebdd56deebc9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965959 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc95cf4ea7c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc95cf4ea70)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc95cf4ea70, 0xc961e58180, 0xc961e581e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966231 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9511c5800, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302d520, 0xca7095f880, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302d520, 0xca7095f880)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302d520, 0xca7095f880)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302d520, 0xca7095f880)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302d520, 0xca7095f880)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f4c6c00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969728 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca48b24058, 0x22, 0x56deebda56deebc6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca48b24058, 0x22, 0x0, 0x56deebc600000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca48b24058, 0x22, 0xca48b24058, 0x22, 0x56deebda56deebc6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca4f00a000, 0xc903973f80, 0xc9070bb290, 0xca48b24058, 0x22, 0xca48b24058, 0x22, 0x56deebda56deebc6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961845 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8600813ac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8600813a0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8600813a0, 0xca8ba68c00, 0xca8ba68c60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969369 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca34672859, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca34672859, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca34672859, 0x23, 0xca34672859, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc87de780c0, 0xc87de78060, 0xca050547e0, 0xca34672859, 0x23, 0xca34672859, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966069 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc95cf4979c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc95cf49790)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc95cf49790, 0xc8b543c120, 0xc8b543c180)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43960807 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8fd739000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991ea0d0, 0xcab69830a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991ea0d0, 0xcab69830a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991ea0d0, 0xcab69830a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991ea0d0, 0xcab69830a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991ea0d0, 0xcab69830a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565e300)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970030 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca645ef800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314eb6c0, 0xca6ae4d5e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314eb6c0, 0xca6ae4d5e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314eb6c0, 0xca6ae4d5e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314eb6c0, 0xca6ae4d5e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314eb6c0, 0xca6ae4d5e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e76be300)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43962695 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f01540c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f015400)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f015400, 0xca6e77b860, 0xca6e77b8c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964560 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc92887c6ec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc92887c6e0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc92887c6e0, 0xc96091aa20, 0xc96091aa80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43971655 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8b71d8cd6, 0x22, 0x56deebda56deebc6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8b71d8cd6, 0x22, 0x0, 0x56deebc600000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8b71d8cd6, 0x22, 0xc8b71d8cd6, 0x22, 0x56deebda56deebc6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9adff13e0, 0xc9adff1380, 0xca5ecefd70, 0xc8b71d8cd6, 0x22, 0xc8b71d8cd6, 0x22, 0x56deebda56deebc6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966026 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca417ee4de, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca417ee4de, 0x24, 0x0, 0x56deebb900000000, 0x682e6e6f56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca417ee4de, 0x24, 0xca417ee4de, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc90c053740, 0xc90c0536e0, 0xc9eb2e39d0, 0xca417ee4de, 0x24, 0xca417ee4de, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968349 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9a0a18000, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b6270, 0xca687aa380, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b6270, 0xca687aa380)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b6270, 0xca687aa380)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b6270, 0xca687aa380)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b6270, 0xca687aa380)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca98db5b00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43960838 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8fd738800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca4ae1c5b0, 0xca3adaa1c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca4ae1c5b0, 0xca3adaa1c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca4ae1c5b0, 0xca3adaa1c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca4ae1c5b0, 0xca3adaa1c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca4ae1c5b0, 0xca3adaa1c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565f280)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43969579 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6482c6dc, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6482c6dc, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6482c6dc, 0x23, 0xca6482c6dc, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e5966240, 0xc9e59661e0, 0xca09fccba0, 0xca6482c6dc, 0x23, 0xca6482c6dc, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966249 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1e1b1ade, 0x23, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1e1b1ade, 0x23, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1e1b1ade, 0x23, 0xca1e1b1ade, 0x23, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8c00de780, 0xc8c00de720, 0xca3c01caf0, 0xca1e1b1ade, 0x23, 0xca1e1b1ade, 0x23, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964655 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9bb41d1bc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9bb41d1b0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9bb41d1b0, 0xc8769353e0, 0xc876935440)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966962 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc95274b000, 0x18, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4ebc70, 0xc9d39aa620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4ebc70, 0xc9d39aa620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4ebc70, 0xc9d39aa620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4ebc70, 0xc9d39aa620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4ebc70, 0xc9d39aa620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc88af53580)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43972158 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca157de280, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcabe398270, 0xc931b9cb60, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcabe398270, 0xc931b9cb60)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcabe398270, 0xc931b9cb60)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcabe398270, 0xc931b9cb60)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcabe398270, 0xc931b9cb60)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9d0344480)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964966 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9692098e2, 0x25, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9692098e2, 0x25, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9692098e2, 0x25, 0xc9692098e2, 0x25, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8769359e0, 0xc876935980, 0xca270c5830, 0xc9692098e2, 0x25, 0xc9692098e2, 0x25, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965315 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc99dae2800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314ea9c0, 0xca623a70a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314ea9c0, 0xca623a70a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314ea9c0, 0xca623a70a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314ea9c0, 0xca623a70a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314ea9c0, 0xca623a70a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9adf72600)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967353 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8f0f02cce, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8f0f02cce, 0x24, 0x0, 0x56de97f900000000, 0x56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8f0f02cce, 0x24, 0xc8f0f02cc0, 0x39, 0x56deec1d56de97f9, 0x780, 0x4, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xc8f0f02cce, 0x24, 0xc8f0f02cc0, 0x39, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43960966 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9f7019200, 0xd, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991eb2b0, 0xcab69837a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991eb2b0, 0xcab69837a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991eb2b0, 0xcab69837a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991eb2b0, 0xcab69837a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991eb2b0, 0xcab69837a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9c9304780)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964424 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab12693b5, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab12693b5, 0x23, 0x0, 0x56deebc200000000, 0x3039303256deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab12693b5, 0x23, 0xcab12693b5, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac12e6780, 0xcac12e6720, 0xc9f21137c0, 0xcab12693b5, 0x23, 0xcab12693b5, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961863 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca40450000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbed00, 0xc96fced5e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbed00, 0xc96fced5e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbed00, 0xc96fced5e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbed00, 0xc96fced5e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbed00, 0xc96fced5e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89a9f980)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43971977 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8bc8e4e2, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8bc8e4e2, 0x25, 0x0, 0x56deeb2200000000, 0xcb65756c56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8bc8e4e2, 0x25, 0xca8bc8e4e2, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca11fbc5a0, 0xca11fbc540, 0xc92d042870, 0xca8bc8e4e2, 0x25, 0xca8bc8e4e2, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966459 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f46fd05b, 0x25, 0x56deebd856deebba, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f46fd05b, 0x25, 0x0, 0x56deebba00000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f46fd05b, 0x25, 0xc9f46fd05b, 0x25, 0x56deebd856deebba, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543c5a0, 0xc8b543c540, 0xc9f21c7e20, 0xc9f46fd05b, 0x25, 0xc9f46fd05b, 0x25, 0x56deebd856deebba, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964886 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9b6893800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991ea9c0, 0xcaa18bad20, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991ea9c0, 0xcaa18bad20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991ea9c0, 0xcaa18bad20)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991ea9c0, 0xcaa18bad20)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991ea9c0, 0xcaa18bad20)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc891c76180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43970390 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8d84d4de, 0x24, 0x56deebdf56deebcb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8d84d4de, 0x24, 0x0, 0x56deebcb00000000, 0x6e65b06b56deebdf, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8d84d4de, 0x24, 0xca8d84d4de, 0x24, 0x56deebdf56deebcb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93aa74600, 0xc93aa745a0, 0xc934ea2e20, 0xca8d84d4de, 0x24, 0xca8d84d4de, 0x24, 0x56deebdf56deebcb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965864 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8af74a20c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8af74a200)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8af74a200, 0xc95fd94240, 0xc95fd942a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968323 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca39239000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca45b7ea90, 0xca9001dea0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca45b7ea90, 0xca9001dea0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca45b7ea90, 0xca9001dea0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca45b7ea90, 0xca9001dea0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca45b7ea90, 0xca9001dea0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xcaa6a5e900)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964794 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9d0377800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314ea680, 0xca623a67e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314ea680, 0xca623a67e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314ea680, 0xca623a67e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314ea680, 0xca623a67e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314ea680, 0xca623a67e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8e8e84a00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967301 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9fbb18786, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9fbb18786, 0x24, 0x0, 0x56de97f900000000, 0xad04d16456deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9fbb18786, 0x24, 0xc9fbb18786, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac23da4e0, 0xcac23da480, 0xc95ec52e30, 0xc9fbb18786, 0x24, 0xc9fbb18786, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967847 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca65b558de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca65b558de, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca65b558de, 0x24, 0xca65b558de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8ff6b22a0, 0xc8ff6b2240, 0xc947a274e0, 0xca65b558de, 0x24, 0xca65b558de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966719 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc92b297acc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc92b297ac0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc92b297ac0, 0xc93eb04c60, 0xc93eb04cc0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43965771 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4cbf8859, 0x23, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4cbf8859, 0x23, 0x0, 0x56deebb900000000, 0xc956deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4cbf8859, 0x23, 0xca4cbf8859, 0x23, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8c00de420, 0xc8c00de3c0, 0xc92cd1c850, 0xca4cbf8859, 0x23, 0xca4cbf8859, 0x23, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963762 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca23eb6000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc4000, 0xca9001c0e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc4000, 0xca9001c0e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc4000, 0xca9001c0e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc4000, 0xca9001c0e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc4000, 0xca9001c0e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e8611580)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967277 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca2743a140, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9c15585b0, 0xc904596620, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9c15585b0, 0xc904596620)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9c15585b0, 0xc904596620)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9c15585b0, 0xc904596620)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9c15585b0, 0xc904596620)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f067280)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963382 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca2fe7dcde, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca2fe7dcde, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca2fe7dcde, 0x24, 0xca2fe7dcde, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39be00, 0xc9bc39bda0, 0xc85deeafe0, 0xca2fe7dcde, 0x24, 0xca2fe7dcde, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43969389 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc9a1230bac)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9a1230ba0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9a1230ba0, 0xc923483ec0, 0xc923483f20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43963522 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca7b4cc0de, 0x24, 0x56deebdd56deebbf, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca7b4cc0de, 0x24, 0x0, 0x56deebbf00000000, 0x56deebdd, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca7b4cc0de, 0x24, 0xca7b4cc0de, 0x24, 0x56deebdd56deebbf, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca4340dc20, 0xca4340dbc0, 0xcaa15f9900, 0xca7b4cc0de, 0x24, 0xca7b4cc0de, 0x24, 0x56deebdd56deebbf, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968743 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc94ae00a0c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc94ae00a00)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc94ae00a00, 0xc9278f4360, 0xc9278f43c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43960731 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca76e3b800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab0d56b60, 0xca687aad20, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab0d56b60, 0xca687aad20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab0d56b60, 0xca687aad20)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab0d56b60, 0xca687aad20)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab0d56b60, 0xca687aad20)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc98d4c5100)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43961591 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fcef059, 0x23, 0x56deebd556deebc1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fcef059, 0x23, 0x0, 0x56deebc100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fcef059, 0x23, 0xc96fcef059, 0x23, 0x56deebd556deebc1, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca76e34fc0, 0xca76e34f60, 0xc85f922260, 0xc96fcef059, 0x23, 0xc96fcef059, 0x23, 0x56deebd556deebc1, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965744 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca3ea33800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8ff4eb1e0, 0xca7a3a1880, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8ff4eb1e0, 0xca7a3a1880)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8ff4eb1e0, 0xca7a3a1880)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8ff4eb1e0, 0xca7a3a1880)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8ff4eb1e0, 0xca7a3a1880)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca3096f480)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963565 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1973e8de, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1973e8de, 0x24, 0x0, 0x56deebb900000000, 0x6e55a48f56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1973e8de, 0x24, 0xca1973e8de, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9f370daa0, 0xc9f370da40, 0xc9b4b71b00, 0xca1973e8de, 0x24, 0xca1973e8de, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965984 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f4eb070a, 0x24, 0x56deebd856deeba6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f4eb070a, 0x24, 0x0, 0x56deeba600000000, 0x6156a50a56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f4eb070a, 0x24, 0xc9f4eb070a, 0x24, 0x56deebd856deeba6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e589c0, 0xc961e58960, 0xc9559a9950, 0xc9f4eb070a, 0x24, 0xc9f4eb070a, 0x24, 0x56deebd856deeba6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968994 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6db830de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6db830de, 0x24, 0x0, 0x56deebb800000000, 0xc856deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6db830de, 0x24, 0xca6db830de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc923483260, 0xc923483200, 0xc9339f6250, 0xca6db830de, 0x24, 0xca6db830de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964752 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc859eda95c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc859eda950)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc859eda950, 0xc9dd3f3980, 0xc9dd3f39e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964349 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc88f718c59, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc88f718c59, 0x23, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc88f718c59, 0x23, 0xc88f718c59, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc876934de0, 0xc876934d80, 0xc8a07a92e0, 0xc88f718c59, 0x23, 0xc88f718c59, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967623 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8f0c51cde, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8f0c51cde, 0x24, 0x0, 0x56deebbb00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8f0c51cde, 0x24, 0xc8f0c51cde, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9c4e617a0, 0xc9c4e61740, 0xc9ec14a930, 0xc8f0c51cde, 0x24, 0xc8f0c51cde, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968803 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xc94ae01c5c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc94ae01c50)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc94ae01c50, 0xc9278f4480, 0xc9278f44e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968198 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9d18a785a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9d18a785a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9d18a785a, 0x24, 0xc9d18a785a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e2516360, 0xc9e2516300, 0xca09cfde40, 0xc9d18a785a, 0x24, 0xc9d18a785a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964221 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xcab1268c00, 0xc, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca897b7450, 0xcaa18ba8c0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca897b7450, 0xcaa18ba8c0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca897b7450, 0xcaa18ba8c0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca897b7450, 0xcaa18ba8c0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca897b7450, 0xcaa18ba8c0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc98fcd3180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967168 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca7800f800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302dba0, 0xcaa18bba40, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302dba0, 0xcaa18bba40)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302dba0, 0xcaa18bba40)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302dba0, 0xcaa18bba40)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302dba0, 0xcaa18bba40)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca8f65b300)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43966099 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca624a14e2, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca624a14e2, 0x25, 0x0, 0x56deeb2100000000, 0xc856deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca624a14e2, 0x25, 0xca624a14e2, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc95fd944e0, 0xc95fd94480, 0xc910d5a2b0, 0xca624a14e2, 0x25, 0xca624a14e2, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968985 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8dceb00da, 0x23, 0x56deebd756deebc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8dceb00da, 0x23, 0x0, 0x56deebc300000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8dceb00da, 0x23, 0xc8dceb00da, 0x23, 0x56deebd756deebc3, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca254ad680, 0xca254ad620, 0xca09fd47c0, 0xc8dceb00da, 0x23, 0xc8dceb00da, 0x23, 0x56deebd756deebc3, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968177 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc83c43505a, 0x24, 0x56deebd756deeb5f, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc83c43505a, 0x24, 0x0, 0x56deeb5f00000000, 0x64695f7256deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc83c43505a, 0x24, 0xc83c43505a, 0x24, 0x56deebd756deeb5f, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca254ac960, 0xca254ac900, 0xca3eee79b0, 0xc83c43505a, 0x24, 0xc83c43505a, 0x24, 0x56deebd756deeb5f, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963000 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85ec6ddec)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85ec6dde0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85ec6dde0, 0xca9897ecc0, 0xca9897ed20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967022 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaa620e8a, 0x24, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaa620e8a, 0x24, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaa620e8a, 0x24, 0xcaaa620e8a, 0x24, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec1260, 0xc9ceec1200, 0xc8fccb7980, 0xcaaa620e8a, 0x24, 0xcaaa620e8a, 0x24, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968605 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc999f2dce2, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc999f2dce2, 0x25, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc999f2dce2, 0x25, 0xc999f2dce2, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e2516b40, 0xc9e2516ae0, 0xca3382beb0, 0xc999f2dce2, 0x25, 0xc999f2dce2, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962552 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f2e1afc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f2e1af0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f2e1af0, 0xca8c0ebd40, 0xca8c0ebda0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969304 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca1e1b105a, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca1e1b105a, 0x24, 0x0, 0x56deebbb00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca1e1b105a, 0x24, 0xca1e1b105a, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9b879be00, 0xc9b879bda0, 0xc923a071f0, 0xca1e1b105a, 0x24, 0xca1e1b105a, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966486 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc85691405a, 0x24, 0x56deebd756deebb9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc85691405a, 0x24, 0x0, 0x56deebb900000000, 0x56deebd7, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc85691405a, 0x24, 0xc85691405a, 0x24, 0x56deebd756deebb9, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc93eb05320, 0xc93eb052c0, 0xc8d6281bd0, 0xc85691405a, 0x24, 0xc85691405a, 0x24, 0x56deebd756deebb9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968747 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257888, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257888, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257888, 0x25, 0xc8ad257888, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257888, 0x25, 0xc8ad257888, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967421 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8429de05b, 0x25, 0x56deebda56deeb26, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8429de05b, 0x25, 0x0, 0x56deeb2600000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8429de05b, 0x25, 0xc8429de05b, 0x25, 0x56deebda56deeb26, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec14a0, 0xc9ceec1440, 0xc8db960fd0, 0xc8429de05b, 0x25, 0xc8429de05b, 0x25, 0x56deebda56deeb26, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963265 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85df442fc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85df442f0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85df442f0, 0xca4126bec0, 0xca4126bf20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43966404 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9f4eb07ba, 0x24, 0x56deebd856deeba6, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9f4eb07ba, 0x24, 0x0, 0x56deeba600000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9f4eb07ba, 0x24, 0xc9f4eb07ba, 0x24, 0x56deebd856deeba6, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e589c0, 0xc961e58960, 0xc9559a9950, 0xc9f4eb07ba, 0x24, 0xc9f4eb07ba, 0x24, 0x56deebd856deeba6, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965266 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9ee271f2c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9ee271f20)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9ee271f20, 0xc9dd9748a0, 0xc9dd974900)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43964007 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcab12690da, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcab12690da, 0x23, 0x0, 0x56deebc200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcab12690da, 0x23, 0xcab12690da, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac12e6780, 0xcac12e6720, 0xc9f21137c0, 0xcab12690da, 0x23, 0xcab12690da, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43963761 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca138548e2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca138548e2, 0x25, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca138548e2, 0x25, 0xca138548e2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xcac12e63c0, 0xcac12e6360, 0xca113c4fe0, 0xca138548e2, 0x25, 0xca138548e2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967021 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaaa620e5e, 0x24, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaaa620e5e, 0x24, 0x0, 0x56deeb5e00000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaaa620e5e, 0x24, 0xcaaa620e5e, 0x24, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9ceec1260, 0xc9ceec1200, 0xc8fccb7980, 0xcaaa620e5e, 0x24, 0xcaaa620e5e, 0x24, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962524 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc96fd01f2e, 0x24, 0x56dec11856de9795, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc96fd01f2e, 0x24, 0x0, 0x56de979500000000, 0x56deebb9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc96fd01f2e, 0x24, 0xc96fd01f2e, 0x24, 0x56deebb956de9795, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8c0ebc20, 0xca8c0ebbc0, 0xc85f2e1ab0, 0xc96fd01f2e, 0x24, 0xc96fd01f2e, 0x24, 0x56deebb956de9795, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966649 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca98982f2e, 0x24, 0x56deebda56deebbc, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca98982f2e, 0x24, 0x0, 0x56deebbc00000000, 0x56deebda, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca98982f2e, 0x24, 0xca98982f2e, 0x24, 0x56deebda56deebbc, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e590e0, 0xc961e59080, 0xc94b24f2a0, 0xca98982f2e, 0x24, 0xca98982f2e, 0x24, 0x56deebda56deebbc, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961410 [chan receive, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca8d84c8de, 0x24, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:253 +0xa4e
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca8d84c8de, 0x24, 0x0, 0x56deeb2100000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca8d84c8de, 0x24, 0xca8d84c8de, 0x24, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca8ba68960, 0xca8ba68900, 0xc860081240, 0xca8d84c8de, 0x24, 0xca8d84c8de, 0x24, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968778 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257b2b, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257b2b, 0x25, 0x0, 0x56deea7000000000, 0x7463656c56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257b2b, 0x25, 0xc8ad257b2b, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257b2b, 0x25, 0xc8ad257b2b, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43965500 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9f3ef2800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc9314eadd0, 0xca623a7500, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc9314eadd0, 0xca623a7500)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc9314eadd0, 0xca623a7500)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc9314eadd0, 0xca623a7500)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc9314eadd0, 0xca623a7500)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca7e8dee00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964247 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca4c28405a, 0x24, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca4c28405a, 0x24, 0x0, 0x56deebb700000000, 0x56deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca4c28405a, 0x24, 0xca4c28405a, 0x24, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9dd3f2960, 0xc9dd3f2900, 0xc8f6180d70, 0xca4c28405a, 0x24, 0xca4c28405a, 0x24, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967293 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc87748c800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbf110, 0xca9001dce0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbf110, 0xca9001dce0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbf110, 0xca9001dce0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbf110, 0xca9001dce0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbf110, 0xca9001dce0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9e9e27180)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968787 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8ad257cc0, 0x25, 0x56deebd856deea70, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8ad257cc0, 0x25, 0x0, 0x56deea7000000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8ad257cc0, 0x25, 0xc8ad257cc0, 0x25, 0x56deebd856deea70, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9278f44e0, 0xc9278f4480, 0xc94ae01c50, 0xc8ad257cc0, 0x25, 0xc8ad257cc0, 0x25, 0x56deebd856deea70, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967844 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca65b5585a, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca65b5585a, 0x24, 0x0, 0x56deebb800000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca65b5585a, 0x24, 0xca65b5585a, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8ff6b22a0, 0xc8ff6b2240, 0xc947a274e0, 0xca65b5585a, 0x24, 0xca65b5585a, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968033 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca685440da, 0x23, 0x56deebd656deebc2, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca685440da, 0x23, 0x0, 0x56deebc200000000, 0x6954a46556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca685440da, 0x23, 0xca685440da, 0x23, 0x56deebd656deebc2, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e25160c0, 0xc9e2516060, 0xca09cfc3b0, 0xca685440da, 0x23, 0xca685440da, 0x23, 0x56deebd656deebc2, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43966292 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca56dc3530, 0x23, 0x56deebd656deeb5e, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca56dc3530, 0x23, 0x0, 0x56deeb5e00000000, 0xd9656d6156deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca56dc3530, 0x23, 0xca56dc3530, 0x23, 0x56deebd656deeb5e, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc979812d20, 0xc979812cc0, 0xc9559ae2d0, 0xca56dc3530, 0x23, 0xca56dc3530, 0x23, 0x56deebd656deeb5e, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961872 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca56f7f800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca71cbf860, 0xc96fcedb20, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca71cbf860, 0xc96fcedb20)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca71cbf860, 0xc96fcedb20)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca71cbf860, 0xc96fcedb20)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca71cbf860, 0xc96fcedb20)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca89a9fe00)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43965962 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8202d026e, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8202d026e, 0x24, 0x0, 0x56deebb800000000, 0xcb6556deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8202d026e, 0x24, 0xc8202d026e, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc961e58300, 0xc961e582a0, 0xc95cf4f0d0, 0xc8202d026e, 0x24, 0xc8202d026e, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962705 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd72a1c3, 0x25, 0x56deebd656deeb22, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd72a1c3, 0x25, 0x0, 0x56deeb2200000000, 0x56deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd72a1c3, 0x25, 0xc8fd72a1c3, 0x25, 0x56deebd656deeb22, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b980, 0xca6e77b920, 0xc85f015410, 0xc8fd72a1c3, 0x25, 0xc8fd72a1c3, 0x25, 0x56deebd656deeb22, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962673 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f0153fc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f0153f0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f0153f0, 0xca6e77b7a0, 0xca6e77b800)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43968709 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca3eee79bc)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca3eee79b0)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca3eee79b0, 0xca254ac900, 0xca254ac960)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43969573 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6482c5da, 0x23, 0x56deebd856deebc4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6482c5da, 0x23, 0x0, 0x56deebc400000000, 0x56deebd8, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6482c5da, 0x23, 0xca6482c5da, 0x23, 0x56deebd856deebc4, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e5966240, 0xc9e59661e0, 0xca09fccba0, 0xca6482c5da, 0x23, 0xca6482c5da, 0x23, 0x56deebd856deebc4, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967167 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc9e3cc5d6c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc9e3cc5d60)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc9e3cc5d60, 0xc93eb05680, 0xc93eb056e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967133 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca67cb802e, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca67cb802e, 0x24, 0x0, 0x56de97f900000000, 0x40cb657556deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca67cb802e, 0x24, 0xca67cb802e, 0x24, 0x56deec1d56de97f9, 0x780, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc98f7829c0, 0xc98f782960, 0xc97a663810, 0xca67cb802e, 0x24, 0xca67cb802e, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43961545 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc85f92223c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc85f922230)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc85f922230, 0xca76e34d20, 0xca76e34d80)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43967052 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9fe1deb40, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab0d57450, 0xc8ad253880, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab0d57450, 0xc8ad253880)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab0d57450, 0xc8ad253880)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab0d57450, 0xc8ad253880)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab0d57450, 0xc8ad253880)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9ec406380)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43964691 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xca923b7200, 0xd, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca6302c680, 0xca7a3a10a0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca6302c680, 0xca7a3a10a0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca6302c680, 0xca7a3a10a0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca6302c680, 0xca7a3a10a0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca6302c680, 0xca7a3a10a0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9423c7000)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43967279 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc92689875a, 0x24, 0x56dec11856de97f9, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc92689875a, 0x24, 0x0, 0x56de97f900000000, 0x56deec1d, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc92689875a, 0x24, 0xc92689875a, 0x24, 0x56deec1d56de97f9, 0x64, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc8b543d6e0, 0xc8b543d680, 0xc92e278e80, 0xc92689875a, 0x24, 0xc92689875a, 0x24, 0x56deec1d56de97f9, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43972207 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc89f789c8e, 0x24, 0x56dec11856de985d, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc89f789c8e, 0x24, 0x0, 0x56de985d00000000, 0x56deec81, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc89f789c8e, 0x24, 0xc89f789c80, 0x39, 0x56deec8156de985d, 0x780, 0x4, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:213 +0x50a
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc947846420, 0xc9478463c0, 0xca245c8690, 0xc89f789c8e, 0x24, 0xc89f789c80, 0x39, 0x56deec8156de985d, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43967015 [semacquire, 16 minutes]:
sync.runtime_Semacquire(0xc8d626668c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc8d6266680)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xc8d6266680, 0xc961e598c0, 0xc961e59920)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43960818 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8fa6e3800, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xc8991eb860, 0xcab6983960, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xc8991eb860, 0xcab6983960)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xc8991eb860, 0xcab6983960)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xc8991eb860, 0xcab6983960)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xc8991eb860, 0xcab6983960)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xca0565e880)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43968556 [chan send, 14 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc8fd8146ee, 0x24, 0x56deebd956deebbb, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc8fd8146ee, 0x24, 0x0, 0x56deebbb00000000, 0x56deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc8fd8146ee, 0x24, 0xc8fd8146ee, 0x24, 0x56deebd956deebbb, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9e1be4600, 0xc9e1be45a0, 0xca321f6f40, 0xc8fd8146ee, 0x24, 0xc8fd8146ee, 0x24, 0x56deebd956deebbb, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43964385 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca9b3288de, 0x24, 0x56deebd656deebb8, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca9b3288de, 0x24, 0x0, 0x56deebb800000000, 0x6662636356deebd6, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca9b3288de, 0x24, 0xca9b3288de, 0x24, 0x56deebd656deebb8, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9d8098660, 0xc9d8098600, 0xc8400da010, 0xca9b3288de, 0x24, 0xca9b3288de, 0x24, 0x56deebd656deebb8, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962561 [chan receive, 16 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc9fcff8000, 0x16, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xca3b3d05b0, 0xca7095e7e0, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xca3b3d05b0, 0xca7095e7e0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xca3b3d05b0, 0xca7095e7e0)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xca3b3d05b0, 0xca7095e7e0)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xca3b3d05b0, 0xca7095e7e0)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc9d3f38c80)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:2137 +0x44e
goroutine 43963089 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xcaa18bcce2, 0x25, 0x56deebd556deebb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xcaa18bcce2, 0x25, 0x0, 0x56deebb700000000, 0xc956deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xcaa18bcce2, 0x25, 0xcaa18bcce2, 0x25, 0x56deebd556deebb7, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xc9bc39aa20, 0xc9bc39a9c0, 0xc85e6528a0, 0xcaa18bcce2, 0x25, 0xcaa18bcce2, 0x25, 0x56deebd556deebb7, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43962675 [chan send, 16 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xca6c9f785b, 0x25, 0x56deebd556deeb21, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xca6c9f785b, 0x25, 0x0, 0x56deeb2100000000, 0xc856deebd5, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xca6c9f785b, 0x25, 0xca6c9f785b, 0x25, 0x56deebd556deeb21, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca6e77b8c0, 0xca6e77b860, 0xc85f015400, 0xca6c9f785b, 0x25, 0xca6c9f785b, 0x25, 0x56deebd556deeb21, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43970843 [semacquire, 14 minutes]:
sync.runtime_Semacquire(0xca65e6487c)
/usr/local/go/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xca65e64870)
/usr/local/go/src/sync/waitgroup.go:127 +0xb4
main.getTargets.func2(0xca65e64870, 0xc9adff0600, 0xc9adff0660)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:171 +0x21
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:174 +0x23a
goroutine 43973569 [chan send, 12 minutes]:
main.(*cassandraStore).Search(0xc82024a340, 0xc9b4ecc8af, 0x23, 0x56deebd956deeb61, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/store_cassandra.go:248 +0x98d
main.getSeries(0x7f573784b270, 0xc82024a340, 0xc9b4ecc8af, 0x23, 0x0, 0x56deeb6100000000, 0x5f746e6956deebd9, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:312 +0x3b4
main.getTarget(0x7f573784b270, 0xc82024a340, 0xc9b4ecc8af, 0x23, 0xc9b4ecc8af, 0x23, 0x56deebd956deeb61, 0x320, 0x1, 0x0, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:205 +0x3e0
main.getTargets.func1(0x7f573784b270, 0xc82024a340, 0xca00085ce0, 0xca00085c80, 0xc951a1ca20, 0xc9b4ecc8af, 0x23, 0xc9b4ecc8af, 0x23, 0x56deebd956deeb61, ...)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:156 +0x7b
created by main.getTargets
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:168 +0x1d3
goroutine 43968497 [chan receive, 14 minutes]:
main.getTargets(0x7f573784b270, 0xc82024a340, 0xc8ad256000, 0x15, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/dataprocessor.go:177 +0x304
main.Get(0x7f5720482878, 0xcab5bc4d00, 0xca63e60380, 0x7f573784b270, 0xc82024a340, 0xc8201283c0, 0xc82019e2d0, 0x2, 0x2)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:183 +0x17a5
main.get.func1(0x7f5720482878, 0xcab5bc4d00, 0xca63e60380)
/home/ubuntu/.go_workspace/src/github.com/raintank/raintank-metric/metric_tank/http.go:63 +0x7f
net/http.HandlerFunc.ServeHTTP(0xc86c100200, 0x7f5720482878, 0xcab5bc4d00, 0xca63e60380)
/usr/local/go/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc82006ab10, 0x7f5720482878, 0xcab5bc4d00, 0xca63e60380)
/usr/local/go/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc85e52c200, 0x7f5720482878, 0xcab5bc4d00, 0xca63e60380)
/usr/local/go/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc92d73c500)
/usr/local/go/src/net/http/server.go:1472 +0xf2e
created by ne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment