sherkwast

Results 3 issues of sherkwast

错误信息:每当出现下面这条消息后, `2019-11-12 10:17:21-Client receive: b'\x03\xebping check expired, session: 5f9d157d-15ec-4b6a-b30d-681daaa06dd7'` 就会抛出错误 ``` Traceback (most recent call last): File "/usr/local/Caskroom/miniconda/base/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3326, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 26, in...

I ran these two commands to install loadcaffe `sudo apt-get install libprotobuf-dev protobuf-compiler` `CC=gcc-5 CXX=g++-5 luarocks install loadcaffe` And I got followings, > [ 50%] Building CXX object CMakeFiles/loadcaffe.dir/loadcaffe.cpp.o In...

## Question 我的conf/es/test.yml内容如下: > dataSourceKey: defaultDS destination: example1 groupId: g1 esMapping: _index: test6-subaccount_history _type: _doc _id: _id upsert: true #pk: id sql: "select f_id as _id, f_id, f_version, f_user_id, f_account_id,...