[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-11-14 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 4: Build Successful http://jenkins.ovirt.org/job/ovirt_engine_master_compile_checkstyle_gerrit/10890/ : SUCCE

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-11-14 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 4: Build Successful http://jenkins.ovirt.org/job/ovirt_engine_3.3_update_db_to_master_gerrit/920/ : SUCCESS

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-11-14 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: Fix double checking .. core: Fix double checking These getInstance() methods implement a double-checking scheme to initialize the instance static

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-11-14 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 4: Verified+1 Code-Review+2 Rebased, no code changes. -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, v

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-11-14 Thread rgolan
Roy Golan has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Verified+1 Code-Review+2 -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org/set

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-11-14 Thread amureini
Allon Mureinik has restored this change. Change subject: core: Fix double checking .. Restored Restoring after discussion with Roy -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org/

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-10-31 Thread iheim
Itamar Heim has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Roy - so do we say we ignore this findbugs issue, or do we think its correct and should be fixed? one way or the other,

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-10-29 Thread amureini
Allon Mureinik has abandoned this change. Change subject: core: Fix double checking .. Abandoned Stale. -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageTyp

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-10-03 Thread rgolan
Roy Golan has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: there's isn't much here really just fix those 1. make default constructor private (did you look at it? its protected althou

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-10-03 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: @Roy - I didn't understand your bottom line here (gave +1 and then canceled) it. Are you OK with this change or not? C

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-10-03 Thread rgolan
Roy Golan has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: -Code-Review -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerri

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-10-03 Thread rgolan
Roy Golan has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerr

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-18 Thread abonas
Alissa Bonas has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Joining Allon's opinion. -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-18 Thread abonas
Alissa Bonas has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org/settings G

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-18 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: @Roy? your two cents? is this explanation satisfactory? -- To view, visit http://gerrit.ovirt.org/18655 To unsubscri

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-17 Thread yzaslavs
Yair Zaslavsky has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Code-Review+1 I agree with Allon's comment on the class loading. -- To view, visit http://gerrit.ovirt.org/18655 To

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-17 Thread tnisan
Tal Nisan has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Agreed, you just shed this info now so it makes sense not to use it -- To view, visit http://gerrit.ovirt.org/18655 To un

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-17 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: That means the initialization of the class in done during CLASSLOADING. Both these class' initializations access the D

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-16 Thread tnisan
Tal Nisan has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Can't we just change it to have a class static member like Roy offered? Makes more sense to me -- To view, visit http://

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-04 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Actually, if you initialize the instance during class loading, you don't even need to specify it as volatile... --

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-03 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: @Roy - I agree, but that means changing the semantics of these classes, which I'm not too eager to do right now. I t

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-09-01 Thread rgolan
Roy Golan has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: in fact the double check idiom for singletons is obsolete. a static volatile member is enough becuase the class loader is

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Verified+1 Made fixes to previous patch in series, no changes in this one. Disregard the jenkins job - it's a false p

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 3: Verified-1 Build Failed http://jenkins.ovirt.org/job/ovirt_engine_sanity_compile_checkstyle_gerrit/7365/ :

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 2: (1 comment) File backend/manager/modules/bll/src/main/java/org/

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread tnisan
Tal Nisan has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 2: (1 comment) File backend/manager/modules/bll/src/main/java/org/ovirt

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread abonas
Alissa Bonas has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 2: Code-Review+1 (1 comment) File backend/manager/modules/bll/src/ma

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 2: Build Successful http://jenkins.ovirt.org/job/ovirt_engine_sanity_compile_checkstyle_gerrit/7340/ : SUCCES

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 1: Build Successful http://jenkins.ovirt.org/job/ovirt_engine_sanity_compile_checkstyle_gerrit/7332/ : SUCCES

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 2: Verified+1 -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org/settings Ge

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 1: Verified+1 -- To view, visit http://gerrit.ovirt.org/18655 To unsubscribe, visit http://gerrit.ovirt.org/settings Ge

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-08-28 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: Fix double checking .. core: Fix double checking These getInstance() methods implement a double-checking scheme to initialize the instance static member.

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-07-15 Thread amureini
Allon Mureinik has submitted this change and it was merged. Change subject: core: Fix double checking .. core: Fix double checking VdsLoadBalancer.getInstance() implements a double-checking scheme to initialize the instance sta

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-07-15 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 2: Verified; Looks good to me, approved Rebased, no changes. Hopefully to be deleted soon :-) -- To view, visit http:/

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-07-15 Thread lhornyak
Laszlo Hornyak has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 1: Looks good to me, approved Hi Allon, Looks correct, however this class may soon be deleted (hopefuly) http://gerrit.

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-07-14 Thread Gerrit Code Review
oVirt Jenkins CI Server has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 1: Build Successful http://jenkins.ovirt.org/job/ovirt_engine_sanity_compile_checkstyle_gerrit/1623/ : SUCCES

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-07-14 Thread amureini
Allon Mureinik has uploaded a new change for review. Change subject: core: Fix double checking .. core: Fix double checking VdsLoadBalancer.getInstance() implements a double-checking scheme to initialize the instance static memb

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-07-14 Thread amureini
Allon Mureinik has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 1: Verified -- To view, visit http://gerrit.ovirt.org/16810 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerr

[Engine-patches] Change in ovirt-engine[master]: core: Fix double checking

2013-07-14 Thread shavivi
Shahar Havivi has posted comments on this change. Change subject: core: Fix double checking .. Patch Set 1: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/16810 To unsubscribe, visit