Local tool for building database file #7
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-locode-db#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
The current process of generating the database relies on the availability of the 'frostfs-cli' binary. This can be inconvenient when everything is being built in parallel, as the 'locode-db' may depend on 'frostfs-node' and vice versa. This interdependency can lead to issues and inefficiencies in the build process. Also, in isolated environments it may be challenging to get externally build binary.
Describe the solution you'd like
I suggest adding a small tool for building
locode-db
to the repository. The tool should utilize the same code module asfrostfs-cli
to ensure consistency. In cases wherefrostfs-cli
is not available during build time, the make target should build a local tool and process the database using it.Local tool for building databsase fileto Local tool for building database fileWould you like to reuse frostfs-node/cmd/frostfs-cli/modules/util code, but not the frostfs-cli binary entirely?
george.bartolomey referenced this issue2024-07-05 13:20:55 +00:00