An error occurred fetching the project authors.
  1. 26 Mar, 2018 1 commit
    • Boxiang Sun's avatar
      CMFActivity: Use a random value for activity uids · e1549361
      Boxiang Sun authored
      Sequential number generators stored in a fixed-size format eventually run
      out of values. But activity queues only care about what activities are
      currently present: any uid can be reused as soon as it is available.
      So stop using a sequential id generator for activity uids, and instead use
      random values.
      
      Vincent Pelletier:
      - Commit message.
      - Minor formatting changes.
      - Do probability computations, and increase activity uid storage size to
        64bits integers, up from 32. Table schema migration happens on first
        activity node which starts on upgraded code.
      - Apply to SQLJobLib too.
      e1549361
  2. 15 Mar, 2018 1 commit
  3. 06 Mar, 2018 1 commit
    • Hardik Juneja's avatar
      CMFActivity: Use CMFActivity as a backend for joblib · d2c88bd6
      Hardik Juneja authored
      This commit:
      
      - Adds a new Activity called "SQLJoblib"
      - Adds a Backend to be used by joblib
      - Uses OOBTree to store results instead of ConflictFreeLog
      - Adds a getResultDict API to fetch resut Dict
      
      It uses the original work from rafael@nexedi.com and loic.esteve@inria.fr
      d2c88bd6