Skip to content
Snippets Groups Projects
  1. Nov 23, 2011
  2. Nov 16, 2011
    • Iustin Pop's avatar
      htools: rework message display construction · bdd8c739
      Iustin Pop authored
      
      While diagnosing some (unrelated) memory usage in htools, I've
      stumbled upon some very bad behaviour in checkData: mapAccum is
      non-strict, and the tuple we use also, so that results in the list of
      list of messages being very bad space-wise (hundreds of MB of memory
      for a simulated cluster with thousands of nodes, all with errors).
      
      The new, explicit reuse of the old message list has a linear memory
      behaviour. The only downside is that messages are listed in the
      reverse order (which I'll fix on master).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      bdd8c739
    • Iustin Pop's avatar
      hbal: handle empty node groups · 2072221f
      Iustin Pop authored
      
      This patch changes an internal assert (which can only be triggered
      when a node group is empty) into properly handling this case (and
      returning empty node/instance lists).
      
      While we could handle this in the backend (Cluster.splitNodeGroup)
      this would actually mean than we change the behaviour for a cluster
      with just two node groups, once of which is empty (where today we
      don't require a node group argument).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      2072221f
  3. Nov 15, 2011
  4. Nov 08, 2011
  5. Nov 04, 2011
  6. Oct 27, 2011
  7. Oct 26, 2011
  8. Oct 21, 2011
  9. Oct 20, 2011
  10. Oct 19, 2011
  11. Oct 18, 2011
  12. Oct 17, 2011
  13. Oct 12, 2011
  14. Oct 07, 2011
  15. Oct 04, 2011
  16. Oct 03, 2011
  17. Sep 30, 2011
  18. Sep 28, 2011
  19. Sep 22, 2011
Loading