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 2020/11/16 10:50:00 UTC

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

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

lixiaobao resolved HBASE-23224.
-------------------------------
    Resolution: Fixed

> 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: 1.2.0, 1.3.0, 2.1.0, 2.2.0
>            Reporter: lixiaobao
>            Assignee: lixiaobao
>            Priority: Trivial
>             Fix For: 3.0.0-alpha-1
>
>
> {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)