Konstantin Lebedev

Results 221 comments of Konstantin Lebedev
trafficstars

Show error 500 message in logs. Also not sure if this is the correct request, it seems either POST with body or GET with uri parameters ``` curl -X POST...

@JSeam2 @bodleytunes Check version 3.64 with rage request fix https://github.com/seaweedfs/seaweedfs/pull/5251

Share your impressions of using the operator, what difficulties arose, what you liked and what you didn’t?

version 30GB 3.62 - this version has a critical bug https://github.com/seaweedfs/seaweedfs/issues/5215 Data needs to be restored from backup. @chrislusf Let's delete releases 3.60, 3.61 and 3.62? People are losing data

> Thanks for the speedy reply! > > I do have backups, but am wondering how to figure out when the corruption happened. Any idea how to identify the point...

There can be two directions for improvement 1. Eliminate Truncate completely. In some cases, this helps trim the last file that was not completely recorded. But you need to catch...

> Let's remove the truncation from the `verifyNeedleIntegrity()`. It is not re-entrant and does not match the function name. > Currently it is called twice. I have seen cases where...

I looked everywhere where truncation was used to revert to a previous state before writing or before appending data on errors. So, in case of panic at the time of...

> Isn't it better to get maximum offset of last 10 indexes (or maybe last 1% of indexes) and only truncate with that offset? Yes. good thought.

Added logging. see messages in a loop: ``` I0208 06:34:28.167683 filer_grpc_server_sub_meta.go:175 has not client filer:192.168.0.120:[email protected]:38144 local subscriber / clientId:-1915262056 clientEpoch 3714 I0208 06:42:49.968591 filer_grpc_server_sub_meta.go:175 has not client filer:192.168.0.201:[email protected]:47804 local subscriber...