Skip to content

[beatreceiver] replace global paths in diskqueue #46989

@leehinman

Description

@leehinman

The diskqueue calls paths.Resolve to determine where the disk queue should exist on the filesystem.

return paths.Resolve(paths.Data, "diskqueue")

This should be modified to use:

Paths *paths.Path // per beat paths definition

Currently for beatreceivers we don't support the diskqueue, but this should still be fixed so that beat receivers would get the correct queue on restarts.

Relates #44903

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions