You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got the code compiled and running.
I tried to run the dataframe benchmark.
I went to https://github.com/h2oai/db-benchmark and use commands in the README to generate the dataset.
Then I got an error:
start sync server from the spawned thread!
[rust] start
start drust rdma server from the spawned thread!
drust_start_server, trying to bind to 10.0.2.1:9400.
passive_ip_idx: 1
address resolved.
flag_addr: 0x400200000000
flag: 1
atomic_cap: 1
route resolved.
connect request sent.
on_connection
on_connection: Sending MR to the passive side
send completed successfully.
send completed successfully.
Connected!
All servers are ready
start drust distributed alloc server from the spawned thread!
drust dataframe started
start connecting distributed alloc from the spawned thread!
connected to server 0
connected to server 1
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', drust/src/app/dataframe/series/input.rs:17:83
stack backtrace:
0: rust_begin_unwind
at /rustc/f5559e338256f17ada6d82b429acc2dbd8facc9c/library/std/src/panicking.rs:584:5
1: core::panicking::panic_fmt
at /rustc/f5559e338256f17ada6d82b429acc2dbd8facc9c/library/core/src/panicking.rs:67:14
2: core::result::unwrap_failed
at /rustc/f5559e338256f17ada6d82b429acc2dbd8facc9c/library/core/src/result.rs:1651:5
3: drust::app::dataframe::series::input::read_series::{{closure}}
4: <drust::drust_std::thread::dlink::DRustServer as drust::drust_std::thread::dlink::DRustWorld>::remote_spawn::{{closure}}
5: <futures_util::abortable::Abortable<Fut> as core::future::future::Future>::poll
6: <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll
7: <tarpc::server::tokio::TokioChannelExecutor<tarpc::server::Requests<C>,S> as core::future::future::Future>::poll::{{closure}}
8: tokio::runtime::task::core::Core<T,S>::poll
9: tokio::runtime::task::harness::Harness<T,S>::poll
10: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
11: tokio::runtime::scheduler::multi_thread::worker::Context::run
12: tokio::runtime::context::scoped::Scoped<T>::set
13: tokio::runtime::context::runtime::enter_runtime
14: tokio::runtime::scheduler::multi_thread::worker::run
15: tokio::runtime::task::core::Core<T,S>::poll
16: tokio::runtime::task::harness::Harness<T,S>::poll
17: tokio::runtime::blocking::pool::Inner::run
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
I have got the code compiled and running.
I tried to run the dataframe benchmark.
I went to https://github.com/h2oai/db-benchmark and use commands in the README to generate the dataset.
Then I got an error:
The text was updated successfully, but these errors were encountered: