[
https://issues.apache.org/jira/browse/ACCUMULO-4674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16075399#comment-16075399
]
Michael Miller commented on ACCUMULO-4674:
------------------------------------------
With the help of [~mikewalch], I figured out why this test was timing out.
NativeMap was changed in ACCUMULO-4596 to fail if it couldn't find native lib
when it was enabled with Property.TSERV_NATIVEMAP_ENABLED = true (the default
value). There is a second cluster started in this IT that doesn't have the
Native lib path set, causing the tserver to die. The easy fix was to disable
native map for this test. This also required to remove a line from
ConfigurableMacBase that always set Property.TSERV_NATIVEMAP_ENABLED = true
(which is also unnecessary since its enabled by default), preventing any MAC
test from disabling it.
> ExistingMacIT times out
> -----------------------
>
> Key: ACCUMULO-4674
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4674
> Project: Accumulo
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Michael Miller
> Assignee: Michael Miller
> Priority: Minor
> Fix For: 2.0.0
>
>
> Some change over the past few months broke this IT. It now times out when
> trying to get a connection to the second accumulo cluster in
> testExistingInstance
> Using git bisect, found the breaking commit to be
> 659a33e8e094f68e46c824374d25da67b4c30421 as a part of ACCUMULO-4596.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)