-
Notifications
You must be signed in to change notification settings - Fork 477
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In the last 3 weeks (between 36051bd and the current main branch) something changed that causes cargo to do partial rebuild when it is not really necessary. This is especially noticeable in VSCode on slow machines or while working with containers and trying to execute something on command line.
Steps to reproduce (if applicable)
Steps to reproduce the behavior:
- Run the following 3 commands:
cargo clean
cargo build --features=postgres
cargo run --features=postgres -- run --service searcher --service metastore --config ../config/quickwit.yaml
Expected behavior
3 weeks ago the run
command started the service immediately. Now it goes through a partial rebuild process that takes minutes on some machine.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working