1. 08 8月, 2017 1 次提交
  2. 28 7月, 2017 1 次提交
  3. 20 7月, 2017 1 次提交
  4. 18 7月, 2017 1 次提交
  5. 17 7月, 2017 1 次提交
  6. 13 7月, 2017 1 次提交
  7. 07 7月, 2017 2 次提交
  8. 04 7月, 2017 1 次提交
    • Q
      pserver etcd client (#2559) · 9045063b
      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
      9045063b
  9. 28 6月, 2017 1 次提交
    • H
      Make pserver able to get server index without etcd (decouple pserver with etcd) · 4cc9680c
      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.
      4cc9680c