You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Jeffrey Manno (Jira)" <ji...@apache.org> on 2021/02/05 16:47:00 UTC

[jira] [Resolved] (ACCUMULO-4420) Possible divide-by-zero exception when closing BatchWriter

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

Jeffrey Manno resolved ACCUMULO-4420.
-------------------------------------
    Resolution: Duplicate

This was duplicated and fixed in https://issues.apache.org/jira/browse/ACCUMULO-4633.

> Possible divide-by-zero exception when closing BatchWriter
> ----------------------------------------------------------
>
>                 Key: ACCUMULO-4420
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4420
>             Project: Accumulo
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.6.5, 1.7.2
>            Reporter: Daniel Blum
>            Priority: Minor
>
> TabletServerBatchWriter.logStats will throw a divide-by-zero exception if numBatches is 0 (i.e., no batches have been written).
> There are actually no checks for 0 divisors anywhere in the method, so other such exceptions are possible, as are lesser issues ("Average send rate" and some other stats come out as NaN when no batches have been written, for example).



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