Martin Fryč

Results 4 comments of Martin Fryč

So far we fixed it ourself in pkg.store, line 3532: ```go chunkLen = r.block.estimatedMaxChunkSize if i+1 < len(pIdxs) { if diff = pIdxs[i+1].offset - pIdx.offset; int(diff) < chunkLen { chunkLen...

> @martinfrycs1 ok, it make sense to implement it then in this way. I didn't have much time to explore source of these data more closely. I will prepare the...

Its not problem of the pool not working correctly, but thanos code, asking for small buffer. This whole code is in the for loop. Previously buffers with fixed size 16000...

From what I understand from the pool code, its able to hold variable sized buffers. In this panic (`panic: runtime error: slice bounds out of range [:1027] with capacity 1024`),...