Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/cockroachdb/cockroach. Pull mirroring updated .
  1. Aug 16, 2024
  2. Aug 15, 2024
  3. Aug 14, 2024
  4. Aug 13, 2024
    • Rafi Shamim's avatar
      Merge pull request #128710 from cockroachdb/blathers/backport-release-23.2-128687 · 583d4277
      Rafi Shamim authored
      release-23.2: pgwire,eventpb: add structured logging for connection breakage during shutdown
      583d4277
    • Rafi Shamim's avatar
      roachtest: fix assertion in warn-conn-wait-timeout test · dd613b3c
      Rafi Shamim authored
      The log message changed in c89d62c6, so this test needed updating.
      
      Release note: None
      dd613b3c
    • Rafi Shamim's avatar
      pgwire,eventpb: add structured logging for connection breakage during shutdown · e1161a2d
      Rafi Shamim authored
      Making these into structured logs will make this more easily consumable
      by operators, and will allow us to add monitoring for these events
      occurring in CC clusters.
      
      Release note (ops change): There are now structured logging events that
      report connection breakage during node shutdown. Previously, these logs
      existed but were unstructured. These logs appear in the OPS logging
      channel. There are two new events:
      - The node_shutdown_connection_timeout event is logged after the timeout
        defined by server.shutdown.connections.timeout transpires, if there
        are still open SQL connections.
      - The node_shutdown_transaction_timeout event is logged after the
        timeout defined by server.shutdown.transactions.timeout transpires, if
        there are still open transactions on those SQL connections.
      e1161a2d
    • Renato Costa's avatar
    • Renato Costa's avatar
      roachtest: remove `autoupgrade` test · 8c62ac9e
      Renato Costa authored
      It performed a very basic upgrade test and no longer serves a purpose.
      
      Epic: none
      
      Release note: None
      8c62ac9e
    • David Hartunian's avatar
      ui: add hovering focus behavior to metric graphs · d2ba00b9
      David Hartunian authored
      This PR enables a few new behaviors on the metrics graphs in DB
      Console:
      * Show individual lines on hover
      * Show closest point to mouse pointer in a popup with formatting
      matching the legend below
      * Revamped legend that takes up static amount of space and
      scrolls
      * Node series names no longer include the IP address for brevity
      
      Additionally there are some minor visual tweaks in the legend like a
      gray colored timestamp, and filled in squares for series markers.
      
      Resolves: CRDB-37094
      Resolves: #118645
      Epic: CRDB-37557
      
      Release note (ui change): the user experience for metrics charges in
      DB Console now has hover behavior that focuses on individual lines and
      shows values under the mouse pointer.
      d2ba00b9
  5. Aug 12, 2024
  6. Aug 09, 2024
Loading