- 18 7月, 2017 1 次提交
-
-
由 Helin Wang 提交于
Unchecked errors could be handled by: cd go; gometalinter --vendor --disable-all --enable errcheck $(glide nv)
-
- 15 7月, 2017 1 次提交
-
-
由 Helin Wang 提交于
-
- 14 7月, 2017 2 次提交
-
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
The buffer allocation size should be number of bytes, not number of floats.
-
- 11 7月, 2017 1 次提交
-
-
由 gongweibao 提交于
-
- 04 7月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* init etcd cclient * add etcd * add etcd.go * fix compile problem * move code to etcd.go * add etcd_lister.go for pserver client * add etcd_client_test.go * merge etcd_client_test and client_test * refine client_test.go * refine code * format code * add TODO and use interface instead of struct * fix typo of initDesiredPservers * optimize dir structure of go/pserver/client * add a flag to config index for pserver * follow comment * fix path * optimize code * remove err in pserver NewEtcd * restore comment about /ps_desired
-
- 03 7月, 2017 1 次提交
-
-
由 dongzhihong 提交于
-
- 28 6月, 2017 3 次提交
-
-
由 Helin Wang 提交于
The pserver need to have server index for saving model on the distributed file system. The server index comes from etcd if etcd is used, or user can manually specify them. So we need pserver.NewService() to take index as an argument. Since index could come from etcd, it would be strange if pserver takes an index as argument, at the same time get the index from etcd. so we will need to decouple pserver with etcd.
-
由 Helin Wang 提交于
-
由 dongzhihong 提交于
-
- 26 6月, 2017 1 次提交
-
-
由 dongzhihong 提交于
-
- 22 6月, 2017 1 次提交
-
-
由 dzhwinter 提交于
-
- 21 6月, 2017 1 次提交
-
-
由 wuyi05 提交于
-
- 10 6月, 2017 1 次提交
-
-
由 Helin Wang 提交于
Please refer to the change design doc for what in API have changed.
-
- 31 5月, 2017 2 次提交
-
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-