[ https://issues.apache.org/jira/browse/HADOOP-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512682 ]
Hadoop QA commented on HADOOP-1574: ----------------------------------- +1 http://issues.apache.org/jira/secure/attachment/12361753/hadoop-1574-v7.patch applied and successfully tested against trunk revision r555813. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/411/testReport/ Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/411/console > [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.