Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7367EFB2 for ; Wed, 20 Feb 2013 06:16:34 +0000 (UTC) Received: (qmail 76028 invoked by uid 500); 20 Feb 2013 06:16:34 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 75986 invoked by uid 500); 20 Feb 2013 06:16:34 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 75974 invoked by uid 99); 20 Feb 2013 06:16:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 06:16:33 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Kishan.Kavala@citrix.com designates 203.166.19.134 as permitted sender) Received: from [203.166.19.134] (HELO SMTP.CITRIX.COM.AU) (203.166.19.134) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 06:16:25 +0000 X-IronPort-AV: E=Sophos;i="4.84,699,1355097600"; d="scan'208,217";a="943532" Received: from banpmailmx01.citrite.net ([10.103.128.73]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 20 Feb 2013 06:16:00 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.71]) by BANPMAILMX01.citrite.net ([10.103.128.73]) with mapi; Wed, 20 Feb 2013 11:45:58 +0530 From: Kishan Kavala To: "cloudstack-dev@incubator.apache.org" CC: Kelven Yang Date: Wed, 20 Feb 2013 11:45:58 +0530 Subject: randomlyIncreasingVMInstanceDaoImpl used instead of UserVmDaoImpl Thread-Topic: randomlyIncreasingVMInstanceDaoImpl used instead of UserVmDaoImpl Thread-Index: Ac4PMU83+WfnwV1GSqiERSK1dfYfDw== Message-ID: <33740054EBF5B64BB213E2E0916F2C13F074E7A67A@BANPMAILBOX01.citrite.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_33740054EBF5B64BB213E2E0916F2C13F074E7A67ABANPMAILBOX01_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_33740054EBF5B64BB213E2E0916F2C13F074E7A67ABANPMAILBOX01_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Kelven, randomlyIncreasingVMInstanceDaoImpl is being used instead of UserVmDaoImpl = in ComponentContext.xml. Was this change intentional? Vm DB Ids increase randomly as a result. mysql> select id from vm_instance; +----+ | id | +----+ | 1 | | 2 | | 3 | | 11 | | 12 | | 13 | | 14 | | 21 | | 25 | | 30 | | 38 | | 45 | | 52 | | 56 | | 60 | | 68 | | 73 | | 79 | | 80 | | 81 | | 82 | | 83 | +----+ 22 rows in set (0.00 sec) Regards, Kishan --_000_33740054EBF5B64BB213E2E0916F2C13F074E7A67ABANPMAILBOX01_--