We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
databend-v1.2.150-nightly-x86_64-apple-darwin
databend-query does not start with error:
RUST_BACKTRACE=1 bin/databend-query -c configs/databend-query.toml : No getcpu support: percpu_arena:percpu : option background_thread currently supports pthread only Databend Query start failure, cause: StorageOther. Code: 4000, Text = Unexpected (permanent) at => async client build failed, source: builder error: The Trust Settings Record was corrupted..
0: backtrace::backtrace::trace 1: backtrace::capture::Backtrace::create 2: backtrace::capture::Backtrace::new 3: common_exception::exception_backtrace::capture 4: common_exception::exception_code::::StorageOther 5: common_exception::exception_into::<impl core::convert::Fromopendal::types::error::Error for common_exception::exception::ErrorCode>::from 6: common_sharing::share_endpoint::ShareEndpointManager::init 7: databend_query::global_services::GlobalServices::init_with::{{closure}}::{{closure}} 8: std::thread::local::LocalKey::with 9: std::thread::local::LocalKey::with 10: databend_query::global_services::GlobalServices::init::{{closure}} 11: std::thread::local::LocalKey::with 12: <async_backtrace::framed::Framed as core::future::future::Future>::poll{{reify.shim}} 13: std::panicking::try 14: <common_base::runtime::catch_unwind::CatchUnwindFuture as core::future::future::Future>::poll 15: tokio::runtime::park::CachedParkThread::block_on 16: tokio::runtime::handle::Handle::block_on 17: databend_query::main 18: std::sys_common::backtrace::__rust_begin_short_backtrace 19: std::rt::lang_start::{{closure}} 20: std::rt::lang_start_internal 21: _main
Download tar.gz from site and follow standalone deployment on macOs
The text was updated successfully, but these errors were encountered:
databend-v1.2.150-nightly-x86_64-apple-darwin is for x86_64 platform. Maybe you should use:databend-v1.2.151-nightly-aarch64-apple-darwin
wget https://repo.databend.rs/databend/v1.2.151-nightly/databend-v1.2.151-nightly-aarch64-apple-darwin.tar.gz
Sorry, something went wrong.
This seems like a trust store issue: rustls/rustls-native-certs#4
Maybe you could try with sudo.
everpcpc
No branches or pull requests
Search before asking
Version
databend-v1.2.150-nightly-x86_64-apple-darwin
What's Wrong?
databend-query does not start with error:
RUST_BACKTRACE=1 bin/databend-query -c configs/databend-query.toml
: No getcpu support: percpu_arena:percpu
: option background_thread currently supports pthread only
Databend Query start failure, cause: StorageOther. Code: 4000, Text = Unexpected (permanent) at => async client build failed, source: builder error: The Trust Settings Record was corrupted..
0: backtrace::backtrace::trace
1: backtrace::capture::Backtrace::create
2: backtrace::capture::Backtrace::new
3: common_exception::exception_backtrace::capture
4: common_exception::exception_code::::StorageOther
5: common_exception::exception_into::<impl core::convert::Fromopendal::types::error::Error for common_exception::exception::ErrorCode>::from
6: common_sharing::share_endpoint::ShareEndpointManager::init
7: databend_query::global_services::GlobalServices::init_with::{{closure}}::{{closure}}
8: std::thread::local::LocalKey::with
9: std::thread::local::LocalKey::with
10: databend_query::global_services::GlobalServices::init::{{closure}}
11: std::thread::local::LocalKey::with
12: <async_backtrace::framed::Framed as core::future::future::Future>::poll{{reify.shim}}
13: std::panicking::try
14: <common_base::runtime::catch_unwind::CatchUnwindFuture as core::future::future::Future>::poll
15: tokio::runtime::park::CachedParkThread::block_on
16: tokio::runtime::handle::Handle::block_on
17: databend_query::main
18: std::sys_common::backtrace::__rust_begin_short_backtrace
19: std::rt::lang_start::{{closure}}
20: std::rt::lang_start_internal
21: _main
How to Reproduce?
Download tar.gz from site and follow standalone deployment on macOs
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: