Change in vdsm[master]: concurrent: Add Barrier class

2015-07-30 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: concurrent: Add Barrier class .. concurrent: Add Barrier class Barrier synchronizes multiple threads. The barrier is created in closed state, blocking

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-30 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 15: * Update tracker::IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit ht

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-30 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 14: Code-Review+2 (1 comment) https://gerrit.ovirt.org/#/c/42927/14/lib/vdsm/concurrent.py File lib/vdsm/concurrent.

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-28 Thread ibarkan
Ido Barkan has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 14: Code-Review+1 looks good. -- To view, visit https://gerrit.ovirt.org/42927 To unsubscribe, visit https://gerrit.ovi

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-28 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 14: Verified+1 This version add the missing test for wait without a timeout. -- To view, visit https://gerrit.ovirt.org

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-28 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 14: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-28 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 13: Verified+1 This version improve readability and correctness, by using enums for barrier state, instead of boolean va

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-28 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 13: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-27 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 12: Verified+1 This version improve readability and documentation. -- To view, visit https://gerrit.ovirt.org/42927 To

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-27 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 11: (1 comment) https://gerrit.ovirt.org/#/c/42927/11/lib/vdsm/concurrent.py File lib/vdsm/concurrent.py: Line 73:

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-27 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 11: (2 comments) https://gerrit.ovirt.org/#/c/42927/11/tests/concurrentTests.py File tests/concurrentTests.py: Line 60:

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-27 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 12: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-27 Thread ibarkan
Ido Barkan has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 11: (1 comment) https://gerrit.ovirt.org/#/c/42927/11/lib/vdsm/concurrent.py File lib/vdsm/concurrent.py: Line 73:

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-27 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 11: (2 comments) https://gerrit.ovirt.org/#/c/42927/11/lib/vdsm/concurrent.py File lib/vdsm/concurrent.py: Line 57: Li

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-27 Thread ibarkan
Ido Barkan has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 11: Code-Review-1 (4 comments) cool. -1 just for visibility. mostly nits. https://gerrit.ovirt.org/#/c/42927/11/lib/vds

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-19 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 11: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-17 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 10: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-16 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 9: Verified+1 -- To view, visit https://gerrit.ovirt.org/42927 To unsubscribe, visit https://gerrit.ovirt.org/settings

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-16 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 9: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-16 Thread alitke
Adam Litke has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 8: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/42927 To unsubscribe, visit https://gerrit.ovirt.org/setting

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-16 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 8: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-15 Thread dkuznets
Dima Kuznetsov has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 7: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/42927 To unsubscribe, visit https://gerrit.ovirt.org/set

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-14 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 6: (1 comment) https://gerrit.ovirt.org/#/c/42927/6/tests/concurrentTests.py File tests/concurrentTests.py: Line 80:

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-14 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 7: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-13 Thread fromani
Francesco Romani has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 6: (1 comment) https://gerrit.ovirt.org/#/c/42927/6/tests/concurrentTests.py File tests/concurrentTests.py: Line

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-13 Thread fromani
Francesco Romani has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 6: Code-Review+1 seems OK and nicely tested -- To view, visit https://gerrit.ovirt.org/42927 To unsubscribe, visi

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 6: Verified+1 -- To view, visit https://gerrit.ovirt.org/42927 To unsubscribe, visit https://gerrit.ovirt.org/settings

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 5: (1 comment) https://gerrit.ovirt.org/#/c/42927/5/lib/vdsm/concurrent.py File lib/vdsm/concurrent.py: Line 58:

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 6: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread fabiand
Fabian Deutsch has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 5: (2 comments) https://gerrit.ovirt.org/#/c/42927/5/lib/vdsm/concurrent.py File lib/vdsm/concurrent.py: Line 62: b

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread alitke
Adam Litke has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 5: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/42927 To unsubscribe, visit https://gerrit.ovirt.org/setting

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 5: Verified+1 -- To view, visit https://gerrit.ovirt.org/42927 To unsubscribe, visit https://gerrit.ovirt.org/settings

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 5: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 4: (3 comments) https://gerrit.ovirt.org/#/c/42927/4/lib/vdsm/concurrent.py File lib/vdsm/concurrent.py: Line 29: Line

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread alitke
Adam Litke has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 4: (3 comments) https://gerrit.ovirt.org/#/c/42927/4/lib/vdsm/concurrent.py File lib/vdsm/concurrent.py: Line 29: Line

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-10 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 4: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-04 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 3: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-04 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 2: Verified+1 This version replace the CountedEvent with a Barrier, which has a simpler interface but is more useful. -

Change in vdsm[master]: concurrent: Add Barrier class

2015-07-04 Thread automation
automat...@ovirt.org has posted comments on this change. Change subject: concurrent: Add Barrier class .. Patch Set 2: * Update tracker::IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches