influxdata / influx-stress

New tool for generating artificial load on InfluxDB
MIT License
121 stars 43 forks source link

超过500万条数据的插入会报错 #36

Open 9renfei9 opened 5 years ago

9renfei9 commented 5 years ago

[2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out [2019-06-30 22:15:09] Error sending write: dialing to the given TCP address timed out panic: send on closed channel

goroutine 52 [running]: github.com/influxdata/influx-stress/cmd.(multiSink).run(0xc4200925d0) /root/go/src/github.com/influxdata/influx-stress/cmd/insert.go:306 +0x102 created by github.com/influxdata/influx-stress/cmd.(multiSink).Open /root/go/src/github.com/influxdata/influx-stress/cmd/insert.go:298 +0x94

chengshiwen commented 3 years ago

@9renfei9 同#32 已经在 chengshiwen/influx-stress 修复