Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-2801

define tablet syncs walog for each tablet in a batch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.5.0, 1.5.1, 1.6.0
    • None
    • None
    • None

    Description

      When the batch writer sends a batch of mutations for N tablets that were not currently using a walog, then define tablet will be called for each tablet. Define tablet will sync the walog. In hadoop 2 hsync is used, which is much slower than hadoop1 sync calls. If hsync takes 50ms and there are 100 tablets, then this operation would take 5 secs. The calls to define tablet do not occur frequently, just when walogs switch or tablets are loaded so the cost will be amortized. Ideally there could be one walog sync call for all of the tablets in a batch of mutations.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kturner Keith Turner
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: