Re: devcloud - new version (0.2) ready for testing

2014-02-25 Thread chris snow
Hi Ian, I have updated the release page with github download links for the box. Many thanks, Chris On Tue, Feb 25, 2014 at 7:04 AM, chris snow wrote: > Hi Ian, > > Thanks for the link - I'm uploading to dropbox now (2 hours remaining). > > I'll also take a look at sourceforge or github (althou

Build failed in Jenkins: build-master-noredist #2356

2014-02-25 Thread jenkins
See -- Started by upstream project "build-master" build number 355 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudst

RE: cidrs in acls

2014-02-25 Thread Kishan Kavala
Daan, I looked at the code in acl-item-cidrs. Persisting cidrs in separate table looks good. Pending items: 1. All references to NetworkACLItemVO.getSourceCidrList() should call NetworkACLItemDao.loadCidrs. Cidr list won't be available otherwise. 2. Migration code should be added to upgrade pa

Re: Yet another mail on code quality

2014-02-25 Thread Rajani Karuturi
intellij findbugs plugin can be downloaded @ http://plugins.jetbrains.com/plugin/3847 once its installed, you can right click on the file -> FindBugs -> Analyze current file This will show the results in the find bugs console with a nice explanation for each error. you could also run $mvn findb

Build failed in Jenkins: build-master-slowbuild #302

2014-02-25 Thread jenkins
See -- [...truncated 17678 lines...] Running com.cloud.gate.testcase.BaseTestCase Configure log4j with default properties Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s

Re: Yet another mail on code quality

2014-02-25 Thread Abhinandan Prateek
Hugo, It will benefit the community if you can advise on how to setup the find bug tool. Is there a wiki on how to use find bug ? I know some tools that you can install on eclipse, but not sure about intellij etc. -abhi On 24/02/14 9:44 pm, "Hugo Trippaers" wrote: >Guys, > >Please pay atten

Re: Review Request 17999: Added few changes for CLOUDSTACK-5674

2014-02-25 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17999/#review35517 --- Ship it! Ship It! - Girish Shilamkar On Feb. 25, 2014, 12:24 p.m

Re: Review Request 17999: Added few changes for CLOUDSTACK-5674

2014-02-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17999/#review35516 --- Commit 23e059b1b903bff84155a116432ef02bfd078d9d in cloudstack's bran

Re: Need jira item privileges

2014-02-25 Thread Girish Chaudhari
I could assign the jira to myself. Thanks, On Wed, Feb 26, 2014 at 9:58 AM, David Nalley wrote: > On Tue, Feb 25, 2014 at 11:20 PM, Girish Chaudhari > wrote: > > > > > > Hi Team, > > > > Can someone grant me privileges to assign the jira item CLOUDSTACK-2697 > to > > myself. > > > > Thanks, >

RE: 4.4 Feature Freeze

2014-02-25 Thread Sateesh Chodapuneedi
> -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: 26 February 2014 04:46 > To: dev@cloudstack.apache.org > Subject: Re: 4.4 Feature Freeze > > I think this is a good idea, Animesh (to push out feature freeze to 3/28). +1 to move 4.4 feature freeze d

Re: Need jira item privileges

2014-02-25 Thread David Nalley
On Tue, Feb 25, 2014 at 11:20 PM, Girish Chaudhari wrote: > > > Hi Team, > > Can someone grant me privileges to assign the jira item CLOUDSTACK-2697 to > myself. > > Thanks, Done

Need jira item privileges

2014-02-25 Thread Girish Chaudhari
Hi Team, Can someone grant me privileges to assign the jira item CLOUDSTACK-2697 to myself. Thanks, -- *Girish Chaudhari* ● Senior Engineer - Product Development ● SunGard Availability Services, India ● Mobile: +91 9890647815 ● Email: girish.chaudh...@sungard.com ● Website: http://www.sungarda

RE: Confluence edit permissions

2014-02-25 Thread Alex Huang
We could add an [ACCESS] tag or something like it so people can filter it out since majority of the list are not admin on the wiki or jira. --Alex > -Original Message- > From: David Nalley [mailto:da...@gnsa.us] > Sent: Tuesday, February 25, 2014 5:53 PM > To: dev@cloudstack.apache.org >

Build failed in Jenkins: build-master-slowbuild #301

2014-02-25 Thread jenkins
See Changes: [min.chen] Provide separate option for Windows Server 2012 R2 as -- [...truncated 17678 lines...] Running com.cloud.gate.testcase.BaseTestCase Configure log4j with default

Re: [Merge]Please cherry pick below commits from 4.3 to 4.3-forward

2014-02-25 Thread Mike Tutkowski
Ah :) That makes sense then. On Tue, Feb 25, 2014 at 5:38 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > > He meant the other way. > > > Thanks > Animesh > -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkow...@solidfire.com o: 303.746.7302 Adva

Re: [VOTE] Apache CloudStack 4.3.0 (sixth round)

2014-02-25 Thread Chiradeep Vittal
So how do you now Œprovide¹ the jdbc connector on a Mac? mvn -Pdeveloper -pl developer -Ddeploydb-simulator Š SQL exception in trying initDB: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/ On 2/21/14, 5:56 AM, "Hugo Trippaers" wrote: > >Heya, > >Just pushed c

Re: Confluence edit permissions

2014-02-25 Thread David Nalley
Nope - this is the way to get it done. Things happen on dev@ by default within projects at the ASF On Tue, Feb 25, 2014 at 6:38 PM, SuichII, Christopher wrote: > Thanks Daan! While the topic is up, does anyone know if there is a more > appropriate way for people to request access to the wiki th

Re: [Merge]Please cherry pick below commits from 4.3 to 4.3-forward

2014-02-25 Thread Animesh Chaturvedi
He meant the other way. Thanks Animesh

Re: Anti-patterns

2014-02-25 Thread Marcus
That's exactly what the resource tag issue was, actually, now that you mention it. It was adding resource tag objects into a Set, and since the objects themselves were unique, but represented duplicate resource tags, we ended up with duplicates. Implementing equals() and hashCode() in the resource

RE: [DISCUSS] Policy blocker?

2014-02-25 Thread Animesh Chaturvedi
Folks since the liability of Release manager has been called out explicitly for the release I want to call out that I cannot take personal liability for a release and I am not sure why would anyone else in Release Manager role will take up personal liability. I don't see anything called out in

Build failed in Jenkins: build-master-slowbuild #300

2014-02-25 Thread jenkins
See Changes: [jessicawang] BUG-ID: CLOUDSTACK-6162: UI > zone > physical network > service provider > add OVS. [laszlo.hornyak] replace String != operation with .equals [laszlo.hornyak] Fixed some resource files issues, na

Re: Review Request 17888: Dispatcher corrections, refactoring and tests. Corrects problems from previous attempt

2014-02-25 Thread Alena Prokharchyk
Antonio, please see inline. On 2/25/14, 3:47 PM, "Antonio Fornié Casarrubios" wrote: >Hi Alena, > >Thanks for the review and comments. > >We expect two kinds of parameters: >1. Generic parameters as you mention. I include several already (command, >sessionKey, domain...), but I assumed I could b

Re: Review Request 17888: Dispatcher corrections, refactoring and tests. Corrects problems from previous attempt

2014-02-25 Thread Antonio Fornié Casarrubios
Hi Alena, Thanks for the review and comments. We expect two kinds of parameters: 1. Generic parameters as you mention. I include several already (command, sessionKey, domain...), but I assumed I could be missing some. I will add the ones you mention and I will appreciate if other people can also

Re: Anti-patterns

2014-02-25 Thread Kelven Yang
Having equals() and hashCode() at the same time and in consistent is important when objects are used as keys in collections. I remember that we ran into issues in CloudStack a long time ago when some of these basic rules were broken Kelven On 2/25/14, 3:13 PM, "Mike Tutkowski" wrote: >This is a

Re: Confluence edit permissions

2014-02-25 Thread SuichII, Christopher
Thanks Daan! While the topic is up, does anyone know if there is a more appropriate way for people to request access to the wiki than spamming the dev list (like I’m doing now)? -- Chris Suich chris.su...@netapp.com NetApp Software Engineer Data Center Platforms – Cloud Solutions Citrix, Cisco

Re: devcloud - can't mount 192.168.56.10:/opt/storage/secondary/template/tmpl/1/1

2014-02-25 Thread chris snow
I have re-checked Rohit's blog page and also checked the devcloud2 box, and I have mistakenly thought that the line beginning with '$ #preseed ..' was a comment, but instead it seems to be another step that I needed to perform. The steps on Rohit's blog are: $ mkdir -p /opt/storage/secondary

Re: [Merge]Please cherry pick below commits from 4.3 to 4.3-forward

2014-02-25 Thread Mike Tutkowski
Just curious about cherry picking here. I was under the impression we only send requests to cherry pick from, say, 4.3-forward to 4.3 and that going from 4.3 to 4.3-forward does not require such a request. On Tue, Feb 25, 2014 at 3:04 PM, Frank Zhang wrote: > commit 20efa0c8a6b83c6590eab48fefac

Re: 4.4 Feature Freeze

2014-02-25 Thread Mike Tutkowski
I think this is a good idea, Animesh (to push out feature freeze to 3/28). I also agree we should discuss 4+ month development cycles again. On Tue, Feb 25, 2014 at 3:43 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > I will start a separate discussion on 4 month cycle or longe

Re: Anti-patterns

2014-02-25 Thread Mike Tutkowski
This is a good summary of the equals and hashCode methods: 1. If object1 and object2 are equal according to their equals() method, they must also have the same hash code. 2. If object1 and object2 have the same hash code, they do NOT have to be equal too. >From http://tutorials.jenko

Re: [PROPOSAL] Windowsfication Of ACS

2014-02-25 Thread Kelven Yang
Current way of mounting NFS into management server is the legacy of the rushing old days when VMware support was originally built. To get rid of NFS mount in management server, we should file it as a feature request along with the Windowsfication effort Kelven On 2/25/14, 1:54 PM, "Alex Huang" w

Re: Anti-patterns

2014-02-25 Thread Kelven Yang
http://passanyinterview.com/top-101-core-java-interview-questions/ Kelven On 2/25/14, 2:07 PM, "Marcus" wrote: >Also keep in mind that with an Object or custom objects that extend it, >doing > >if (obj.equals(thing)) > >is usually the same as: > >if (obj == thing) > >Since the Object.e

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-25 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18310/#review35481 --- Ship it! After discussion, we found it's due to ack to DHCPINFORM r

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-25 Thread Sheng Yang
Yes, that make sense. DHCPINFORM wouldn't limited by "static", and seems Windows likes using it. Would apply the patch. Thanks. --Sheng On Mon, Feb 24, 2014 at 10:53 PM, Joris van Lieshout wrote: > Hi Sheng, > > Based on your feedback I did some testing and it appears that the issue is > not

RE: 4.4 Feature Freeze

2014-02-25 Thread Animesh Chaturvedi
I will start a separate discussion on 4 month cycle or longer, but wanted to call out one more important date. We have a last day for feature proposal date which is typically a month before feature freeze date. If following 4.3 schedule + 4 month it would have been 2/14 and we are already past

Re: Review Request 16385: Fix for CloudStack JIRA 4406

2014-02-25 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16385/#review35477 --- Ship it! b0c6d4734724358df97b6fa4d8c5beb0f447745e - daan Hoogland

Re: Review Request 18432: Fixed some resource files issues

2014-02-25 Thread Brian Federle
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18432/#review35476 --- Ship it! Ship It! - Brian Federle On Feb. 24, 2014, 5:47 p.m., K

Re: Review Request 16385: Fix for CloudStack JIRA 4406

2014-02-25 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16385/#review35475 --- Ship it! b0c6d4734724358df97b6fa4d8c5beb0f447745e - daan Hoogland

Re: Anti-patterns

2014-02-25 Thread Marcus
Also keep in mind that with an Object or custom objects that extend it, doing if (obj.equals(thing)) is usually the same as: if (obj == thing) Since the Object.equals() method by default says something like: public boolean equals(Object other) { return this == other;

[Merge]Please cherry pick below commits from 4.3 to 4.3-forward

2014-02-25 Thread Frank Zhang
commit 20efa0c8a6b83c6590eab48fefac81b72b2082a9 Author: Frank.Zhang Date: Mon Feb 24 13:30:24 2014 -0800 CLOUDSTACK-6155 Baremetal agent RPM missing in spec file commit c1806bd873fe661756aeee94b25339c25f9724a5 Author: Frank.Zhang Date: Fri Feb 21 13:22:55 2014 -0800 CLOUDSTACK-

Re: developers and mysql

2014-02-25 Thread Hugo Trippaers
We are already pretty much locked in as all our database scripts are MySQL specific. If we want to be neutral we should fix that. Cheers, Hugo Sent from my iPhone > On 25 feb. 2014, at 22:57, David Nalley wrote: > > git blame showed that it came from the HA/replication work from Damoder. > I

Re: developers and mysql

2014-02-25 Thread Hugo Trippaers
Commit 67fc2f53 Cheers, Hugo Sent from my iPhone > On 25 feb. 2014, at 22:44, Alex Huang wrote: > > Who added the dependency on mysql for framework-db? We actually worked hard > to keep that depending on jdbc only. It should not depend on mysql. We need > to fix that. > > --Alex > >> -

Re: developers and mysql

2014-02-25 Thread David Nalley
git blame showed that it came from the HA/replication work from Damoder. I didn't speak up at the time, but I am really reluctant for mysql-specific features to sneak in and lock us in. On Tue, Feb 25, 2014 at 4:44 PM, Alex Huang wrote: > Who added the dependency on mysql for framework-db? We ac

RE: [PROPOSAL] Windowsfication Of ACS

2014-02-25 Thread Alex Huang
Damodar, I think you'll find that earlier in the thread I have said that these should not be part of the management server startup but rather the install. The install scripts for Linux is probably python or shell script based. The install for windows is an app that can do this work. Other

RE: Confluence edit permissions

2014-02-25 Thread Alex Huang
Thanks! --Alex > -Original Message- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Tuesday, February 25, 2014 12:50 PM > To: dev > Subject: Re: Confluence edit permissions > > csuich2 is added > > @Alex: go to browse -> space admin -> permissions > > On Tue, Feb 25, 201

RE: developers and mysql

2014-02-25 Thread Alex Huang
Who added the dependency on mysql for framework-db? We actually worked hard to keep that depending on jdbc only. It should not depend on mysql. We need to fix that. --Alex > -Original Message- > From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers > Sent: Tuesday, Feb

Re: Review Request 17888: Dispatcher corrections, refactoring and tests. Corrects problems from previous attempt

2014-02-25 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17888/#review35466 --- Also please change the level of the log from WARN to DEBUG. When inc

Re: Review Request 17888: Dispatcher corrections, refactoring and tests. Corrects problems from previous attempt

2014-02-25 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17888/#review35465 --- Antonio, I see a lot of following statements in the log: WARN [c.c

Re: developers and mysql

2014-02-25 Thread Mike Tutkowski
Ah, not back ported to 4.3...that will do it. :) On Tue, Feb 25, 2014 at 1:59 PM, John Kinsella wrote: > Ah - don't think that's been cherry-picked yet to 4.3... > > On Feb 25, 2014, at 12:23 PM, Mike Tutkowski > wrote: > > I should point out that I'm havin

RE: 4.4 Feature Freeze

2014-02-25 Thread Animesh Chaturvedi
With the experience of 4.2 and 4.3 I think we should discuss if we can realistically achieve 4 month cycle our RCs take 2 months. I was going to open up the discussion after 4.3 is shipped though. > -Original Message- > From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaer

Re: status of 4.3?

2014-02-25 Thread John Kinsella
I created https://reviews.apache.org/r/18392/ as I think that’ll fix it, but worried I’m breaking something else that I’m not testing… On Feb 25, 2014, at 12:42 PM, David Nalley wrote: > Agreed - thats a blocker (and I've elevated it to such) We're already > doing pom surgery, so a bit more sho

Re: developers and mysql

2014-02-25 Thread Mike Tutkowski
After examining the output more, I noticed that a lot of tests were run, but at the very end this warning was printed: [WARNING] The requested profile "deps" could not be activated because it does not exist. On Tue, Feb 25, 2014 at 1:30 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote:

Re: developers and mysql

2014-02-25 Thread John Kinsella
Ah - don’t think that’s been cherry-picked yet to 4.3... On Feb 25, 2014, at 12:23 PM, Mike Tutkowski mailto:mike.tutkow...@solidfire.com>> wrote: I should point out that I'm having this issue on 4.3 (haven't tried to run master in a couple weeks). On Tue, Feb 25, 2014 at 1:16 PM, Mike Tutkows

Re: Review Request 18432: Fixed some resource files issues

2014-02-25 Thread Laszlo Hornyak
Sure, just wanted to give time to module owners to take a look. On Tue, Feb 25, 2014 at 9:50 PM, David Nalley wrote: >This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18432/ > > On February 25th, 2014, 7:42 p.m. UTC, *Laszlo Hornyak* wrote: > > Chec

Re: Review Request 18432: Fixed some resource files issues

2014-02-25 Thread David Nalley
> On Feb. 25, 2014, 7:42 p.m., Laszlo Hornyak wrote: > > Checked, looks good. Ok to merge? You are a committer, Laszlo - if it looks good to you, you have the karma to push. - David --- This is an automatically generated e-mail. To re

Re: Confluence edit permissions

2014-02-25 Thread Daan Hoogland
csuich2 is added @Alex: go to browse -> space admin -> permissions On Tue, Feb 25, 2014 at 7:39 PM, Alex Huang wrote: > I was going to help Chris with this but turns out with the new wiki, I don't > know how to make myself an administrator any more (or my privilege has been > revoked?). Anyon

Re: 4.4 Feature Freeze

2014-02-25 Thread David Nalley
Even better :) On Tue, Feb 25, 2014 at 3:30 PM, Daan Hoogland wrote: > I think Hugo stepped up (incriminating me in the process). I will talk > to him about sharing the burdon for both the releases. > > On Tue, Feb 25, 2014 at 6:02 PM, David Nalley wrote: >> Though I'll point out no one has step

Re: status of 4.3?

2014-02-25 Thread David Nalley
Agreed - thats a blocker (and I've elevated it to such) We're already doing pom surgery, so a bit more shouldn't be too troublesome. --David On Tue, Feb 25, 2014 at 3:21 PM, John Kinsella wrote: > > On Feb 25, 2014, at 3:06 AM, Daan Hoogland wrote: > >> On Tue, Feb 25, 2014 at 11:32 AM, Nux! w

Re: 4.4 Feature Freeze

2014-02-25 Thread Daan Hoogland
I think Hugo stepped up (incriminating me in the process). I will talk to him about sharing the burdon for both the releases. On Tue, Feb 25, 2014 at 6:02 PM, David Nalley wrote: > Though I'll point out no one has stepped up to RM 4.4 (or 4.3.1). If > all else fails and no one else steps up, I'll

Re: developers and mysql

2014-02-25 Thread Mike Tutkowski
Unfortunately I get the same result after running "mvn -P deps". I've tried it on both Ubuntu 12.04 and Mac OS X 10.8.3. Same results: ERROR [c.c.u.d.Merovingian2] (main:null) Unable to get a new db connection java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/cloud?a

Re: developers and mysql

2014-02-25 Thread Mike Tutkowski
No, let me try that now. Thanks On Tue, Feb 25, 2014 at 1:22 PM, John Kinsella wrote: > Did you re-run mvn -P deps? > > On Feb 25, 2014, at 12:16 PM, Mike Tutkowski > wrote: > > I'm still getting the following error: > > ERROR [c.c.u.d.Merovingian2] (main:n

Re: developers and mysql

2014-02-25 Thread Mike Tutkowski
I should point out that I'm having this issue on 4.3 (haven't tried to run master in a couple weeks). On Tue, Feb 25, 2014 at 1:16 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I'm still getting the following error: > > > ERROR [c.c.u.d.Merovingian2] (main:null) Unable to get a new

Re: developers and mysql

2014-02-25 Thread John Kinsella
Did you re-run mvn -P deps? On Feb 25, 2014, at 12:16 PM, Mike Tutkowski mailto:mike.tutkow...@solidfire.com>> wrote: I'm still getting the following error: ERROR [c.c.u.d.Merovingian2] (main:null) Unable to get a new db connection java.sql.SQLException: No suitable driver found for jdbc:mysql:

Re: status of 4.3?

2014-02-25 Thread John Kinsella
On Feb 25, 2014, at 3:06 AM, Daan Hoogland wrote: > On Tue, Feb 25, 2014 at 11:32 AM, Nux! wrote: >> there are going to be any dramatic last minute changes. > > > nothing functional, just packaging (some jars will become prerequisites) > Personally, I’d consider CLOUDSTACK-6156 a blocker on

Re: developers and mysql

2014-02-25 Thread Mike Tutkowski
I'm still getting the following error: ERROR [c.c.u.d.Merovingian2] (main:null) Unable to get a new db connection java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/cloud?autoReconnect=true&prepStmtCacheSize=517&cachePrepStmts=true I built using "mvn -P developer,syst

Re: developers and mysql

2014-02-25 Thread John Kinsella
Yep that works - thanks! Will close 6157. On Feb 25, 2014, at 3:33 AM, Hugo Trippaers mailto:h...@trippaers.nl>> wrote: Heya, Just pushed a change that will make the database work again. :-) @Alex. The mysql jar used to be pulled in as a dependency from framework-db. As the client target is

Re: 4.4 Feature Freeze

2014-02-25 Thread Mike Tutkowski
That would be the way to go - yes. On Tue, Feb 25, 2014 at 1:06 PM, Will Stevens wrote: > If we plan to add a feature to 4.4, should the patch be based off the > current master (which is currently setup for 4.4)? > > Thanks, > > Will > > > On Tue, Feb 25, 2014 at 11:50 AM, Hugo Trippaers > wro

Re: 4.4 Feature Freeze

2014-02-25 Thread Will Stevens
If we plan to add a feature to 4.4, should the patch be based off the current master (which is currently setup for 4.4)? Thanks, Will On Tue, Feb 25, 2014 at 11:50 AM, Hugo Trippaers wrote: > Hey, > > If we stick to our 4 month release schedule the feature freeze is four > months after the fe

Re: Review Request 18432: Fixed some resource files issues

2014-02-25 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18432/#review35443 --- Checked, looks good. Ok to merge? - Laszlo Hornyak On Feb. 24, 20

RE: Anti-patterns

2014-02-25 Thread Suresh Sadhu
Thanks Hugo for sharing this valuable info. And also it provides "Different" output when value crosses the Int range public class App { public static void main(String[] args) { Integer a = 128; Integer b = 128; if (a == b) {

Review Request 18480: Support managed storage for root disks

2014-02-25 Thread Mike Tutkowski
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18480/ --- Review request for cloudstack. Bugs: CLOUDSTACK-6170 https://issues.apache.

Re: Review Request 14904: Support managed storage for root disks

2014-02-25 Thread Mike Tutkowski
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14904/ --- (Updated Feb. 25, 2014, 7:14 p.m.) Review request for cloudstack. Bugs: CLOUD

Review Request 14904: Support managed storage for root disks

2014-02-25 Thread Mike Tutkowski
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14904/ --- Review request for cloudstack. Summary (updated) - Support man

RE: Anti-patterns

2014-02-25 Thread Edison Su
That's why I move to Scala, == means what it should be:) Thanks for the sharing. > -Original Message- > From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers > Sent: Tuesday, February 25, 2014 5:41 AM > To: > Subject: Anti-patterns > > Anti-pattern: > An anti-pattern (or a

RE: Confluence edit permissions

2014-02-25 Thread Alex Huang
I was going to help Chris with this but turns out with the new wiki, I don't know how to make myself an administrator any more (or my privilege has been revoked?). Anyone know how to do it? --Alex > -Original Message- > From: SuichII, Christopher [mailto:chris.su...@netapp.com] > Sent:

Re: Who committed this?

2014-02-25 Thread David Nalley
> > There is no signed-off included in the commit? > > > Cheers, > > Hugo Where did you see this? The commit logs record committer, it's just that the default pretty format option only shows medium output (author, date, and one line of description) If you run git log with the --pretty=full it wi

Re: CLOUDSTACK-5663

2014-02-25 Thread Alena Prokharchyk
Thank you, Dave. Saurav, I¹ve assigned the bug to you. -Alena. On 2/25/14, 10:15 AM, "David Nalley" wrote: >> As for the bug, you need to be added to the Jira users DB in order to >> become an assignee. Whoever administers Jira, can you please do it? >> > > >Done > >--David

Re: Review Request 18358: NetUtils unit testing

2014-02-25 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18358/#review35430 --- Ship it! Ship It! - Laszlo Hornyak On Feb. 22, 2014, 1:41 p.m.,

Confluence edit permissions

2014-02-25 Thread SuichII, Christopher
Can someone please grant me permissions to edit pages on Confluence? My username is: csuich2 Thanks! -- Chris Suich chris.su...@netapp.com NetApp Software Engineer Data Center Platforms – Cloud Solutions Citrix, Cisco & Red Hat

Re: CLOUDSTACK-5663

2014-02-25 Thread David Nalley
> As for the bug, you need to be added to the Jira users DB in order to > become an assignee. Whoever administers Jira, can you please do it? > Done --David

Re: Who committed this?

2014-02-25 Thread Nitin Mehta
Probably a question for ASF Infra, but it would be nice if could add git hooks which could avoid such situations. I believe we should also mandate putting a bug id. On 25/02/14 4:38 AM, "Wido den Hollander" wrote: > > >On 02/25/2014 12:33 PM, Hugo Trippaers wrote: >> commit 14689d781005006d95d5f

Re: Anti-patterns

2014-02-25 Thread Min Chen
Thanks Hugo for the nice tutorial. In the last example, are you trying to saying this (luckily this time == works although not recommended) public class App { public static void main(String[] args) { Integer a = 1; Integer b = 1; if

Re: 4.4 Feature Freeze

2014-02-25 Thread David Nalley
Though I'll point out no one has stepped up to RM 4.4 (or 4.3.1). If all else fails and no one else steps up, I'll take 4.4, though I'd prefer someone else do so. --David On Tue, Feb 25, 2014 at 11:50 AM, Hugo Trippaers wrote: > Hey, > > If we stick to our 4 month release schedule the feature fr

Re: 4.4 Feature Freeze

2014-02-25 Thread Hugo Trippaers
Hey, If we stick to our 4 month release schedule the feature freeze is four months after the feature freeze of 4.3. The feature freeze of 4.3 was 8 Nov 2013. So the proposed release schedule for 4.4 would look like this (dates slightly modified to take efficiency and RM’s personal life into acc

[ANNOUNCE] Schedule for CloudStack Collab Denver April 9th-11th is live

2014-02-25 Thread Sebastien Goasguen
Hi Everyone, The schedule for CloudStack Collaboration Conference in Denver April 9th-11th is live at: http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america/program/schedule The event is co-located with ApacheCon April 7th-9th. The program is looking great

RE: 4.4 Feature Freeze

2014-02-25 Thread Sudha Ponnaganti
Hi, I am also looking for feature freeze dates for 4.4. Can RM post those? Thanks /Sudha -Original Message- From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com] Sent: Tuesday, February 25, 2014 7:00 AM To: dev@cloudstack.apache.org Subject: 4.4 Feature Freeze All, I know the 4.3 i

4.4 Feature Freeze

2014-02-25 Thread Alex Hitchins
All, I know the 4.3 isn't quite out the door yet, but is there a timetable somewhere stating when the feature freeze for 4.4 will be? I would like to submit a feature and want to ensure that It's prepared in time. Many thanks, Alex Regards, Alex Hitchins VP Software Engineering D: +44 1892

Re: [Question][Proposal] Functionality when editing a shared ACL by NetworkId

2014-02-25 Thread Antonio Fornié Casarrubios
Yes, it surely can be done that way, but that doesn't change the fact that if the Commands I mentioned do not work properly (at least for the case when you specifically provide a networkId) we should fix it instead of expecting users to find some good craft as workaround, right? Does anybody think

Re: Review Request 18165: FindBugs findings: fixing equals() methods in 2 classes; commenting out dead variable in 1 class; adding 5 tests to cover the changes in the equals() methods.

2014-02-25 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18165/#review35396 --- Ship it! commit eee4fb50c8e4633a17050cb03485c9a81292bd2d Author: wr

CLOUDSTACK-5641

2014-02-25 Thread Namita Chaudhari
Hi All, I started looking at https://issues.apache.org/jira/browse/CLOUDSTACK-5641 If anybody is working on it please let me know. Nitin, I tried this issue on master and I see the local storage is displayed in the admin's webui. In the storage pool view, though the capacity_type = 3, it does no

Anti-patterns

2014-02-25 Thread Hugo Trippaers
Anti-pattern: An anti-pattern (or antipattern) is a common response to a recurring problem that is usually ineffective and risks being highly counterproductive. The term, coined in 1995 by Andrew Koenig, was inspired by a book, Design Patterns, in which the authors highlighted a number of design

Re: CLOUDSTACK-5663

2014-02-25 Thread Saurav Lahiri
Alena, Sure will do that. Thanks Saurav On Mon, Feb 24, 2014 at 11:37 PM, Alena Prokharchyk < alena.prokharc...@citrix.com> wrote: > Saurav, can you please put me to the list of the Reviewers for the bug > once the Reviewboard ticket is created? > > As for the bug, you need to be added to the J

Re: Who committed this?

2014-02-25 Thread Wido den Hollander
On 02/25/2014 12:33 PM, Hugo Trippaers wrote: commit 14689d781005006d95d5f67573331fd64e4c57a6 Author: Niels de Vos Date: Sun Feb 23 14:32:24 2014 +0100 Gluster should store volumes in qcow2 format commit c02197ae86ba90ee4553fa437a1200e64915649f Author: Niels de Vos Date: Sat Nov 2

Review Request 17999: Added few changes for CLOUDSTACK-5674

2014-02-25 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17999/ --- Review request for cloudstack and Girish Shilamkar. Summary (updated) -

Re: Review Request 17888: Dispatcher corrections, refactoring and tests. Corrects problems from previous attempt

2014-02-25 Thread Antonio Fornie
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17888/ --- (Updated Feb. 25, 2014, 12:11 p.m.) Review request for cloudstack, Alena Prokha

Re: developers and mysql

2014-02-25 Thread Hugo Trippaers
Heya, Just pushed a change that will make the database work again. :-) @Alex. The mysql jar used to be pulled in as a dependency from framework-db. As the client target is responsible for building the war file for the packages including this in the client pom would also put it in the war file

Who committed this?

2014-02-25 Thread Hugo Trippaers
commit 14689d781005006d95d5f67573331fd64e4c57a6 Author: Niels de Vos Date: Sun Feb 23 14:32:24 2014 +0100 Gluster should store volumes in qcow2 format commit c02197ae86ba90ee4553fa437a1200e64915649f Author: Niels de Vos Date: Sat Nov 23 14:30:40 2013 -0700 Add Gluster to the list

Re: Review Request 17844: CLOUDSTACK-6058: Update the java binding used to the latest one that came with XenServer 6.2 sp1.

2014-02-25 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17844/#review35389 --- commit 505da760e065450f52f3a22649bd648af8f9c854 Author: Sanjay Tripa

Re: Review Request 17843: CLOUDSTACK-6058: Update the java binding used to the latest one that came with XenServer 6.2 sp1

2014-02-25 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17843/#review35388 --- Ship it! commit 2ff9abadf6e6af835f2835ea09e1d8b5421800d0 Author: Sa

Re: status of 4.3?

2014-02-25 Thread Daan Hoogland
On Tue, Feb 25, 2014 at 11:32 AM, Nux! wrote: > there are going to be any dramatic last minute changes. nothing functional, just packaging (some jars will become prerequisites) -- Daan

Re: Review Request 17843: CLOUDSTACK-6058: Update the java binding used to the latest one that came with XenServer 6.2 sp1

2014-02-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17843/#review35384 --- Commit 505da760e065450f52f3a22649bd648af8f9c854 in cloudstack's bran

  1   2   >