1. 29 5月, 2020 1 次提交
  2. 11 5月, 2020 1 次提交
  3. 23 3月, 2020 1 次提交
  4. 17 2月, 2020 1 次提交
  5. 12 12月, 2019 1 次提交
    • B
      Refactor server module separating Grpc from server handler and scheduler (#757) · 5e045af5
      BossZou 提交于
      * refactoring(create_table done)
      
      * refactoring
      
      * refactor server delivery (insert done)
      
      * refactoring server module (count_table done)
      
      * server refactor done
      
      * cmake pass
      
      * refactor server module done.
      
      * set grpc response status correctly
      
      * format done.
      
      * fix redefine ErrorMap()
      
      * optimize insert reducing ids data copy
      
      * optimize grpc request with reducing data copy
      
      * clang format
      
      * [skip ci] Refactor server module done. update changlog. prepare for PR
      
      * remove explicit and change int32_t to int64_t
      5e045af5
  6. 10 12月, 2019 1 次提交
    • Z
      Add Opentracing (#729) · e99896ac
      Zhiru Zhu 提交于
      * add TracerUtil
      
      * Interceptor ok
      
      * add handler
      
      * add context
      
      * minor update
      
      * keep span in trace context
      
      * add span in search okay
      
      * Update Context.cpp
      
      * refactor
      
      * refactor
      
      * refactor
      
      * format
      
      * add context in SearchJob
      
      * trace search okay
      
      * add back finish span in interceptor
      
      * add namespace
      
      * add tracing config in server config
      
      * add random id
      
      * debug mode okay
      
      * update CMakeLists
      
      * add opentracing to cmake
      
      * update unittest
      
      * add tracing namespace
      
      * remove std::run_time error
      
      * add lock when erasing context_map
      
      * update tracing config
      
      * lint
      
      * update CHANGELOG
      
      * small fix
      
      * fix server unit test
      
      * fix scheduler unit test
      
      * fix db unit test
      
      * lint
      
      * fix db unit test gpu version
      
      * rename to tracing_config
      
      * fix
      
      * update
      
      * trigger ci
      e99896ac