You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rajani Karuturi (JIRA)" <ji...@apache.org> on 2015/08/04 11:35:04 UTC

[jira] [Created] (CLOUDSTACK-8706) id of the regions table is not an autoincrement

Rajani Karuturi created CLOUDSTACK-8706:
-------------------------------------------

             Summary: id of the regions table is not an autoincrement
                 Key: CLOUDSTACK-8706
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8706
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: Rajani Karuturi


This cannot be autoincrement as region ids must be in sync across installs and hence is accepted as input to the addregions api. 

It is not a good practise to override id for this purpose. another column 'regionId' should to be created and used.

It caused regression(CLOUDSTACK-8696) when autoincrement was added on this field



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)