1. Mar 17, 2022
  2. Mar 11, 2022
    • Ramon Nou's avatar
      New parameter to remove rootdir at the end · d0c0e9ff
      Ramon Nou authored
      d0c0e9ff
    • Ramon Nou's avatar
      f61afc37
    • Ramon Nou's avatar
      Prepare Parallax Support to 0.9.1 · 68b85cab
      Ramon Nou authored
      68b85cab
    • Ramon Nou's avatar
      Parallax backend added · e4eebd35
      Ramon Nou authored
      Add command line option for kreon
      
      Resolve CRTP specific function name
      
      Testing Infrastructure for different databases
      
      add path
      
      Reactivated destructors, kreondb is destroyed to reduce CI space
      
      Returning string_view in fs_data added dbbackend property
      
      Updated Readme and MetatadaFactory
      
      Adding extra options for kreondb, README+CHANGELOG updated
      
      Update .gitlab-ci.yml
      
      updating script test...
      
      Updated dl_dep tests
      
      Kreon test (for metadata) backend.
      
      Add command line option for kreon
      
      Resolve CRTP specific function name
      
      Testing Infrastructure for different databases
      
      add path
      
      Reactivated destructors, kreondb is destroyed to reduce CI space
      
      Returning string_view in fs_data added dbbackend property
      
      Adding extra options for kreondb, README+CHANGELOG updated
      
      updating script test...
      
      Updated dl_dep tests
      
      Remove Kreon - Add Parallax
      
      Add Parallax
      
      Add DockerFile
      
      adding parallaxdb option
      
      Docker update
      
      Missing Parallax hpp
      
      Removed Kreon from code, lib conflicts
      
      Updated Parallax master
      
      Updated DockerFile deps
      
      Reformat
      
      Changed Base
      
      Added ps
      
      Reduced Logging and added ps in docker
      
      Add Path
      
      increase testing timeout
      
      Create options.yml automatically
      
      Updated out tests
      e4eebd35
  3. Feb 22, 2022
  4. Feb 11, 2022
  5. Feb 04, 2022
    • Marc Vef's avatar
      GekkoFS daemon can now be restarted without losing its data · 32b81b93
      Marc Vef authored and Ramon Nou's avatar Ramon Nou committed
      A subdirectory is no longer created by default. Therefore, a server restart uses same directory for both data and metadata. Note, that the rootdir can be cleaned with the -c argument. For multiple daemons on one machine, the new argument --rootdir-suffix can be used which creates a subdirectory within the rootdir with a user-defined name. This also allows restarting multiple daemons on one node without losing data.
      32b81b93
  6. Jan 26, 2022
  7. Jun 16, 2021
    • Ramon Nou's avatar
      README update · 73bde2f6
      Ramon Nou authored
      73bde2f6
    • Ramon Nou's avatar
      Moved distributor instantation to RPC_DATA and daemon.cpp on the server side.... · a8dc9c3c
      Ramon Nou authored and Ramon Nou's avatar Ramon Nou committed
      Moved distributor instantation to RPC_DATA and daemon.cpp on the server side. Added interval_map to GuidedDistributor for better performance
      
      Moving reads extended log to normal log module.
      
      Update logging.hpp
      
      Added GKFS prefix to CMake options
      
      Catch2 Guided Distributor test
      
      Added creation of /tmp/guided.txt in the test
      
      updated README.MD and protected Distributor for duplicated inserts
      
      Added metadata + data optimization with #
      a8dc9c3c
  8. Mar 30, 2021
  9. Jan 28, 2021
  10. Dec 07, 2020
  11. Sep 25, 2020
  12. Sep 15, 2020
  13. Sep 10, 2020
  14. Apr 24, 2020
  15. Nov 07, 2019
  16. Nov 04, 2019
  17. Sep 17, 2019
  18. Jun 26, 2019
    • Tommaso Tocci's avatar
      Drop CCI plugin support · 2cce98dd
      Tommaso Tocci authored
      CCI plugin have been tagged as deprecated in the Mercury library. We
      where using it just for verbs, OFI+verbs can be used now as replecement.
      2cce98dd
  19. Apr 25, 2019
  20. Apr 24, 2019
  21. Apr 17, 2019
  22. Apr 03, 2019
  23. Mar 05, 2019
  24. Dec 05, 2018
  25. Nov 22, 2018
  26. Oct 31, 2018
    • Tommaso Tocci's avatar
      use mercury automatic SM routing · c40be81b
      Tommaso Tocci authored
      Mercury now support shared memory autorouting.
      
      A single margo instance can be initialized and it will handle both
      shared memory communication and remote ones.
      
      If the endpoint of the RPC is local mercury will automatically use
      shared memory.
      
      Since there is only one margo instance all the duplicated code for
      rpc/ipc have been unified and simplified considerably.
      
      ------
      
      The way in which client contact the server has changed.
      
       - Server initializes its own margo instance and generate the endpoint
      communication string using `HG_Addr_self`.
       - This endpoint description string is written on the pid file
       - When the client library loads it will fetch the server endpoint
      description from the pid file and will use that to contact the server.
      c40be81b