You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2015/06/24 00:42:42 UTC

[jira] [Updated] (ACCUMULO-3912) Random walk sets random config on default namespace

     [ https://issues.apache.org/jira/browse/ACCUMULO-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner updated ACCUMULO-3912:
-----------------------------------
    Fix Version/s: 1.6.4
                   1.8.0
                   1.7.1

> Random walk sets random config on default namespace
> ---------------------------------------------------
>
>                 Key: ACCUMULO-3912
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3912
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.6.3, 1.7.0
>            Reporter: Keith Turner
>             Fix For: 1.7.1, 1.8.0, 1.6.4
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> While running random walk test for 1.6.3, the following failure happened.
> {noformat}
> Caused by: java.lang.Exception: Props not equals ST_index_worker4_3842_1435004444639 ST_index_worker4_3842_1435004444639_tmp
>         at org.apache.accumulo.test.randomwalk.shard.ExportIndex.visit(ExportIndex.java:106)
> {noformat}
> I looked at the two tables config in the shell and found the following property differed. 
> {noformat}
> default    | table.compaction.minor.idle ............... | 5m
> default    | table.compaction.minor.logs.threshold ..... | 3
> {noformat}
> The _tmp table had the following setting.
> {noformat}
> default    | table.compaction.minor.idle ............... | 5m
> table      |    @override .............................. | 178299085
> default    | table.compaction.minor.logs.threshold ..... | 3
> {noformat}
> I grepped all the random walkers logs and found the following :
> {noformat}
> [11] 21:18:42 [SUCCESS] worker0
> 22 20:33:57,007 [concurrent.Config] DEBUG: Setting table.compaction.minor.idle on namespace  to 178299085
> {noformat}
> So {{concurrent.Config}} updated props on a random namepace and caused the shard test to fail, it should not do this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)