Konstantin Lebedev

Results 221 comments of Konstantin Lebedev
trafficstars

Please check the golang version. ``` go version go version go1.22.1 darwin/arm64 ``` and run ``` go mod tidy ```

> Thank you for your reply @kmlebedev > > `go version go version go1.13.8 linux/amd64` > > after running "go mod tidy": `testing/slogtest: malformed module path "testing/slogtest": missing dot in...

before with gomemlimit 1g ![image](https://github.com/seaweedfs/seaweedfs/assets/9497591/4951fc78-1f50-4801-8995-e641adb5d182)

before without limit ![profile022](https://github.com/seaweedfs/seaweedfs/assets/9497591/337321fb-e6ed-47c4-83b3-b30f69d70b11)

See https://github.com/seaweedfs/seaweedfs/pull/3059

> @kmlebedev thanks, but AFAIU #3630 has been already merged into version I'm running, so probably a different issue? You need to make sure that the contents of `vol_dir.uuid` are...

It may be that you accidentally launch a second instance of weed volume at this time, which will erase the same folder with the file `vol_dir.uuid`

Heartbeat fails already in the process of stopping the revolutionary server. Look in the logs on master server there is a message below: ``` volume: Duplicated volume directories were loaded...

It looks like there's a race going on here. For the year above, if the list were empty, then you should get an error. But at some point the link...