Aleksandr Iushmanov created FLINK-38314:
-------------------------------------------
Summary: Flink dashboard incorrectly shows units for RocksDB
`live-sst-files-size` metric for timer state
Key: FLINK-38314
URL: https://issues.apache.org/jira/browse/FLINK-38314
Project: Flink
Issue Type: Bug
Reporter: Aleksandr Iushmanov
For example metric like this:
`column_family._timer_state/event_user-timers.rocksdb_live-sst-files-size` we
don't match and of `bytes` regular expressions, however we do match `time`:
[https://github.com/apache/flink/blame/master/flink-runtime-web/web-dashboard/src/app/components/humanize-chart-numeric.pipe.ts#L41]
In result, state size for timers in rocks DB is shown in flink UI as duration
in milliseconds in "Numeric" mode
--
This message was sent by Atlassian Jira
(v8.20.10#820010)