You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jacek Laskowski (Jira)" <ji...@apache.org> on 2022/10/15 18:25:00 UTC

[jira] [Updated] (SPARK-40807) RocksDBStateStore always 0 for "RocksDB: commit - pause bg time total" metric

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

Jacek Laskowski updated SPARK-40807:
------------------------------------
    Attachment: spark-streams-commit-pause-bg-time.png

> RocksDBStateStore always 0 for "RocksDB: commit - pause bg time total" metric
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-40807
>                 URL: https://issues.apache.org/jira/browse/SPARK-40807
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 3.3.0
>            Reporter: Jacek Laskowski
>            Priority: Minor
>         Attachments: spark-streams-commit-pause-bg-time.png
>
>
> {{RocksDBStateStore}} uses [pauseBg|https://github.com/apache/spark/blob/v3.3.0/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDBStateStoreProvider.scala#L131] key to report "RocksDB: commit - pause bg time" metric while {{RocksDB}} uses [pause|https://github.com/apache/spark/blob/v3.3.0/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDB.scala#L308] to provide a value every commit. That leads to a name mismatch and 0 reported (as the default value for no metrics).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org