Skip to content

Commit

Permalink
[SPARK-35311][SS][UI][DOCS]Structured Streaming Web UI state informat…
Browse files Browse the repository at this point in the history
…ion documentation
  • Loading branch information
gaborgsomogyi committed May 4, 2021
1 parent a2927cb commit 5616732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/web-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,10 @@ The tracked operations are listed as follows.
* latestOffset & getOffset: Time taken to query the maximum available offset for this source.
* queryPlanning: Time taken to generates the execution plan.
* walCommit: Time taken to write the offsets to the metadata log.
* **Aggregated Number Of Total State Rows.** The aggregated number of total state rows.
* **Aggregated Number Of Updated State Rows.** The aggregated number of updated state rows.
* **Aggregated State Memory Used In Bytes.** The aggregated state memory used in bytes.
* **Aggregated Number Of State Rows Dropped By Watermark.** The aggregated number of state rows dropped by watermark.

As an early-release version, the statistics page is still under development and will be improved in
future releases.
Expand Down

0 comments on commit 5616732

Please sign in to comment.