lipeng
lipeng
(#1279) 1. add readline download link to avoid compile error (`build.conf.template` and `build.sh`. 2. run the shell with CURRENT_DIRECTORY, to avoid the error like `bin/kill_tera.sh`. 3. add GetProcessDir function to...
The commands in the example/bin should be executed properly no matter which directory they run in. When I use bin/teracli, it shows `hasn't specify the flagfile`. But `./teracli` can work.
We have multiple ganesha servers as our nfs proxies for one backend storage cluster. When executing mount command, the nfs client builds the connection with one ganesha server. We want...
(#897) 1. `deploy.sh`: extra x in `"$1"x == "master_slave"`. Also add `-h` option which is common in linux shell scripts. 2. `start_bfs.sh`: bfs can not work well with raft mode...
(#901) add a flag of chunkserver_disk_data_store_limit_percent in flags.cc correct some spell errors in flags.cc (line 82, 83 in flags.cc). the disk will be concidered full. considered Used to computer disk...
`data_score > 0.95` (line 82, 83 in flags.cc). the disk will be concidered full. considered Used to computer disk wordload : workload
## I found some minor mistakes of shell scripts in sandbox directory. 1. "$1"x == "master_slave" extra x is missed in master_slave 2. when adopting raft mode, sleep 5 seconds...
## The client log: ``./bfs_client put bfs_client /`` libsofa_pbrpc ERROR 2017/06/01-20:34:57.796539 7f93fe87c700 src/sofa/pbrpc/rpc_byte_stream.h:324] on_connect(): **connect error: [::1]:8022: Connection refused** W 06/01 20:34:57.796672 137302 [./src/rpc/rpc_client.h:66] SendRequest to [::1]:8022 fail: RPC_ERROR_CONNECTION_CLOSED: init...
 Intel ISA-L told that using this way to construct Vandermonde matrix does not guarantee the invertible property for the sub matrix. I hope to get help from you. Do...