Skip to content

bug: spill_local_disk_path deprecated and broken but still in use #19686

@dqhl76

Description

@dqhl76

Search before asking

  • I had searched in the issues and found no similar issues.

Version

main

What's Wrong?

This configuration is broken:

[spill]
spill_local_disk_path = "./.databend/temp/_query_spill"

but the spill data will be written into .databend/stateless_test_data/_query_spill, which is fallback to

# Storage config.
[storage]
# fs | s3 | azblob | obs | oss
type = "fs"
allow_insecure = true

# Set a local folder to store your data.
# Comment out this block if you're NOT using local file system as storage.
[storage.fs]
data_path = "./.databend/stateless_test_data"

This configuration is flagged as deprecated

scripts/ci/deploy/config/databend-query-node-1.toml
scripts/ci/deploy/config/databend-query-node-2.toml
scripts/ci/deploy/config/databend-query-node-3.toml

...

How to Reproduce?

any ci use scripts/ci/deploy/config/databend-query-node-1.toml

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions