Databricks SDK for JavaScript
    Preparing search index...

    Variable ResizeCause_ResizeCauseConst

    ResizeCause_ResizeCause: {
        AUTORECOVERY: "AUTORECOVERY";
        AUTOSCALE: "AUTOSCALE";
        AUTOSCALE_V2: "AUTOSCALE_V2";
        DBR_AUTOSCALE: "DBR_AUTOSCALE";
        REPLACE_BAD_NODES: "REPLACE_BAD_NODES";
        USER_REQUEST: "USER_REQUEST";
    } = ...

    The cause of a change in target size.

    Type Declaration

    • ReadonlyAUTORECOVERY: "AUTORECOVERY"

      Autorecovery monitor resized the cluster after it lost a nodes.

    • ReadonlyAUTOSCALE: "AUTOSCALE"

      Automatically resized based on load.

    • ReadonlyAUTOSCALE_V2: "AUTOSCALE_V2"

      V2 autoscaler automatically resized based on load (internal use only, events show as AUTOSCALE).

    • ReadonlyDBR_AUTOSCALE: "DBR_AUTOSCALE"

      Automatically resized based on decision from the DBR Autoscaler service.

    • ReadonlyREPLACE_BAD_NODES: "REPLACE_BAD_NODES"

      Terminate bad nodes and spawn new ones

    • ReadonlyUSER_REQUEST: "USER_REQUEST"

      User requested a new size.