rpstw

Results 4 comments of rpstw

same here stack trace: ``` panic: EOF goroutine 386 [running]: github.com/grafana/loki/pkg/storage/stores/shipper/util.getGzipReader(0x2b0e4e0, 0xc012635730, 0xc012635730, 0x2b0e4e0) /src/loki/pkg/storage/stores/shipper/util/util.go:44 +0x119 github.com/grafana/loki/pkg/storage/stores/shipper/util.GetFileFromStorage(0x2b52dc0, 0xc000c00b40, 0x7f7dbbd8a7c8, 0xc0005a5a60, 0xc008f50db0, 0xb, 0xc016e82f8c, 0x28, 0xc016e830e0, 0x5c, ...) /src/loki/pkg/storage/stores/shipper/util/util.go:98 +0x7a7 github.com/grafana/loki/pkg/storage/stores/shipper/downloads.(*Table).downloadFile(0xc008f27720,...

The err returned is misleading. Making klog more verbose shows the actual error. ``` // just a workaround, normally v should be passed via command line l := klog.Level(6) _...