Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5F998200BBD for ; Tue, 8 Nov 2016 22:45:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5E282160B13; Tue, 8 Nov 2016 21:45:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B0677160B0A for ; Tue, 8 Nov 2016 22:44:59 +0100 (CET) Received: (qmail 92411 invoked by uid 500); 8 Nov 2016 21:44:58 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 92381 invoked by uid 500); 8 Nov 2016 21:44:58 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 92373 invoked by uid 99); 8 Nov 2016 21:44:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 21:44:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6F1992C1F54 for ; Tue, 8 Nov 2016 21:44:58 +0000 (UTC) Date: Tue, 8 Nov 2016 21:44:58 +0000 (UTC) From: "Bhavin (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-9581) Error in logs while concurrently creating 100 vms MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Nov 2016 21:45:00 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhavin updated CLOUDSTACK-9581: ------------------------------- Summary: Error in logs while concurrently creating 100 vms (was: Nuage VSP Plugin :Error in logs while concurrently creating 100 vms) > Error in logs while concurrently creating 100 vms > ------------------------------------------------- > > Key: CLOUDSTACK-9581 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9581 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.6.0 > Environment: esx-5.5 > Reporter: Bhavin > Labels: controller, management, network, server > > Error in logs while concurrently creating 100 vms. > To remove the error we need to update db parameters my.cnf to this to work > steps to reproduce > 1. create 1 isolated networks, create 100 vms in the network > expected results: > it should not throw exception and all vms should be created > actual results: > it throws unexpected exception and some vms dont start. It is in shutdown state in VMware > {noformat} > 0-18 16:18:40,866 ERROR [c.c.a.ApiAsyncJobDispatcher] (API-Job-Executor-56:ctx-c49c0b6b job-756) (logid:94f12c66) Unexpected exception while executing org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin > javax.persistence.EntityExistsException: Entity already exists: > at com.cloud.utils.db.GenericDaoBase.persist(GenericDaoBase.java:1436) > at org.apache.cloudstack.framework.jobs.dao.AsyncJobJoinMapDaoImpl.joinJob(AsyncJobJoinMapDaoImpl.java:94) > at sun.reflect.GeneratedMethodAccessor433.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) > at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > at com.cloud.utils.db.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:34) > at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) > at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91) > > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)