mateuszbbb

Results 4 issues of mateuszbbb

Got random panic errors. Any way to fix this? `time="2018-06-18T22:55:32+02:00" level=debug msg="Pinger iteration finished" panic: close of closed channel goroutine 10 [running]: github.com/tatsushid/go-fastping.(*Pinger).run(0xc4202842d0, 0xc42010ce01) /usr/local/src/go/src/github.com/tatsushid/go-fastping/fastping.go:479 +0x7c4 github.com/tatsushid/go-fastping.(*Pinger).Run(0xc4202842d0, 0x0, 0x0) /usr/local/src/go/src/github.com/tatsushid/go-fastping/fastping.go:329...

After adding about 20 million of rows (10 columns, 1 KB data per row) eventql process segfaulted VMware 4xVCPU + 32 GB RAM, 150 GB disk

Table with about 10 fields (CDR billing data), less than 1KB of data per row, after about million inserts it takes forever to add next rows VM 4xVCPU + 32...

I'm trying to send DLR using NewDeliverSM, but with no success. Message is sent, but not recognized as DLR I tried with: p := pdu.NewDeliverSM() p.TLVFields().Set(pdutlv.TagReceiptedMessageID, pdutlv.CString("1234")) p.TLVFields().Set(pdutlv.TagMessageStateOption, 2) f...