Skip to content

Create directory if it does not exists before starting compaction #3475

@keith-turner

Description

@keith-turner

In #3460 compactions were moved from the tablet server to the manager. In the tablet code it would attempt to create a directory for the tablet in the volume if it did not exists. The tablet also had a cache of the volumes it had checked. The manager is not doing this check at all and it could cause compaction failures on multivolume systems. The manager and/or compactor needs to do this check. Need to determine if the caching the tablet did is needed worthwhile if doing the check in the manager.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions