SUbbu

Results 8 comments of SUbbu

Resolved the issue. After going though the Glide code understood the root cause. Its not the glide issue. Glide must have flag to ignore server certificates. Solution: Get Common CA...

Resolved the issue. After going though the Glide code understood the root cause. Its not the glide issue. Glide must have a flag to ignore server certificates. Solution: Get Common...

Also do run following: git config --global http.sslVerify "false" add vcs: git for every package in glide.yaml

Resolved the issue. After going though the Glide code understood the root cause. Its not the glide issue. Glide must have flag to ignore server certificates. Solution: Get Common CA...

https://github.com/xkeyideal/glide This didn't work for me. I am stilling same VCS issue.

we are also facing this issue in production Exception in thread "main" net.jpountz.lz4.LZ4Exception: Malformed input at 8 at net.jpountz.lz4.LZ4JavaUnsafeFastDecompressor.decompress(LZ4JavaUnsafeFastDecompressor.java:77)

We are observing same issue with too many go routines. `goroutine profile: total 14983 4320 @ 0x44c3d6 0x41778c 0x4171f8 0x1310b05 0x136f3be 0x47cfc1` `# 0x1310b04 github.com/IBM/sarama.(*partitionProducer).dispatch+0x1a4 /go/pkg/mod/github.com/!i!b!m/[email protected]/async_producer.go:644` `# 0x136f3bd github.com/IBM/sarama.withRecover+0x3d /go/pkg/mod/github.com/!i!b!m/[email protected]/utils.go:43...

defer func() { if err := recover(); err != nil { fmt.Printf("Corrupted or invalid boltDB file\n",) } }() Add code to recover.