[PROPOSAL] JIRA 4406: Remove cleanString() call for every API to improve performance - especially of the list APIs

2013-11-28 Thread Mandar Barve
Hi All, JIRA 4406 expects removal of cleanString() call for performance improvements. This is called when building audit trail for command responses and used for removing sensitive data (passwords, secret keys) from the log buffer. All the API responses do not carry such sensitive information

Need +W access to CWIKI page https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Plans

2013-11-28 Thread Prashant Kumar Mishra
Hi, I need +W access to CWIKI page https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Plans# , can someone help me on this. Thanks prashant

Re: Need +W access to CWIKI page https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Plans

2013-11-28 Thread Daan Hoogland
What user id do you have? I can not find you on the wiki. On Thu, Nov 28, 2013 at 10:52 AM, Prashant Kumar Mishra prashantkumar.mis...@citrix.com wrote: Hi, I need +W access to CWIKI page https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Plans# , can someone help me on this.

RE: Need +W access to CWIKI page https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Plans

2013-11-28 Thread Prashant Kumar Mishra
Hi Daan , Here are details User id =prashantkm Mail id = prashantkumar.mis...@citrix.com Thanks for quick reply . -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Thursday, November 28, 2013 3:28 PM To: dev Subject: Re: Need +W access to CWIKI page

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-28 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15832/ --- (Updated Nov. 28, 2013, 10:29 a.m.) Review request for cloudstack and Koushik

Re: [Discuss] AutoScaling.next in CloudStack

2013-11-28 Thread Nguyen Anh Tu
On Wed, Nov 27, 2013 at 6:15 PM, Daan Hoogland daan.hoogl...@gmail.comwrote: I have some (limited) experience, it seems the fs[1] refered in this thread is good enough if you need to expose data. How much of this is being implemented at the moment? I suppose you need to design a way for

Re: Ask about 'Failed to load ApplicationContext' in unit tests during maven building

2013-11-28 Thread Daan Hoogland
H Alex, I suppose you are no longer struggling with this but just in case; check which context xml is loaded in your test and make sure the appropriate classes are defined in that file. The tests don't necessarily load all the definitions. regards, Daan On Tue, Nov 19, 2013 at 10:38 PM, Alex

Re: need access to QA folder

2013-11-28 Thread Daan Hoogland
Raja, what is your user account? On Fri, Nov 22, 2013 at 5:56 AM, Raja Pullela raja.pull...@citrix.com wrote: Hi, Can I please get me +W access to the QA folder under CWIKI. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home Thanks, Raja

Re: Regarding w+ access to Cwiki

2013-11-28 Thread Daan Hoogland
done On Fri, Nov 22, 2013 at 6:00 AM, Kiran Koneti kiran.kon...@citrix.com wrote: Hi, I used to have the write access to the cwiki earlier but somehow now the access is been removed .So please provide me the access so that I can add my testplans in the cwiki. Regards, Kiran.

Jenkins build is back to normal : cloudstack-4.3-maven-build-noredist #41

2013-11-28 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/41/changes

[Responsiveness report] users 2013w47

2013-11-28 Thread Daan Hoogland
http://markmail.org/message/akg3b3rbs6tuixq4 System VMs running butnot up by Fariborz Navidan http://markmail.org/message/5wmrdo3lnmcrmkye vm console is blank with xenserver 6.2 by Dean Kamali http://markmail.org/message/ajpzk4sjtpyjy353 Creating unattend.xml answer file for windows 2008 template

Re: [Discuss] AutoScaling.next in CloudStack

2013-11-28 Thread Daan Hoogland
I don't think we should try to go beyond the hypervisor extensions on the vms (unless it's the systemvms) is this what you mean? on the systemvm it seems we could indeed. Is that what you mean? on the others we should try to collect through the hypevisor and not beyond that, would you agree?

Re: persistence layer

2013-11-28 Thread Lukas Eder
Hi Frank, Thank you for your detailed feedback. This is very interesting insight for me and for Data Geekery. Let me try to address your concerns by first categorising them into the following items (please correct me if I might have misunderstood). - A concern about Spring support. - A concern

Re: [PROPOSAL] JIRA 4406: Remove cleanString() call for every API to improve performance - especially of the list APIs

2013-11-28 Thread Daan Hoogland
On Thu, Nov 28, 2013 at 10:38 AM, Mandar Barve mandar.ba...@sungard.com wrote: In my opinion we should implement approach #2. I have tested this approach for couple of sensitive commands list Users and list Accounts. It looks to work fine. H Mandar, I agree but can some automation be done

Re: Need +W access to CWIKI page https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Plans

2013-11-28 Thread Daan Hoogland
On Thu, Nov 28, 2013 at 11:19 AM, Prashant Kumar Mishra prashantkumar.mis...@citrix.com wrote: prashantkm added

Re: [DISCUSS] Reporting tool for feeding back zone, pod and cluster information

2013-11-28 Thread Wido den Hollander
On 11/26/2013 10:42 PM, Steve Wilson wrote: I built something like this for products at Sun Microsystems. We embedded into nearly everything we built: The Java Runtime Environment Open Office Solaris MySQL Even things like Server LOMs (the list goes on) By default, when each of these

Re: [PROPOSAL] JIRA 4406: Remove cleanString() call for every API to improve performance - especially of the list APIs

2013-11-28 Thread Mandar Barve
Daan, The child classes will know (since the API request/response parameters are known) at load time if they are to carry sensitive data and they can set the flags at class load time/construction like you mentioned. Flag check will be at the time of logging. Did you mean to suggest the same

Re: 4.2.1 anytime soon?

2013-11-28 Thread sebgoa
moved to dev@ I have been checking on this, and the release notes don't build, there is some freaking weird error with publican :( Staring at it all morning did not help... If anyone feels like it, check out the docs repo and try to build the release notes on the 4.2 branch…. thanks, ps:

Re: [PROPOSAL] JIRA 4406: Remove cleanString() call for every API to improve performance - especially of the list APIs

2013-11-28 Thread Daan Hoogland
Almost, I would like to see some construct that would allow for child classes not to bother and let the baseclass do the checking and set the flag at load time so api implemeters don't have to worry about this. It is kind of a challenge but using reflection it should be possible. As I understand

Re: 4.2.1 anytime soon?

2013-11-28 Thread Travis Graham
Have you tried backing out each commit until it builds clean to see what broke things? Travis On Thursday, November 28, 2013, sebgoa wrote: moved to dev@ I have been checking on this, and the release notes don't build, there is some freaking weird error with publican :( Staring at it all

contrail package organisation

2013-11-28 Thread Daan Hoogland
H, Someone queried for the status of the contrail plugin and I noticed that the package structure is different then the other network plugins. The difference being that the contrail classes have 'contrail' in their package name. 1 is this intentional 2 is this going to hurt some automated plugin

Re: Review Request 15391: few cleanups in CertServiceTest and CertService

2013-11-28 Thread Syed Ahmed
On Nov. 11, 2013, 8:32 p.m., Syed Ahmed wrote: Ship It! Hi Laszlo, Can you please move this to submitted if its done. Thanks, -Syed - Syed --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-28 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15832/ --- (Updated Nov. 29, 2013, 5:09 a.m.) Review request for cloudstack and Koushik

RE: [Doc] Validation Issue in Release Notes

2013-11-28 Thread Radhika Puthiyetath
It's done it's done... Sebastien helped us nailed it down the issue. Doc is building, finally ! Who is treating Sebastien ? -Original Message- From: Sebastien Goasguen [mailto:run...@gmail.com] Sent: Monday, November 25, 2013 4:29 PM To: dev@cloudstack.apache.org Subject: Re: [Doc]

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-28 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15832/ --- (Updated Nov. 29, 2013, 7:46 a.m.) Review request for cloudstack and Koushik