[
https://issues.apache.org/jira/browse/ACCUMULO-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14276494#comment-14276494
]
Denis Petrov commented on ACCUMULO-3471:
----------------------------------------
On the small cluster (which is not used in production and available for
experiments) I see similar reassignment and startup speed of 10 tablets/sec.
I added some timings in the tserver's code (version 1.6.1).
The bottleneck is in MetaDataStateStore.setLocations() executed on each loaded
tablet.
It takes 50-200ms.
I will investigate it further.
> Adding a new tserver puts some tables offline for few minutes
> -------------------------------------------------------------
>
> Key: ACCUMULO-3471
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3471
> Project: Accumulo
> Issue Type: Bug
> Components: tserver
> Affects Versions: 1.6.1
> Environment: Ubuntu 12.04
> Reporter: Denis Petrov
> Fix For: 1.6.2, 1.7.0
>
> Attachments: ACCUMULO-3471-balance-test.patch
>
>
> I run an Accumulo cluster with 15 tservers with about 6000 tablets on each
> (disks are quite slow - each node has 2*4Tb SATA)
> When a new tserver added to the cluster, the rebalancing procedure starts.
> During this procedure some tablets are offline and unreachable during 5-10
> minutes.
> It is visible in http://monitor:50095/tables and by timeouts on client side.
> The rebalancing caused by killing a tserver converges much faster then
> rebalancing caused by adding a tserver.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)