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

Duo Zhang reopened HBASE-23224:
-------------------------------

Not fixed yet, not sure why it is marked as resolved.

> 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.20.10#820010)

Reply via email to