1. 22 May, 2017 7 commits
    • Brian Christiansen's avatar
      Remove fed ping_thread · ccb3ca93
      Brian Christiansen authored
      Don't need it anymore. Was used to hosw communications between sibling
      clusters.
      ccb3ca93
    • Brian Christiansen's avatar
      Open fed persist conns at time of join federation · a2c416ba
      Brian Christiansen authored
      Previously it was only opening the connections at startup and then if
      had something to send to a sibling that it didn't have a connection to.
      It's better to have them establish the connection when the cluster is
      added to the federation so that it can detect if the cluster is down
      later and the clusters can sync jobs when joing the federation.
      a2c416ba
    • Brian Christiansen's avatar
      f05748f7
    • Brian Christiansen's avatar
      Remove LLC federation flag · a6e19307
      Brian Christiansen authored
      Since moving to a asynchronous model for submitting jobs in the
      federation, LLC doesn't apply anymore. And since LLC was the only flag,
      don't display the federation flags in outputs by default anymore.
      Leaving the variable in the struct in case it is needed later.
      a6e19307
    • Brian Christiansen's avatar
      Remove cluster fedweight · ae0c71d0
      Brian Christiansen authored
      Doesn't apply anymore now that federation communication is asynchronous
      and jobs are submitted to all siblings without regards to a cluster's
      weight.
      ae0c71d0
    • Tim Wickberg's avatar
      Remove redeclaration of SOMAXCONN. · c5a8d606
      Tim Wickberg authored
      I cannot fathom why this was added - this would only have
      influenced something if listen() was implemented as an inline
      function or a macro, which I don't believe has ever been the
      case.
      
      Regardless, on modern Linux systems that limit is set dynamically
      through /proc/sys/net/core/somaxconn.
      c5a8d606
    • Tim Wickberg's avatar
      Remove local refinition of daemon(). · 6f45a2bf
      Tim Wickberg authored
      While not POSIX compliant, BSD and Linux platforms have shipped this
      function for a long time, and slurmctld/slurmdbd/slurmd have actually
      been using the version from libc instead of this local redefinition.
      6f45a2bf
  2. 20 May, 2017 3 commits
  3. 19 May, 2017 1 commit
  4. 18 May, 2017 10 commits
  5. 17 May, 2017 19 commits