Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-23224

Delete the TODO ("get rid of allocations") tag in the WALProcedureStore class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.2.0, 1.3.0, 2.1.0, 2.2.0
    • 3.0.0-alpha-1
    • proc-v2
    • None

    Description

      // update webui circular buffers (TODO: get rid of allocations)
      final SyncMetrics syncMetrics = new SyncMetrics();
      syncMetrics.timestamp = currentTs;
      syncMetrics.syncWaitMs = syncWaitMs;
      syncMetrics.syncedEntries = slotIndex;
      syncMetrics.totalSyncedBytes = totalSyncedToStore;
      syncMetrics.syncedPerSec = syncedPerSec;
      syncMetricsQueue.add(syncMetrics);
      

      Delete the TODO  tag.

      Attachments

        Issue Links

          Activity

            People

              q977734161 lixiaobao
              q977734161 lixiaobao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: