Wayne Gao

Results 43 issues of Wayne Gao

**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** if we use iops_rate, test fio on...

``` root@smfast:~/wayne/braft/bld# cmake .. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or...

hello boost asio expert, is there any plan to support RDMA programming with boost asio?

could you please help on this? ``` root@wcp116:~/wayne/braft/braft/example/counter/build# ls CMakeCache.txt CMakeFiles cmake_install.cmake counter_client counter.pb.cc counter.pb.h counter_server Makefile run_client.sh run_server.sh shflags stop.sh root@wcp116:~/wayne/braft/braft/example/counter/build# ./run_server.sh root@wcp116:~/wayne/braft/braft/example/counter/build# ./run_client.sh W1003 07:02:28.632813 3978233 /root/wayne/braft/braft/example/counter/client.cpp:46] Fail...

[root@ch7-smc-2407 bpf]# ./load.sh + set -e + sudo mount -t bpf bpf /sys/fs/bpf/ + clang -O2 -g -target bpf -c bpf_sockops.c -o bpf_sockops.o + sudo bpftool prog load bpf_sockops.o /sys/fs/bpf/bpf_sockops...

please check below error screen, it panic ``` ayne@wayne-virtual-machine:~/wayne/rust/fuse-rs$ RUST_BACKTRACE=full cargo run --example null warning: field `data` is never read --> src/request.rs:39:5 | 35 | pub struct Request

### Describe the question. Hello dear NV expert, I would like to understand during AI training, data prepare, training model phase, how many temp files will be created, how much...

question

this is guide I followed from github here ``` # 进入 polardbx-engine 代码路径 cd polardbx-engine # 安装boost1.70 (注:把boost放到仓库里避免下载) wget https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/boost_1_70_0.tar.gz mkdir extra/boost cp boost_1_70_0.tar.gz extra/boost/ # 编译安装 # 详细参数请参考 https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html...

Please confirm that your commit message(s) follow these guidelines: 1. First line is a commit title, a descriptive one-liner for the change 2. Empty second line 3. Commit message body...