You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ja...@apache.org on 2015/06/29 09:00:30 UTC

[09/50] [abbrv] git commit: updated refs/heads/dhcpoffload to 45721ae

Root cause of failure is memory abuse in XenTest.java class ;) This should fix it

Signed-off-by: Daan Hoogland <da...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9d19191b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9d19191b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9d19191b

Branch: refs/heads/dhcpoffload
Commit: 9d19191bc61f09f93412d6d2b66e3f5fb9b004b5
Parents: 301a7b9
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Sun Jun 21 19:14:16 2015 +0200
Committer: Daan Hoogland <da...@gmail.com>
Committed: Mon Jun 22 13:01:19 2015 +0200

----------------------------------------------------------------------
 plugins/hypervisors/ovm3/pom.xml                |   18 -
 .../resources/helpers/Ovm3Configuration.java    |    2 +-
 .../cloud/hypervisor/ovm3/objects/XenTest.java  | 2538 +++++++++---------
 3 files changed, 1270 insertions(+), 1288 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d19191b/plugins/hypervisors/ovm3/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/ovm3/pom.xml b/plugins/hypervisors/ovm3/pom.xml
index a0c8a9b..646ac16 100644
--- a/plugins/hypervisors/ovm3/pom.xml
+++ b/plugins/hypervisors/ovm3/pom.xml
@@ -85,25 +85,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.3</version>
         <configuration>
-        <optimize>true</optimize>
-        <proc>none</proc>
-        <showDeprecation>true</showDeprecation>
-        <showWarnings>true</showWarnings>
-        <debug>true</debug>
-        <debuglevel>lines,vars,source</debuglevel>
-        <verbose>true</verbose>
-        <useIncrementalCompilation>false</useIncrementalCompilation>
         <failOnError>false</failOnError>
-        <forceJavacCompilerUse>true</forceJavacCompilerUse>
-        <compilerReuseStrategy>alwaysNew</compilerReuseStrategy>
-        <compilerArgs>
-            <arg>-verbose</arg>
-            <arg>-Xlint:all</arg>
-            <arg>-version</arg>
-            <arg>-deprecation</arg>
-            <arg>-Xprefer:source</arg>
-            <arg>-XprintProcessorInfo</arg>
-          </compilerArgs>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d19191b/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3Configuration.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3Configuration.java b/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3Configuration.java
index 2154225..91c0762 100644
--- a/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3Configuration.java
+++ b/plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/helpers/Ovm3Configuration.java
@@ -34,7 +34,7 @@ import com.cloud.utils.net.NetUtils;
 /* holds config data for the Ovm3 Hypervisor */
 public class Ovm3Configuration {
     private static final Logger LOGGER = Logger
-             .getLogger(Ovm3Configuration.class);
+          .getLogger(Ovm3Configuration.class);
     private String agentIp;
     private Long agentZoneId;
     private Long agentPodId;