loggie-io / loggie

A lightweight, cloud-native data transfer agent and aggregator
https://loggie-io.github.io/docs-en/
Apache License 2.0
1.26k stars 167 forks source link

go test -race检测到DATA RACE #653

Open 781778304 opened 11 months ago

781778304 commented 11 months ago

What version of Loggie?

v0.0.0-20231110083826-ba7e228e204c

Expected Behavior

没有DATA RACE

Actual Behavior

StopWatchTask 里面针对watch.stopTime的访问是否要考虑加锁,我go test -race检测出并发访问问题了。handleWatchTaskEvent里面IsStop判断的时候有并发

Steps to Reproduce the Problem

go test -race