Guest User

Untitled

a guest
Jun 5th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. commit bb3c64ab97b1eed23434529fb97b2e3696373aae
  2. Author: Will Benton <willb@redhat.com>
  3. Date: Tue Aug 17 21:31:05 2010 -0500
  4.  
  5. additional logging
  6.  
  7. commit 1a601e40f1e39cf0246f08c1a2844ef79c3f3061
  8. Author: Will Benton <willb@redhat.com>
  9. Date: Tue Aug 17 16:17:05 2010 -0500
  10.  
  11. removed dead code in InconsistencyDetecting.rb
  12.  
  13. commit ec285d8efd6cd5c83f9a96357c882fa38f1752f5
  14. Author: Will Benton <willb@redhat.com>
  15. Date: Tue Aug 17 15:43:51 2010 -0500
  16.  
  17. Removed QMF console from wallaby-agent.
  18.  
  19. w-a had a console to ensure that two w-a processes could not run
  20. against the same broker. However, because the act of checking for
  21. another w-a and starting up a w-a is not atomic, this introduced
  22. a rare but unavoidable race. Since all wallaby agents will have
  23. the same agent label, at most one can exist on any broker. Because
  24. the added console did not introduce any safety (due to the race
  25. and to the fact that the broker will prevent multiple wallaby agents
  26. from coexisting, atomically) but did introduce performance problems
  27. (due to the console having to handle management events), it was
  28. a good candidate for removal.
  29.  
  30. I am reasonably confident that pmackinn's original observation of
  31. two w-as on the same broker was due to an older version of
  32. wallaby-agent (with a different agent label) running at the same time
  33. as an agent with the current label.
  34.  
  35. commit f93b9b97174b84abf6765d5854d7d51b314274d9
  36. Author: Will Benton <willb@redhat.com>
  37. Date: Mon Aug 16 21:32:37 2010 -0500
  38.  
  39. Updated specfile for 0.9.4; retrieving my mask from C. Brown.
  40.  
  41. commit e6c3d68873e49a2510d13fcb97bf617e3aff973f
  42. Author: Will Benton <willb@redhat.com>
  43. Date: Mon Aug 16 21:30:40 2010 -0500
  44.  
  45. Version bump to 0.9.4
  46.  
  47. commit 6552adb05650f3300b999ff45fb941a6c0e0a858
  48. Author: Will Benton <willb@redhat.com>
  49. Date: Mon Aug 16 21:30:25 2010 -0500
  50.  
  51. added explicit requires for optparse module
  52.  
  53. commit 69cc00ed2f45d7d8fe03cc2fb123bb23bef2bd97
  54. Author: Will Benton <willb@redhat.com>
  55. Date: Mon Aug 16 16:01:44 2010 -0500
  56.  
  57. updated specfile for 0.9.3
  58.  
  59. commit e71d27ff33a273220e70f6250d9296ac0f12bce9
  60. Author: Will Benton <willb@redhat.com>
  61. Date: Mon Aug 16 16:00:23 2010 -0500
  62.  
  63. Version bump to 0.9.3
  64.  
  65. commit 448abbc5c2d35a57a6443a58b50e11df5061e0de
  66. Author: Will Benton <willb@redhat.com>
  67. Date: Mon Aug 16 16:00:06 2010 -0500
  68.  
  69. Fixes BZ 622856 by removing spurious inclusion of mrg/grid/config.rb from config-client.rb.
  70.  
  71. commit 56a87edae28963b660a5833b65f7676ffb120d63
  72. Author: Will Benton <willb@redhat.com>
  73. Date: Mon Aug 16 08:28:03 2010 -0500
  74.  
  75. Fix for inconsistent behavior in Feature#modifyParams.
  76.  
  77. Previously, non-string param values would result in the feature using
  78. the default value for that param. Now, only 0 denotes the default value.
  79. Other non-string values will raise a warning in the store log and then
  80. be converted to a string, which will be the value for the given param.
  81.  
  82. commit 9c6bf174c9f72dfda09b2c13c04bbaf7161786df
  83. Author: Will Benton <willb@redhat.com>
  84. Date: Mon Aug 16 08:15:37 2010 -0500
  85.  
  86. Fixed typo in Node#modifyMemberships failure case.
  87.  
  88. commit f45385d49a762efd987202c781b0e6ea15028af3
  89. Author: Will Benton <willb@redhat.com>
  90. Date: Wed Aug 11 10:42:15 2010 -0500
  91.  
  92. fix for unusual SQL bug in configuration versioning
  93.  
  94. commit c9e63a4bc951f6e4ecbde092b1f20b14681e22b4
  95. Author: Will Benton <willb@redhat.com>
  96. Date: Fri Aug 6 10:17:50 2010 -0500
  97.  
  98. logging in transitive closure routines
  99.  
  100. commit bb7455103c988ba3b71663ba971e0876d5f81a1f
  101. Author: Will Benton <willb@redhat.com>
  102. Date: Fri Aug 6 10:17:32 2010 -0500
  103.  
  104. wallaby-load now will skip validation.
  105.  
  106. commit a56971e1ea5940e61d697a5456a337431be7f993
  107. Author: Will Benton <willb@redhat.com>
  108. Date: Fri Aug 6 09:30:44 2010 -0500
  109.  
  110. added skip_validation option to arc-modification routines
  111.  
  112. commit c92ae36c63528366dac4195b1a6fbf0243a413ee
  113. Author: Will Benton <willb@redhat.com>
  114. Date: Fri Aug 6 02:56:33 2010 -0500
  115.  
  116. Faster transitive closure, depends on graphs actually being DAGs. Breaks detailed error reporting.
  117.  
  118. commit 4de5a761fc3b5a5c7eb2fbc1de499602e8db10d4
  119. Author: Will Benton <willb@redhat.com>
  120. Date: Tue Aug 3 10:16:44 2010 -0500
  121.  
  122. updated rpm spec
Add Comment
Please, Sign In to add comment