The panic is not diagnostic. What is in the logs for the ~20 lines before
the panic? What happens on restart?

On Wed, Oct 5, 2016 at 12:56 AM, <[email protected]> wrote:

> Hi All,
>
> I am running influxdb(v0.13) server in ubuntu system from more than a
> month. But suddenly the server stops. I checked the logs, did not got cause
> for it.
>
> Here is the log after that server stops.
>
>
> goroutine 504111 [IO wait]:
> net.runtime_pollWait(0x7fe4b00cf418, 0x72, 0xc822693000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc82095e1b0, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc82095e1b0, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc82095e150, 0xc822693000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b34050, 0xc822693000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc823795360, 0xc822693000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc820650ea0)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc820650ea0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc825874380, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc825874380)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
> goroutine 504055 [IO wait]:
> net.runtime_pollWait(0x7fe4b00b98d0, 0x72, 0xc822b0f000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc823410c30, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc823410c30, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc823410bd0, 0xc822b0f000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b355f0, 0xc822b0f000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc821ca61c0, 0xc822b0f000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc8229cda40)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc8229cda40, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc82477a680, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc82477a680)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
> goroutine 504034 [IO wait]:
> net.runtime_pollWait(0x7fe4b00de7b8, 0x72, 0xc8239cc000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc8231215d0, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc8231215d0, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc823121570, 0xc8239cc000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b35520, 0xc8239cc000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc822ad09c0, 0xc8239cc000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc82349d320)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc82349d320, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc820520900, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc820520900)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
> goroutine 504033 [IO wait]:
> net.runtime_pollWait(0x7fe4b00bfe08, 0x72, 0xc824978000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc823121560, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc823121560, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc823121500, 0xc824978000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b35518, 0xc824978000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc822edaba0, 0xc824978000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc82349c5a0)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc82349c5a0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc820520880, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc820520880)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
> goroutine 504132 [IO wait]:
> net.runtime_pollWait(0x7fe4b00d9a20, 0x72, 0xc8267b0000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc82095ec30, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc82095ec30, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc82095ebd0, 0xc8267b0000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b34100, 0xc8267b0000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc823832340, 0xc8267b0000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc823073bc0)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc823073bc0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc825875000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc825875000)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
> goroutine 504041 [IO wait]:
> net.runtime_pollWait(0x7fe4b00cf4d8, 0x72, 0xc820576000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc823121d40, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc823121d40, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc823121ce0, 0xc820576000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b35568, 0xc820576000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc8271610c0, 0xc820576000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc820650a20)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc820650a20, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc820521500, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc820521500)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
> goroutine 504126 [IO wait]:
> net.runtime_pollWait(0x7fe4b00dc368, 0x72, 0xc82921a000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc82095e990, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc82095e990, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc82095e930, 0xc82921a000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b340d0, 0xc82921a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc824bbfd60, 0xc82921a000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc822c21e60)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc822c21e60, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc825874c00, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc825874c00)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
> goroutine 504078 [IO wait]:
> net.runtime_pollWait(0x7fe4b00de9f8, 0x72, 0xc821dba000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc823411bf0, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc823411bf0, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc823411b90, 0xc821dba000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b356b0, 0xc821dba000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc82bde7340, 0xc821dba000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc8252227e0)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc8252227e0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc82477ba80, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc82477ba80)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
> goroutine 504046 [IO wait]:
> net.runtime_pollWait(0x7fe4b00db9a8, 0x72, 0xc823f65000)
>         /usr/local/go/src/runtime/netpoll.go:160 +0x60
> net.(*pollDesc).Wait(0xc8234101b0, 0x72, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
> net.(*pollDesc).WaitRead(0xc8234101b0, 0x0, 0x0)
>         /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
> net.(*netFD).Read(0xc823410150, 0xc823f65000, 0x1000, 0x1000, 0x0,
> 0x7fe4b30af050, 0xc82000e028)
>         /usr/local/go/src/net/fd_unix.go:250 +0x23a
> net.(*conn).Read(0xc824b355a0, 0xc823f65000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/net.go:172 +0xe4
> net/http.(*connReader).Read(0xc823a6ad20, 0xc823f65000, 0x1000, 0x1000,
> 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:526 +0x196
> bufio.(*Reader).fill(0xc826969c80)
>         /usr/local/go/src/bufio/bufio.go:97 +0x1e9
> bufio.(*Reader).Peek(0xc826969c80, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
>         /usr/local/go/src/bufio/bufio.go:132 +0xcc
> net/http.(*conn).readRequest(0xc820521a00, 0x0, 0x0, 0x0)
>         /usr/local/go/src/net/http/server.go:702 +0x2e6
> net/http.(*conn).serve(0xc820521a00)
>         /usr/local/go/src/net/http/server.go:1425 +0x947
> created by net/http.(*Server).Serve
>         /usr/local/go/src/net/http/server.go:2137 +0x44e
>
>
>
>
> Any one come across with this problem?
>
>
> Thanks & Regards,
> Shashi
>
> --
> Remember to include the InfluxDB version number with all issue reports
> ---
> You received this message because you are subscribed to the Google Groups
> "InfluxDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/influxdb.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/influxdb/cbe1dbb6-d091-4c8d-8a10-219dc585b7ed%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Sean Beckett
Director of Support and Professional Services
InfluxDB

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/CALGqCvPEgGzTA%3DWVNgNYPQLL_8URh9%3DKsz1fZt_YNUh7YQnz9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to