Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash When I use Mathematical Operators #4923

Closed
hiepsikhokhao opened this issue Nov 29, 2015 · 1 comment
Closed

Crash When I use Mathematical Operators #4923

hiepsikhokhao opened this issue Nov 29, 2015 · 1 comment

Comments

@hiepsikhokhao
Copy link

Hi Influxdb,

Influxdb's awesome 👍

I saw the document (https://influxdb.com/docs/v0.9/query_language/math_operators.html) about math operatos. When i used it , influxdb crashed. Please check, i need it in my production. thanks

When i execute query : "select hit / reqs from "cdn.stream1.mecloud.vn"
Result : ERR: Get http://localhost:8086/query?db=cdn_domain_counter&q=select+hit+%2F+reqs+from+%22cdn.stream1.mecloud.vn%22: EOF"

Schema:
Hit & reqs are field keys

InfluxDB shell 0.9.4.2

use cdn_domain_counter
Using database cdn_domain_counter
select hit , reqs from "cdn.stream1.mecloud.vn"

name: cdn.stream1.mecloud.vn

time hit reqs
2015-11-29T15:00:00Z 0 200
2015-11-29T16:00:00Z 0 200
2015-11-29T18:00:00Z 34 323
2015-11-29T19:00:00Z 2 11

Influxdb died with error log:
goroutine 195 [running]:
github.com/influxdb/influxdb/influxql.newEchoProcessor.func1(0xc8205c0e40, 0x2, 0x2, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/influxql/result.go:151 +0x42
github.com/influxdb/influxdb/influxql.newBinaryExprEvaluator.func4(0xc8205c0e40, 0x2, 0x2, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/influxql/result.go:200 +0xb3
github.com/influxdb/influxdb/tsdb.processForMath(0xc82013e968, 0x1, 0x1, 0xc820153aa0, 0x4, 0x4, 0x0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/executor.go:989 +0x44c
github.com/influxdb/influxdb/tsdb.(_limitedRowWriter).processValues(0xc820432900, 0xc82036c000, 0x4, 0x2710, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/executor.go:882 +0xdb1
github.com/influxdb/influxdb/tsdb.(_limitedRowWriter).Flush(0xc820432900)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/executor.go:783 +0xb5
github.com/influxdb/influxdb/tsdb.(_SelectExecutor).executeRaw(0xc820271110, 0xc8201537a0)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/executor.go:251 +0x52b
created by github.com/influxdb/influxdb/tsdb.(_SelectExecutor).Execute
/tmp/build/src/github.com/influxdb/influxdb/tsdb/executor.go:94 +0xa1

goroutine 1 [chan receive]:
main.(*Main).Run(0xc820065f10, 0xc82009a010, 0x4, 0x4, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/main.go:91 +0xa16
main.main()
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/main.go:42 +0x29b

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/home/philip/.gvm/gos/go1.5/src/runtime/asm_amd64.s:1696 +0x1

goroutine 20 [syscall]:
os/signal.loop()
/home/philip/.gvm/gos/go1.5/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/home/philip/.gvm/gos/go1.5/src/os/signal/signal_unix.go:28 +0x37

goroutine 4 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc820312540, 0xc82026a2a0)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 34 [IO wait]:
net.runtime_pollWait(0x7f67c47ea0d8, 0x72, 0xc82008e0a0)
/home/philip/.gvm/gos/go1.5/src/runtime/netpoll.go:157 +0x60
net.(_pollDesc).Wait(0xc820156300, 0x72, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:73 +0x3a
net.(_pollDesc).WaitRead(0xc820156300, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:78 +0x36
net.(_netFD).accept(0xc8201562a0, 0x0, 0x7f67c482c8e0, 0xc8200a1340)
/home/philip/.gvm/gos/go1.5/src/net/fd_unix.go:408 +0x27c
net.(_TCPListener).AcceptTCP(0xc82013e0a0, 0x0, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:254 +0x4d
net.(_TCPListener).Accept(0xc82013e0a0, 0x0, 0x0, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:264 +0x3d
github.com/influxdb/influxdb/tcp.(_Mux).Serve(0xc820143180, 0x7f67c47ea260, 0xc82013e0a0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:48 +0x4b
created by github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open.func1
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:346 +0xae9

goroutine 35 [chan receive]:
github.com/influxdb/influxdb/tcp.(_listener).Accept(0xc82013e0a8, 0x0, 0x0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f
github.com/influxdb/influxdb/meta.(_raftLayer).Accept(0xc8201a7350, 0x0, 0x0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/meta/store.go:2059 +0x51
github.com/hashicorp/raft.(*NetworkTransport).listen(0xc820156310)
/tmp/build/src/github.com/hashicorp/raft/net_transport.go:346 +0x79
created by github.com/hashicorp/raft.NewNetworkTransport
/tmp/build/src/github.com/hashicorp/raft/net_transport.go:138 +0x284

goroutine 36 [select]:
github.com/hashicorp/raft.(_Raft).leaderLoop(0xc8201c6000)
/tmp/build/src/github.com/hashicorp/raft/raft.go:849 +0xcce
github.com/hashicorp/raft.(_Raft).runLeader(0xc8201c6000)
/tmp/build/src/github.com/hashicorp/raft/raft.go:821 +0x936
github.com/hashicorp/raft.(_Raft).run(0xc8201c6000)
/tmp/build/src/github.com/hashicorp/raft/raft.go:602 +0xbb
github.com/hashicorp/raft.(_Raft).(github.com/hashicorp/raft.run)-fm()
/tmp/build/src/github.com/hashicorp/raft/raft.go:252 +0x20
github.com/hashicorp/raft.(_raftState).goFunc.func1(0xc8201c6000, 0xc8201b66c0)
/tmp/build/src/github.com/hashicorp/raft/state.go:152 +0x44
created by github.com/hashicorp/raft.(_raftState).goFunc
/tmp/build/src/github.com/hashicorp/raft/state.go:153 +0x4d

goroutine 37 [select]:
github.com/hashicorp/raft.(_Raft).runFSM(0xc8201c6000)
/tmp/build/src/github.com/hashicorp/raft/raft.go:509 +0x10eb
github.com/hashicorp/raft.(_Raft).(github.com/hashicorp/raft.runFSM)-fm()
/tmp/build/src/github.com/hashicorp/raft/raft.go:253 +0x20
github.com/hashicorp/raft.(_raftState).goFunc.func1(0xc8201c6000, 0xc8201b66d0)
/tmp/build/src/github.com/hashicorp/raft/state.go:152 +0x44
created by github.com/hashicorp/raft.(_raftState).goFunc
/tmp/build/src/github.com/hashicorp/raft/state.go:153 +0x4d

goroutine 38 [select]:
github.com/hashicorp/raft.(_Raft).runSnapshots(0xc8201c6000)
/tmp/build/src/github.com/hashicorp/raft/raft.go:1636 +0x493
github.com/hashicorp/raft.(_Raft).(github.com/hashicorp/raft.runSnapshots)-fm()
/tmp/build/src/github.com/hashicorp/raft/raft.go:254 +0x20
github.com/hashicorp/raft.(_raftState).goFunc.func1(0xc8201c6000, 0xc8201b66e0)
/tmp/build/src/github.com/hashicorp/raft/state.go:152 +0x44
created by github.com/hashicorp/raft.(_raftState).goFunc
/tmp/build/src/github.com/hashicorp/raft/state.go:153 +0x4d

goroutine 39 [select]:
github.com/influxdb/influxdb/meta.(_localRaft).logLeaderChanges(0xc820138e10)
/tmp/build/src/github.com/influxdb/influxdb/meta/state.go:187 +0x4f5
created by github.com/influxdb/influxdb/meta.(_localRaft).open
/tmp/build/src/github.com/influxdb/influxdb/meta/state.go:177 +0x1344

goroutine 40 [chan receive]:
github.com/influxdb/influxdb/tcp.(_listener).Accept(0xc82013e0b0, 0x0, 0x0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f
github.com/influxdb/influxdb/meta.(_Store).serveExecListener(0xc820178140)
/tmp/build/src/github.com/influxdb/influxdb/meta/store.go:622 +0xa2
created by github.com/influxdb/influxdb/meta.(*Store).Open
/tmp/build/src/github.com/influxdb/influxdb/meta/store.go:239 +0x364

goroutine 41 [chan receive]:
github.com/influxdb/influxdb/tcp.(_listener).Accept(0xc82013e0b8, 0x0, 0x0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f
github.com/influxdb/influxdb/meta.(_Store).serveRPCListener(0xc820178140)
/tmp/build/src/github.com/influxdb/influxdb/meta/store.go:726 +0xa2
created by github.com/influxdb/influxdb/meta.(*Store).Open
/tmp/build/src/github.com/influxdb/influxdb/meta/store.go:242 +0x3b6

goroutine 3 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc820312460, 0xc82026a060)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 50 [select]:
github.com/influxdb/influxdb/cmd/influxd/run.(_Server).monitorErrorChan(0xc82017b200, 0xc820152480)
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:492 +0x145
created by github.com/influxdb/influxdb/cmd/influxd/run.(_Server).Open.func1
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:352 +0xc67

goroutine 51 [select]:
github.com/influxdb/influxdb/monitor.(_Monitor).storeStatistics(0xc8201544e0)
/tmp/build/src/github.com/influxdb/influxdb/monitor/service.go:333 +0x187c
created by github.com/influxdb/influxdb/monitor.(_Monitor).Open
/tmp/build/src/github.com/influxdb/influxdb/monitor/service.go:134 +0x30c

goroutine 52 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc820312000, 0xc820330000)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 53 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc8203120e0, 0xc820330300)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 54 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc8203121c0, 0xc8203305a0)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 55 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc8203122a0, 0xc8203308a0)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 56 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc820312380, 0xc820330a80)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 82 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc820312620, 0xc82001e120)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 32 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc820312700, 0xc82001e600)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 33 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc8203127e0, 0xc82001ede0)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 98 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc8203128c0, 0xc82001f440)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 99 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc8203129a0, 0xc82026b020)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 100 [select]:
github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).autoflusher(0xc820312b60, 0xc82026b320)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567
created by github.com/influxdb/influxdb/tsdb/engine/wal.(_Log).Open
/tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x627

goroutine 101 [select]:
github.com/influxdb/influxdb/services/hh.(_Service).retryWrites(0xc82015e120)
/tmp/build/src/github.com/influxdb/influxdb/services/hh/service.go:103 +0x314
created by github.com/influxdb/influxdb/services/hh.(_Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/hh/service.go:67 +0x210

goroutine 102 [select]:
github.com/influxdb/influxdb/services/hh.(_Service).expireWrites(0xc82015e120)
/tmp/build/src/github.com/influxdb/influxdb/services/hh/service.go:121 +0x2d1
created by github.com/influxdb/influxdb/services/hh.(_Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/hh/service.go:68 +0x232

goroutine 103 [chan receive]:
github.com/influxdb/influxdb/tcp.(_listener).Accept(0xc82013e0c0, 0x0, 0x0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f
github.com/influxdb/influxdb/cluster.(_Service).serve(0xc820156150)
/tmp/build/src/github.com/influxdb/influxdb/cluster/service.go:84 +0xdb
created by github.com/influxdb/influxdb/cluster.(*Service).Open
/tmp/build/src/github.com/influxdb/influxdb/cluster/service.go:61 +0x135

goroutine 104 [select]:
github.com/influxdb/influxdb/services/precreator.(_Service).runPrecreation(0xc820142d00)
/tmp/build/src/github.com/influxdb/influxdb/services/precreator/service.go:75 +0x44f
created by github.com/influxdb/influxdb/services/precreator.(_Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/precreator/service.go:53 +0x21f

goroutine 105 [chan receive]:
github.com/influxdb/influxdb/tcp.(_listener).Accept(0xc82013e0c8, 0x0, 0x0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f
github.com/influxdb/influxdb/services/snapshotter.(_Service).serve(0xc8201387d0)
/tmp/build/src/github.com/influxdb/influxdb/services/snapshotter/service.go:75 +0xa9
created by github.com/influxdb/influxdb/services/snapshotter.(*Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/snapshotter/service.go:48 +0x130

goroutine 106 [chan receive]:
github.com/influxdb/influxdb/tcp.(_listener).Accept(0xc82013e0d0, 0x0, 0x0, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f
github.com/influxdb/influxdb/services/copier.(_Service).serve(0xc820142d80)
/tmp/build/src/github.com/influxdb/influxdb/services/copier/service.go:78 +0xa9
created by github.com/influxdb/influxdb/services/copier.(*Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/copier/service.go:51 +0x130

goroutine 107 [IO wait]:
net.runtime_pollWait(0x7f67c47ea018, 0x72, 0xc82008e0a0)
/home/philip/.gvm/gos/go1.5/src/runtime/netpoll.go:157 +0x60
net.(_pollDesc).Wait(0xc820156d80, 0x72, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:73 +0x3a
net.(_pollDesc).WaitRead(0xc820156d80, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:78 +0x36
net.(_netFD).accept(0xc820156d20, 0x0, 0x7f67c482c8e0, 0xc820558280)
/home/philip/.gvm/gos/go1.5/src/net/fd_unix.go:408 +0x27c
net.(_TCPListener).AcceptTCP(0xc82013e4f0, 0x455470, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:254 +0x4d
net.(_TCPListener).Accept(0xc82013e4f0, 0x0, 0x0, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:264 +0x3d
net/http.(_Server).Serve(0xc820152180, 0x7f67c47ea260, 0xc82013e4f0, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1887 +0xb3
net/http.Serve(0x7f67c47ea260, 0xc82013e4f0, 0x7f67c47ea8e8, 0xc82031e140, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1765 +0x85
github.com/influxdb/influxdb/services/admin.(_Service).serve(0xc8201388c0)
/tmp/build/src/github.com/influxdb/influxdb/services/admin/service.go:107 +0x12f
created by github.com/influxdb/influxdb/services/admin.(_Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/admin/service.go:70 +0x491

goroutine 108 [select]:
github.com/influxdb/influxdb/services/continuous_querier.(_Service).backgroundLoop(0xc82015e240)
/tmp/build/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:192 +0x565
created by github.com/influxdb/influxdb/services/continuous_querier.(_Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:126 +0x2a4

goroutine 109 [IO wait]:
net.runtime_pollWait(0x7f67c47e9f58, 0x72, 0xc82008e0a0)
/home/philip/.gvm/gos/go1.5/src/runtime/netpoll.go:157 +0x60
net.(_pollDesc).Wait(0xc820156df0, 0x72, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:73 +0x3a
net.(_pollDesc).WaitRead(0xc820156df0, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:78 +0x36
net.(_netFD).accept(0xc820156d90, 0x0, 0x7f67c482c8e0, 0xc82052f980)
/home/philip/.gvm/gos/go1.5/src/net/fd_unix.go:408 +0x27c
net.(_TCPListener).AcceptTCP(0xc82013e4f8, 0xc8203f4dc0, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:254 +0x4d
net.(_TCPListener).Accept(0xc82013e4f8, 0x0, 0x0, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:264 +0x3d
net/http.(_Server).Serve(0xc8201ec600, 0x7f67c47ea260, 0xc82013e4f8, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1887 +0xb3
net/http.Serve(0x7f67c47ea260, 0xc82013e4f8, 0x7f67c4794ec0, 0xc820145080, 0x0, 0x0)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1765 +0x85
github.com/influxdb/influxdb/services/httpd.(_Service).serve(0xc820152900)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/service.go:133 +0x6e
created by github.com/influxdb/influxdb/services/httpd.(_Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/service.go:101 +0x6ca

goroutine 110 [select]:
github.com/influxdb/influxdb/services/retention.(_Service).deleteShardGroups(0xc820138a50)
/tmp/build/src/github.com/influxdb/influxdb/services/retention/service.go:69 +0x351
created by github.com/influxdb/influxdb/services/retention.(_Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/retention/service.go:45 +0x1b4

goroutine 111 [select]:
github.com/influxdb/influxdb/services/retention.(_Service).deleteShards(0xc820138a50)
/tmp/build/src/github.com/influxdb/influxdb/services/retention/service.go:102 +0x7a0
created by github.com/influxdb/influxdb/services/retention.(_Service).Open
/tmp/build/src/github.com/influxdb/influxdb/services/retention/service.go:46 +0x1d9

goroutine 112 [chan receive]:
github.com/influxdb/influxdb/cmd/influxd/run.(_Server).startServerReporting(0xc82017b200)
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:443 +0x1eb
created by github.com/influxdb/influxdb/cmd/influxd/run.(_Server).Open.func1
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:379 +0x1265

goroutine 113 [select]:
github.com/influxdb/influxdb/cmd/influxd/run.(_Command).monitorServerErrors(0xc820144100)
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/command.go:138 +0x2c5
created by github.com/influxdb/influxdb/cmd/influxd/run.(_Command).Run
/tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/command.go:120 +0xeeb

goroutine 114 [select, locked to thread]:
runtime.gopark(0xd19f48, 0xc820047f28, 0xbd5980, 0x6, 0x431018, 0x2)
/home/philip/.gvm/gos/go1.5/src/runtime/proc.go:185 +0x163
runtime.selectgoImpl(0xc820047f28, 0x0, 0x18)
/home/philip/.gvm/gos/go1.5/src/runtime/select.go:392 +0xa64
runtime.selectgo(0xc820047f28)
/home/philip/.gvm/gos/go1.5/src/runtime/select.go:212 +0x12
runtime.ensureSigM.func1()
/home/philip/.gvm/gos/go1.5/src/runtime/signal1_unix.go:227 +0x353
runtime.goexit()
/home/philip/.gvm/gos/go1.5/src/runtime/asm_amd64.s:1696 +0x1

goroutine 163 [chan receive]:
github.com/influxdb/influxdb/services/httpd.(_Handler).serveQuery(0xc820145080, 0x7f67c5c709b8, 0xc8205c0420, 0xc820312c40, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:286 +0xc2c
github.com/influxdb/influxdb/services/httpd.(_Handler).(github.com/influxdb/influxdb/services/httpd.serveQuery)-fm(0x7f67c5c709b8, 0xc8205c0420, 0xc820312c40, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:98 +0x48
github.com/influxdb/influxdb/services/httpd.authenticate.func1(0x7f67c5c709b8, 0xc8205c0420, 0xc820312c40)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:673 +0x70
net/http.HandlerFunc.ServeHTTP(0xc8201aa640, 0x7f67c5c709b8, 0xc8205c0420, 0xc820312c40)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1422 +0x3a
github.com/influxdb/influxdb/services/httpd.gzipFilter.func1(0x7f67c5c708e0, 0xc8205c03c0, 0xc820312c40)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:734 +0x2af
net/http.HandlerFunc.ServeHTTP(0xc8201aa660, 0x7f67c5c708e0, 0xc8205c03c0, 0xc820312c40)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1422 +0x3a
github.com/influxdb/influxdb/services/httpd.versionHeader.func1(0x7f67c5c708e0, 0xc8205c03c0, 0xc820312c40)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:743 +0xc0
net/http.HandlerFunc.ServeHTTP(0xc8201aa680, 0x7f67c5c708e0, 0xc8205c03c0, 0xc820312c40)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1422 +0x3a
github.com/influxdb/influxdb/services/httpd.cors.func1(0x7f67c5c708e0, 0xc8205c03c0, 0xc820312c40)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:776 +0x328
net/http.HandlerFunc.ServeHTTP(0xc8201aa6a0, 0x7f67c5c708e0, 0xc8205c03c0, 0xc820312c40)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1422 +0x3a
github.com/influxdb/influxdb/services/httpd.requestID.func1(0x7f67c5c708e0, 0xc8205c03c0, 0xc820312c40)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:786 +0x15d
net/http.HandlerFunc.ServeHTTP(0xc8201aa6c0, 0x7f67c5c708e0, 0xc8205c03c0, 0xc820312c40)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1422 +0x3a
github.com/influxdb/influxdb/services/httpd.logging.func1(0x7f67c5c708e0, 0xc8205c03a0, 0xc820312c40)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:794 +0x10b
net/http.HandlerFunc.ServeHTTP(0xc8201aa6e0, 0x7f67c5c708e0, 0xc8205c03a0, 0xc820312c40)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1422 +0x3a
github.com/influxdb/influxdb/services/httpd.recovery.func1(0x7f67c5c708a8, 0xc82021c160, 0xc820312c40)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:804 +0x114
net/http.HandlerFunc.ServeHTTP(0xc8201aa700, 0x7f67c5c708a8, 0xc82021c160, 0xc820312c40)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1422 +0x3a
github.com/bmizerany/pat.(_PatternServeMux).ServeHTTP(0xc82013e050, 0x7f67c5c708a8, 0xc82021c160, 0xc820312c40)
/tmp/build/src/github.com/bmizerany/pat/mux.go:109 +0x244
github.com/influxdb/influxdb/services/httpd.(_Handler).ServeHTTP(0xc820145080, 0x7f67c5c708a8, 0xc82021c160, 0xc820312c40)
/tmp/build/src/github.com/influxdb/influxdb/services/httpd/handler.go:172 +0x357
net/http.serverHandler.ServeHTTP(0xc8201ec600, 0x7f67c5c708a8, 0xc82021c160, 0xc820312c40)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1862 +0x19e
net/http.(_conn).serve(0xc82021c000)
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1361 +0xbee
created by net/http.(_Server).Serve
/home/philip/.gvm/gos/go1.5/src/net/http/server.go:1910 +0x3f6

goroutine 194 [chan receive]:
github.com/influxdb/influxdb/tsdb.(_QueryExecutor).executeSelectStatement(0xc820138550, 0x0, 0xc820432780, 0xc820153740, 0x2710, 0x0, 0x0)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/query_executor.go:285 +0xeb
github.com/influxdb/influxdb/tsdb.(_QueryExecutor).ExecuteQuery.func1(0xc8205c0560, 0xc8207eceee, 0x12, 0xc820138550, 0xc820153740, 0x2710)
/tmp/build/src/github.com/influxdb/influxdb/tsdb/query_executor.go:159 +0x757
created by github.com/influxdb/influxdb/tsdb.(*QueryExecutor).ExecuteQuery
/tmp/build/src/github.com/influxdb/influxdb/tsdb/query_executor.go:213 +0x9b

@hiepsikhokhao hiepsikhokhao changed the title Crash When Mathematical Operators Using Crash When I use Mathematical Operators Nov 29, 2015
@otoolep
Copy link
Contributor

otoolep commented Nov 30, 2015

#4046

@otoolep otoolep closed this as completed Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants