Results 4 issues of koalas1105

[xxxx@rd01 logkit-pro-v1.2.6]$ make go generate tools/generators/grok_pattern_generator.go:13:2: cannot find package "github.com/qiniu/log" in any of: /home/xxxx/tools/go/src/github.com/qiniu/log (from $GOROOT) /home/xxxx/gopath/src/github.com/qiniu/log (from $GOPATH) logkit.go:235: running "go": exit status 1 make: *** [all] Error 1

生产环境偶尔出现RemotingTimeoutException,请问知道是什么原因不? 2018-02-06 18:44:08,424 WARN RocketmqRemoting(635) - invokeSync: wait response timeout exception, the channel[192.168.8.24:10911] 2018-02-06 18:44:08,425 WARN RocketmqClient(520) - sendKernelImpl exception com.alibaba.rocketmq.remoting.exception.RemotingTimeoutException: wait response on the channel timeout, 3000(ms) at com.alibaba.rocketmq.remoting.netty.NettyRemotingAbstract.invokeSyncImpl(NettyRemotingAbstract.java:374)...

如果要改造为支持spring boot 1.x,需要做那些改造?

server.sh 1).com.github.runner.xxx=》com.github.melin.runner.xxx 2). com.github.melin.runner.threadDumpTool => com.github.melin.runner.DumpThreadTool