Arthur Lee

Results 18 issues of Arthur Lee

``` {"level":"error","ts":1561626561.314334,"caller":"continuous/continuous.go:239","msg":"wait child process to exit failed","pid":2362,"error":"waitid: invalid argument","stacktrace":"github.com/shafreeck/continuous.(*Cont).Serve\n\t/Users/arthur/golang/src/github.com/shafreeck/continuous/continuous.go:239\nmain.main\n\t/Users/arthur/golang/src/icode.baidu.com/baidu/bdrp/jarvis/bin/jarvis/main.go:138\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:200"} {"level":"error","ts":1561626561.3144157,"caller":"continuous/continuous.go:250","msg":"recover pid file failed","pid":2362,"error":"rename /home/work/agent/./jarvis.pid.old /home/work/agent/./jarvis.pid: no such file or directory","stacktrace":"github.com/shafreeck/continuous.(*Cont).Serve\n\t/Users/arthur/golang/src/github.com/shafreeck/continuous/continuous.go:250\nmain.main\n\t/Users/arthur/golang/src/icode.baidu.com/baidu/bdrp/jarvis/bin/jarvis/main.go:138\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:200"} ``` use `path.Join` instead of appending the path

```golang server.Stop() error server.GracefullStop() error ``` should not get errors in return, continuous ignored them.

Hey guys, I have reconstruct the shadowsocks-go and just passed all local test. Now request for review. # What's New * Redesigned for server use * Add plenty of log...

I have read this repo and here is some advises: * make repo pass go vet & golint. This can make the code more go-style and convenient to generate Godoc....

WIP

Hi, new here in valkey community. This PR added a new option for tcl test case which will fail fast once any test cases fail. This can be useful while...

Good morning! Guru did not work as expect this morning, not sure wha't wrong. > guru chat --oneshot --renderer text and guru cound return 2 different internal errors below ```...

build command: > cmake -DENABLE_UNIT_TESTS=OFF -DENABLE_FUNC_TESTS=OFF -DENABLE_MULTILIB=ON -Wno-dev -DCMAKE_INSTALL_LIBDIR=/usr/lib/gcc/x86_64-linux-gnu/ .. failed output log ``` [ 94%] Linking CXX executable wrapper /usr/bin/ld: CMakeFiles/wrapper_a.dir/source/report/wrapper/RpcClients.cc.o: in function `wr::SupervisorClient::resolve(domain::Execution const&)': [RpcClients.cc](http://rpcclients.cc/):(.text+0x6ad): undefined reference to...

**The problem/use-case that the feature addresses** valkey services often rely on operation and maintenance components for service monitoring. Most of these components depend on communicating with the valkey server (e.g.,...

major-decision-pending