You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Rayman (Jira)" <ji...@apache.org> on 2019/11/22 04:16:00 UTC

[jira] [Updated] (SAMZA-2397) Samza rocksdb metrics do not emit values after Samza version >= 1.1

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

Rayman updated SAMZA-2397:
--------------------------
    Description: 
After Samza 1.1, rocksdb metrics likeĀ "rocksdb.estimate-table-readers-mem", // indexes and bloom filters "rocksdb.cur-size-active-mem-table", // approximate active memtable size in bytes "rocksdb.cur-size-all-mem-tables", // approximate active and unflushed memtable size in bytes "rocksdb.size-all-mem-tables", // approximate active, unflushed and pinned memtable size in bytes "rocksdb.estimate-num-keys"

are not emitted, the only observed value is 0.

> Samza rocksdb metrics do not emit values after Samza version >= 1.1
> -------------------------------------------------------------------
>
>                 Key: SAMZA-2397
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2397
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Rayman
>            Priority: Major
>
> After Samza 1.1, rocksdb metrics likeĀ "rocksdb.estimate-table-readers-mem", // indexes and bloom filters "rocksdb.cur-size-active-mem-table", // approximate active memtable size in bytes "rocksdb.cur-size-all-mem-tables", // approximate active and unflushed memtable size in bytes "rocksdb.size-all-mem-tables", // approximate active, unflushed and pinned memtable size in bytes "rocksdb.estimate-num-keys"
> are not emitted, the only observed value is 0.



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