rpstw

Results 11 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) _...

We upgraded pgx from v4 without using any override. A lot of our legacy code in our repo have `SomeColumn time.Time`. It seems currently if `sql_package` is set to `pgx/v5`,...

https://github.com/containerd/containerd/issues/10515#issuecomment-2256773907 helps

I thought about rule priority for a few days, and here's an example using rule priority: In our situation a request with header `X-Some-Header: a, b` and another one with...

I pasted a wrong repo. Also the feature should be automatic, I used a wrong word. The correct repo should be https://github.com/scylladb/gocql. Since it's a fork of Cassandra's gocql, please...

Thanks for the direction. Since Cassandra CQL is relative simple compared to Postgres, I'll try to make some demo and paste any further meaningful progress later.

After several months of studying. Here's some conclusion I can share 1. compared to PostgreSQL or MYSQL, CQL is relatively simple in practice. In almost all the circumstances I observed...