We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
steps:
make 2mount CGO_ENABLED=1 go build -race ./weed -v=4 filer.sync -a=127.0.0.1:8888 -b=127.0.0.1:7888 -a.debug -b.debug
================== WARNING: DATA RACE Read at 0x000107653f74 by goroutine 71: github.com/seaweedfs/seaweedfs/weed/command.runFilerSynchronize.func1() /Users/whitefox/GolandProjects/seaweedfs/weed/command/filer_sync.go:153 +0x274 Previous write at 0x000107653f74 by goroutine 72: github.com/seaweedfs/seaweedfs/weed/command.runFilerSynchronize.func2() /Users/whitefox/GolandProjects/seaweedfs/weed/command/filer_sync.go:191 +0x88 Goroutine 71 (running) created at: github.com/seaweedfs/seaweedfs/weed/command.runFilerSynchronize() /Users/whitefox/GolandProjects/seaweedfs/weed/command/filer_sync.go:144 +0x54c main.main() /Users/whitefox/GolandProjects/seaweedfs/weed/weed.go:80 +0x73c Goroutine 72 (running) created at: github.com/seaweedfs/seaweedfs/weed/command.runFilerSynchronize() /Users/whitefox/GolandProjects/seaweedfs/weed/command/filer_sync.go:189 +0x6e4 main.main() /Users/whitefox/GolandProjects/seaweedfs/weed/weed.go:80 +0x73c ==================
System Setup
master branch
The text was updated successfully, but these errors were encountered:
fix: DATA RACE
013f599
seaweedfs#5194 seaweedfs#5195
Fix filer sync set offset (#5197)
1169f94
* fix: compose 2mount with sync * fix: DATA RACE #5194 #5195
No branches or pull requests
Describe the bug
steps:
System Setup
The text was updated successfully, but these errors were encountered: