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/25 05:13:12 UTC

[jira] [Created] (ACCUMULO-3365) TraceServer dies if trace table is offline during constructor

Josh Elser created ACCUMULO-3365:
------------------------------------

             Summary: TraceServer dies if trace table is offline during constructor
                 Key: ACCUMULO-3365
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3365
             Project: Accumulo
          Issue Type: Bug
          Components: trace
    Affects Versions: 1.6.1
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Minor
             Fix For: 1.6.2, 1.7.0


The constructor of TraceServer

{code}
writer = new AtomicReference<BatchWriter>(this.connector.createBatchWriter(table, new BatchWriterConfig().setMaxLatency(5, TimeUnit.SECONDS)));
{code}

The BatchWriter will throw a RuntimeException if the table happens to be offline. The TraceServer should be able to handle this.



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