Tristan Su
Tristan Su
The CI will success when https://github.com/influxdata/influxdb/pull/18961 is merged
@dgnorton I suppose this fix needs to be ported back to 1.7/1.8
rereview the code, `FileSet.files` is actually immutable so the clone is not needed.
nice to have in 1.x
any response from maintainers?
I'm seeing this issue with v1.7.7. The problem is that once a disk error is encountered, the buffer writer of WAL cannot recover, even when the disk goes back to...
still needed
> ``` > for i := 0; i < len(c.current); i++ { > cur := c.current[i] > if cur.entry.MinTime < minT && !cur.read() { > minT = cur.entry.MinTime > }...
i'm seeing the same issue on CentOS7
> condition.notify_one(); ///----> Should this line be in the lock scope ? would it cause a deadlock ?