Skip to content
Snippets Groups Projects
  1. Jan 02, 2019
  2. Dec 31, 2018
  3. Dec 25, 2018
  4. Dec 19, 2018
    • dutor's avatar
      Add ProcessUtils (#46) · a3c3de65
      dutor authored
       * Add ProcessUtils
       * Move getExePath and getExeCWD out from FileUtils to ProcessUtils
       * Support server-relaunch detection through pid file
      a3c3de65
  5. Dec 17, 2018
  6. Dec 16, 2018
  7. Dec 15, 2018
    • dutor's avatar
      A rough skeleton of the query engine (#29) · 4768613e
      dutor authored
      An rough skeleton of the query engine
      
      Fix compile issues(-isystem) due to PCH
      
      Use strcpy instead of strncpy to suppress the -Wstringop-truncation warning
      
      close #1 
      4768613e
    • Sherman The Tank's avatar
      Storage daemon (#36) · fffad2d8
      Sherman The Tank authored
      Modified storage.thrift and added meta
      
      Also revised all interface to support GraphSpaceID and PartitionID when communicating with storage service
      fffad2d8
  8. Dec 11, 2018
  9. Nov 10, 2018
  10. Nov 05, 2018
  11. Oct 11, 2018
    • Sherman The Tank's avatar
      Re-factor the vgraph.thrift (#28) · 778e5fd5
      Sherman The Tank authored
      * Re-factor the vgraph.thrift
      
      1) Now treat vgraph.thrift as an interface between client and vgraph server, so the data will not be encoded
      2) Added storage.thrift as an internal interface between query engine and storage service
      778e5fd5
  12. Oct 08, 2018
    • Sherman The Tank's avatar
      Enhance/fix FileBasedWAL (#27) · d5809056
      Sherman The Tank authored
      * Enhance/fix FileBasedWAL
      
      1) Support log rollback
      2) Separate buffer flusher logic, so that the number of flushers is independent from the number of WALs/Shards
      3) Improve the multiple threads support, but still not support multiple threads calling appendLogs()/rollbackToLog()
      4) Add UT for rollback
      5) Fix the flaky UTs
      
      * Rebased and addressed dutor's comments
      d5809056
  13. Oct 04, 2018
  14. Sep 28, 2018
    • Sherman The Tank's avatar
      Enable PCH (#25) · 7e548b8d
      Sherman The Tank authored
      * Enable PCH
      7e548b8d
    • Sherman The Tank's avatar
      Make build independent from engshare (#24) · 62a1c04a
      Sherman The Tank authored
      * Removed the dependency on engshare
      
      * Fixed common/base dependency
      
      * Fixed build on centos 7.5
      
      * Fixed common/base dependency
      
      * Fixed couple gcc-8.1 warnings
      62a1c04a
    • dutor's avatar
      Added Configuration and TempFile (#22) · 0777b7c8
      dutor authored
      * Added Configuration and TempFile
      
      In addition, Turned on the compiler warnings `-Wall` and `-Werror`.
      
      Resolved some existing warnings, although there are a few `-Wsign-compare` I couldn't figure out.
      Supress them with `-Wno-error=sign-compare` for the time being.
      0777b7c8
  15. Sep 26, 2018
  16. Sep 22, 2018
  17. Sep 21, 2018
    • dutor's avatar
      First Implementation of GQL parser (#11) · dae2da96
      dutor authored
      * First Implementation of GQL parser
      
      * Address @sherman-the-tank 's comments
      
      * Implement syntax of UPDATE/INSERT
      
      In addition, added support for hexadecimal and octal numbers.
      
      * Reserve space on the buffer in `toString`
      dae2da96
  18. Sep 18, 2018
  19. Sep 13, 2018
  20. Sep 11, 2018
  21. Sep 07, 2018
  22. Sep 05, 2018
  23. Aug 31, 2018
  24. Aug 16, 2018
  25. Aug 14, 2018