You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/11/01 02:15:33 UTC

[jira] [Created] (ACCUMULO-3289) BulkFileIT failed to import files

Josh Elser created ACCUMULO-3289:
------------------------------------

             Summary: BulkFileIT failed to import files
                 Key: ACCUMULO-3289
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3289
             Project: Accumulo
          Issue Type: Bug
          Components: test
            Reporter: Josh Elser
             Fix For: 1.6.2, 1.7.0


Had a failure with BulkFileIT. Looking at the master logs, it appears like the following might have happened:

* 2 Tservers
* One of the tservers doesn't respond to communication
* The master repeatedly contacts it to try to tell it to perform the bulk load
* The tserver that isn't communicating w/ the master has no errors
* That tserver logged an assignment that never finished
* That tserver also got a single bulk import request and the last thing it logged WRT that bulk import was that "Assigning 1 map files to 3 tablets at ...". The 2nd tserver doesn't appear to have anything from that tserver about the import request which should have been incoming.
* Eventually the master tried to stop that other tserver, but the test timed out in ~30s later (not sure if the tserver would've actually stopped).

The fact that I see an incomplete assignment and inexplicable bulk load hangs gives me pause in light of ACCUMULO-3276. Will attach some logs.



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