You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "lixiaobao (Jira)" <ji...@apache.org> on 2019/10/28 09:31:00 UTC

[jira] [Created] (HBASE-23224) Delete the TODO ("get rid of allocations") tag in the WALProcedureStore class

lixiaobao created HBASE-23224:
---------------------------------

             Summary: Delete the TODO ("get rid of allocations") tag in the WALProcedureStore class 
                 Key: HBASE-23224
                 URL: https://issues.apache.org/jira/browse/HBASE-23224
             Project: HBase
          Issue Type: Improvement
          Components: proc-v2
    Affects Versions: 2.2.0, 2.1.0, 1.3.0, 1.2.0
            Reporter: lixiaobao
            Assignee: lixiaobao
             Fix For: 3.0.0


{code:java}
// 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);
{code}
Delete the TODO  tag.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)