[ https://issues.apache.org/jira/browse/HADOOP-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stack updated HADOOP-1574: -------------------------- Attachment: hadoop-1574-v7.patch Version 7. Added utility to HRegionInfo to return table name out of a region name. > [hbase] Concurrent creates of a table named 'X' all succeed > ----------------------------------------------------------- > > Key: HADOOP-1574 > URL: https://issues.apache.org/jira/browse/HADOOP-1574 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Reporter: stack > Assignee: stack > Priority: Minor > Attachments: duptable-v2.patch, duptable-v3.patch, duptable.patch, > hadoop-1574-v4.patch, hadoop-1574-v5.patch, hadoop-1574-v7.patch > > > If multiple threads all try to create a table of a particular, all succeed. > It makes for a mess. > Create table needs to be synchronized so only one thread creates a table and > subsequent threads fail with 'table already exits'. The test for > pre-existence also needs fixing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.