Pavel Chursin

Results 6 comments of Pavel Chursin

hi, I use ext4

The root raft directory cannot be deleted by our code. This result was obtained while testing our project with various fault injections, including network partition between nodes. Perhaps a change...

I will try to reproduce, but so far this is an isolated case for a very large number of tests.

Unfortunately there is nothing more

I've had new problem, maybe it's something to do with it? ``` panic: close of closed channel goroutine 70 [running]: github.com/lni/dragonboat/v3/internal/rsm.(*OffloadedStatus).SetDestroyed(0xc00010e3e0) /home/user/go/pkg/mod/github.com/lni/dragonboat/[email protected]/internal/rsm/offload.go:45 +0x34 github.com/lni/dragonboat/v3/internal/rsm.(*NativeSM).Close(0xc00010e340) /home/user/go/pkg/mod/github.com/lni/dragonboat/[email protected]/internal/rsm/managed.go:153 +0x5a github.com/lni/dragonboat/v3/internal/rsm.(*StateMachine).Close(0xc00061a180) /home/user/go/pkg/mod/github.com/lni/dragonboat/[email protected]/internal/rsm/statemachine.go:233 +0x2b github.com/lni/dragonboat/v3.(*node).destroy(0xc00048ec00)...

But by default `debugInfoDirectories` contains (pkg/config/config.go:169): ``` c.DebugInfoDirectories = []string{"/usr/lib/debug/.build-id"} ``` Or are you suggesting that each user personally specifies the path in config.yml? looks like in the `pkg/proc/bininfo.go:1223.check()` function...