taosdata/TDengine

Illegal instruction (core dumped) i got core dumped when i started docker

Open

#22.642 aperta il 30 ago 2023

Vedi su GitHub
 (13 commenti) (0 reazioni) (0 assegnatari)C (5002 fork)batch import
help wantedquestion

Metriche repository

Star
 (24.849 star)
Metriche merge PR
 (Merge medio 1g 1h) (4 PR mergiate in 30 g)

Descrizione

h@testserver:~$ docker run -d -p 6030:6030 -p 6041:6041 -p 6043-6049:6043-6049 -p 6043-6049:6043-6049/udp tdengine/tdengine aef629ad1b1fd05ed95c49698618cbefa24c28fe08d8294332d275b84145091c

h@testserver:~$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES aef629ad1b1f tdengine/tdengine "/tini -- /usr/bin/e…" 5 seconds ago Up 2 seconds 0.0.0.0:6030->6030/tcp, :::6030->6030/tcp, 0.0.0.0:6041->6041/tcp, :::6041->6041/tcp, 0.0.0.0:6043-6049->6043-6049/tcp, :::6043-6049->6043-6049/tcp, 0.0.0.0:6043-6049->6043-6049/udp, :::6043-6049->6043-6049/udp nervous_noyce

h@testserver:~$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

h@testserver:~$ docker logs nervous_noyce Illegal instruction (core dumped) Illegal instruction (core dumped) Illegal instruction (core dumped) Illegal instruction (core dumped) sysctl: setting key "kernel.core_pattern": Read-only file system 08/30 03:40:13.925037 00000030 taos_ADAPTER info "start server:00000030" model=main [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.

  • using env: export GIN_MODE=release
  • using code: gin.SetMode(gin.ReleaseMode)

[GIN-debug] GET /debug/pprof/ --> github.com/gin-gonic/gin.WrapF.func1 (3 handlers) [GIN-debug] GET /debug/pprof/cmdline --> github.com/gin-gonic/gin.WrapF.func1 (3 handlers) [GIN-debug] GET /debug/pprof/profile --> github.com/gin-gonic/gin.WrapF.func1 (3 handlers) [GIN-debug] POST /debug/pprof/symbol --> github.com/gin-gonic/gin.WrapF.func1 (3 handlers) [GIN-debug] GET /debug/pprof/symbol --> github.com/gin-gonic/gin.WrapF.func1 (3 handlers) [GIN-debug] GET /debug/pprof/trace --> github.com/gin-gonic/gin.WrapF.func1 (3 handlers) [GIN-debug] GET /debug/pprof/allocs --> github.com/gin-gonic/gin.WrapH.func1 (3 handlers) [GIN-debug] GET /debug/pprof/block --> github.com/gin-gonic/gin.WrapH.func1 (3 handlers) [GIN-debug] GET /debug/pprof/goroutine --> github.com/gin-gonic/gin.WrapH.func1 (3 handlers) [GIN-debug] GET /debug/pprof/heap --> github.com/gin-gonic/gin.WrapH.func1 (3 handlers) [GIN-debug] GET /debug/pprof/mutex --> github.com/gin-gonic/gin.WrapH.func1 (3 handlers) [GIN-debug] GET /debug/pprof/threadcreate --> github.com/gin-gonic/gin.WrapH.func1 (3 handlers) [GIN-debug] GET /metrics --> github.com/gin-gonic/gin.WrapH.func1 (5 handlers) [GIN-debug] GET /-/ping --> github.com/taosdata/taosadapter/v3/controller/ping.Controller.Init.func1 (5 handlers) [GIN-debug] POST /rest/sql --> github.com/taosdata/taosadapter/v3/controller/rest.(*Restful).sql-fm (8 handlers) [GIN-debug] POST /rest/sql/:db --> github.com/taosdata/taosadapter/v3/controller/rest.(*Restful).sql-fm (8 handlers) [GIN-debug] POST /rest/sql/:db/vgid --> github.com/taosdata/taosadapter/v3/controller/rest.(*Restful).tableVgID-fm (7 handlers) [GIN-debug] GET /rest/login/:user/:password --> github.com/taosdata/taosadapter/v3/controller/rest.(*Restful).des-fm (6 handlers) [GIN-debug] POST /rest/upload --> github.com/taosdata/taosadapter/v3/controller/rest.(*Restful).upload-fm (7 handlers) [GIN-debug] GET /rest/ws --> github.com/taosdata/taosadapter/v3/controller/ws/query.(*QueryController).Init.func1 (5 handlers) [GIN-debug] GET /rest/schemaless --> github.com/taosdata/taosadapter/v3/controller/ws/schemaless.(*SchemalessController).Init.func1 (5 handlers) [GIN-debug] GET /rest/stmt --> github.com/taosdata/taosadapter/v3/controller/ws/stmt.(*STMTController).Init.func1 (5 handlers) [GIN-debug] GET /rest/tmq --> github.com/taosdata/taosadapter/v3/controller/ws/tmq.(*TMQController).Init.func1 (5 handlers) [GIN-debug] GET /genauth/:user/:password/:key --> github.com/taosdata/taosadapter/v3/plugin.RegisterGenerateAuth.func1 (5 handlers) 08/30 03:40:13.925555 00000030 taos_ADAPTER info "init plugin prometheus/v1" model=plugin [GIN-debug] POST /prometheus/v1/remote_read/:db --> github.com/taosdata/taosadapter/v3/plugin/prometheus.(*Plugin).Read-fm (7 handlers) [GIN-debug] POST /prometheus/v1/remote_write/:db --> github.com/taosdata/taosadapter/v3/plugin/prometheus.(*Plugin).Write-fm (7 handlers) 08/30 03:40:13.925807 00000030 taos_ADAPTER info "init plugin statsd/v1" model=plugin 08/30 03:40:13.928741 00000030 taos_ADAPTER info "statsd disabled" model=statsd 08/30 03:40:13.928761 00000030 taos_ADAPTER info "init plugin collectd/v1" model=plugin 08/30 03:40:13.930026 00000030 taos_ADAPTER info "collectd disabled" model=collectd 08/30 03:40:13.930043 00000030 taos_ADAPTER info "init plugin influxdb/v1" model=plugin [GIN-debug] POST /influxdb/v1/write --> github.com/taosdata/taosadapter/v3/plugin/influxdb.(*Influxdb).write-fm (7 handlers) 08/30 03:40:13.930255 00000030 taos_ADAPTER info "init plugin node_exporter/v1" model=plugin 08/30 03:40:13.933019 00000030 taos_ADAPTER info "node_exporter disabled" model=NodeExporter 08/30 03:40:13.933046 00000030 taos_ADAPTER info "init plugin opentsdb/v1" model=plugin [GIN-debug] POST /opentsdb/v1/put/json/:db --> github.com/taosdata/taosadapter/v3/plugin/opentsdb.(*Plugin).insertJson-fm (7 handlers) [GIN-debug] POST /opentsdb/v1/put/telnet/:db --> github.com/taosdata/taosadapter/v3/plugin/opentsdb.(*Plugin).insertTelnet-fm (7 handlers) 08/30 03:40:13.933268 00000030 taos_ADAPTER info "init plugin opentsdb_telnet/v1" model=plugin 08/30 03:40:13.935158 00000030 taos_ADAPTER info "opentsdb_telnet disabled" model=opentsdb_telnet 08/30 03:40:13.935588 00000030 taos_ADAPTER info "all plugin init finish" model=plugin 08/30 03:40:13.935604 00000030 taos_ADAPTER info "all plugin start finish" model=plugin 08/30 03:40:13.935714 00000030 taos_ADAPTER info "Running in terminal." model=main 08/30 03:40:13.965899 00000030 taos_ADAPTER info "server on : 6041" model=main Illegal instruction (core dumped) h@testserver:~$

Guida contributor