You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Eric Newton (Created) (JIRA)" <ji...@apache.org> on 2012/02/02 20:28:53 UTC

[jira] [Created] (ACCUMULO-367) distribute the master function via iterators, including consistency checks

distribute the master function via iterators, including consistency checks
--------------------------------------------------------------------------

                 Key: ACCUMULO-367
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-367
             Project: Accumulo
          Issue Type: Improvement
          Components: master, tserver
            Reporter: Eric Newton
            Assignee: Eric Newton
             Fix For: 1.5.0


ACCUMULO-315 and ACCUMULO-365 are a result of inconsistent reads of the metadata table.  If we moved more of the !METADATA scan work to the tablet servers, and had them verify the consistency as they read, the main loop of the master would not have to manage consistency with secondary scans.  We could even restructure the main loop to execute in a distributed fashion on the tablet servers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ACCUMULO-367) distribute the master function via iterators, including consistency checks

Posted by "Eric Newton (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton updated ACCUMULO-367:
---------------------------------

    Description: ACCUMULO-315 and ACCUMULO-366 are a result of inconsistent reads of the metadata table.  If we moved more of the !METADATA scan work to the tablet servers, and had them verify the consistency as they read, the main loop of the master would not have to manage consistency with secondary scans.  We could even restructure the main loop to execute in a distributed fashion on the tablet servers.  (was: ACCUMULO-315 and ACCUMULO-365 are a result of inconsistent reads of the metadata table.  If we moved more of the !METADATA scan work to the tablet servers, and had them verify the consistency as they read, the main loop of the master would not have to manage consistency with secondary scans.  We could even restructure the main loop to execute in a distributed fashion on the tablet servers.)
    
> distribute the master function via iterators, including consistency checks
> --------------------------------------------------------------------------
>
>                 Key: ACCUMULO-367
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-367
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: master, tserver
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.5.0
>
>
> ACCUMULO-315 and ACCUMULO-366 are a result of inconsistent reads of the metadata table.  If we moved more of the !METADATA scan work to the tablet servers, and had them verify the consistency as they read, the main loop of the master would not have to manage consistency with secondary scans.  We could even restructure the main loop to execute in a distributed fashion on the tablet servers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira