Skip to content
Snippets Groups Projects
  1. Apr 22, 2015
  2. Apr 21, 2015
  3. Apr 20, 2015
  4. Apr 18, 2015
  5. Apr 17, 2015
  6. Apr 16, 2015
  7. Apr 15, 2015
  8. Apr 14, 2015
  9. Apr 13, 2015
    • Morris Jette's avatar
      Eliminate "Node ping apparently hung" errors · 101570a9
      Morris Jette authored
      The error was being triggered by logic to collect accounting
      information starting and not being completed when testing to
      start a node ping RPC. In other words, the logic wasn't testing
      for the completion of one RPC against the start of that same
      RPC, but against the start of a different RPC. This change
      moves all of the timeout logic into the ping_nodes.c module
      where we can make sure that the timing of different RPCs do
      not get confused with each other.
      bug 1190
      101570a9
  10. Apr 11, 2015
Loading