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:24:00 UTC

[jira] [Created] (SPARK-40807) RocksDBStateStore always 0 for pause bg time total metric

Jacek Laskowski created SPARK-40807:
---------------------------------------

             Summary: RocksDBStateStore always 0 for 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


{{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