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/06/14 03:14:02 UTC

[jira] [Updated] (ACCUMULO-2835) Track explicit lengths of WALs for more accurate reporting

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

Josh Elser updated ACCUMULO-2835:
---------------------------------

    Assignee:     (was: Josh Elser)

> Track explicit lengths of WALs for more accurate reporting
> ----------------------------------------------------------
>
>                 Key: ACCUMULO-2835
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2835
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: replication
>            Reporter: Josh Elser
>            Priority: Minor
>
> Presently, during the normal ingest path, the length of each WAL isn't explicitly tracked. In practice, it isn't necessary because we can read until the end of the file (EOFException) and track progress only from the beginning. 
> This makes the bookkeeping easier, but it's then hard to assert intra-file progress for replication. The only accurate metric that can be made is the number of files needing replication, while the size actual amount of data that needs to be sent over the wire is unknown without reading the file to get the length in number of records.



--
This message was sent by Atlassian JIRA
(v6.2#6252)