[
https://issues.apache.org/jira/browse/BLUR-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13590287#comment-13590287
]
Gagan Deep Juneja commented on BLUR-58:
---------------------------------------
If I see the code of BaseClusterStatus.java, here we are keeping all the
cluster and table related information with Zookeeper only and getTableList
method just pick all the information for tables from zookeeper. Now how we want
to keep this information because if I see the code of createTable then This is
handled already like
if (getZooKeeper().exists(tablePath, false) != null) {
throw new IOException("Table [" + table + "] already exists.");
}
Is this issue all about to change BaseClusterStatus.java implementation or
writing any other abstract class and implementing createTable and related
methods.
If we need to change the BaseClusterStatus.java then at all the places are we
thinking of moving Zookeeper out of scene?
Regards,
Gagan
> During table creation, check all know table paths and verify that the new
> table does NOT reference an already existing path
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: BLUR-58
> URL: https://issues.apache.org/jira/browse/BLUR-58
> Project: Apache Blur
> Issue Type: Bug
> Reporter: Aaron McCurry
>
> During table creation, check all know table paths and verify that the new
> table does NOT reference an already existing path.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira