Subject: [jira] Commented: (HBASE-1144) Store the ROOT region location in Zookeeper - msg#00113
List: hbase-dev-hadoop-apache
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
[jira] Commented: (HBASE-1160) Multi-site replication support
[
https://issues.apache.org/jira/browse/HBASE-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668229#action_12668229
]
Andrew Purtell commented on HBASE-1160:
---------------------------------------
+1 for log shipping.
> Multi-site replication support
> ------------------------------
>
> Key: HBASE-1160
> URL: https://issues.apache.org/jira/browse/HBASE-1160
> Project: Hadoop HBase
> Issue Type: New Feature
> Reporter: Jean-Daniel Cryans
>
> HBase should support multi-site replication in order to provide higher
> availability. A first version with eventual consistency could be easy to
> implement.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
Next Message by Date:
click to view message preview
[jira] Updated: (HBASE-1144) Store the ROOT region location in Zookeeper
[
https://issues.apache.org/jira/browse/HBASE-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nitay Joffe updated HBASE-1144:
-------------------------------
Attachment: hbase-1144-v2.patch
Added parsing of conf/zoo.cfg to get clientPort/list of servers. If there are
no server.X lines it is assumed that we are running our local ZooKeeper on the
master server.
Also updated the overview.html file.
> Store the ROOT region location in Zookeeper
> -------------------------------------------
>
> Key: HBASE-1144
> URL: https://issues.apache.org/jira/browse/HBASE-1144
> Project: Hadoop HBase
> Issue Type: Sub-task
> Reporter: Jean-Daniel Cryans
> Assignee: Nitay Joffe
> Fix For: 0.20.0
>
> Attachments: hbase-1144-v2.patch, hbase-1144.patch, overview.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
Previous Message by Thread:
click to view message preview
[jira] Commented: (HBASE-1144) Store the ROOT region location in Zookeeper
[
https://issues.apache.org/jira/browse/HBASE-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667617#action_12667617
]
Evgeny Ryabitskiy commented on HBASE-1144:
------------------------------------------
Am I right that you are going provide access for clients to ZK servers? Is it
secure?
As I understand ZK is like nervous system for distributed system, to share:
configuration, information about status for each nod, some massages about some
events. For INTERNAL purposes only. So may be we can even reduce all chatting
between nods to sharing information in ZK. It can be really nice :)
But clients are EXTERNAL, is it good to make external access to such sacred
place as nervous system of DB?
There is a problem that in HBASE-546 we are going to store in ZK information
about which master is active. So clients need in this information to get active
master. May be we can just give list of all possible masters (active and hot
ready) for clients and they will try to find active by sending requests.
> Store the ROOT region location in Zookeeper
> -------------------------------------------
>
> Key: HBASE-1144
> URL: https://issues.apache.org/jira/browse/HBASE-1144
> Project: Hadoop HBase
> Issue Type: Sub-task
> Reporter: Jean-Daniel Cryans
> Assignee: Nitay Joffe
> Attachments: hbase-1144.patch, overview.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
Next Message by Thread:
click to view message preview
[jira] Commented: (HBASE-1144) Store the ROOT region location in Zookeeper
[
https://issues.apache.org/jira/browse/HBASE-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668683#action_12668683
]
stack commented on HBASE-1144:
------------------------------
+1
I'll add javadoc to the Wrapper* class in its class comment location.
Will also add to overview doc. that user should make sure dataDir is good.
> Store the ROOT region location in Zookeeper
> -------------------------------------------
>
> Key: HBASE-1144
> URL: https://issues.apache.org/jira/browse/HBASE-1144
> Project: Hadoop HBase
> Issue Type: Sub-task
> Reporter: Jean-Daniel Cryans
> Assignee: Nitay Joffe
> Fix For: 0.20.0
>
> Attachments: hbase-1144-v2.patch, hbase-1144.patch, overview.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.