forked from TrueCloudLab/frostfs-node
[#479] writecache: Fix writecache fstree flush premature ctx cancel
Signed-off-by: Alejandro Lopez <a.lopez@yadro.com>
This commit is contained in:
parent
8a9fc2c372
commit
11027945d8
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ const (
|
||||||
// runFlushLoop starts background workers which periodically flush objects to the blobstor.
|
// runFlushLoop starts background workers which periodically flush objects to the blobstor.
|
||||||
func (c *cache) runFlushLoop() {
|
func (c *cache) runFlushLoop() {
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
defer cancel()
|
|
||||||
|
|
||||||
ch := c.closeCh
|
ch := c.closeCh
|
||||||
c.wg.Add(1)
|
c.wg.Add(1)
|
||||||
|
|
Loading…
Reference in a new issue