Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-11509

Remove DistributedBaselineConfiguration and replace to methods on IgniteCluster

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.8
    • None
    • None

    Description

      The new methods on the IgniteCluster for manage baseline auto-adjust options.

      /**
           * @return Value of manual baseline control or auto adjusting baseline. {@code True} If cluster in auto-adjust.
           * {@code False} If cluster in manuale.
           */
          public boolean isBaselineAutoAdjustEnabled();
      
          /**
           * @param baselineAutoAdjustEnabled Value of manual baseline control or auto adjusting baseline. {@code True} If
           * cluster in auto-adjust. {@code False} If cluster in manuale.
           * @throws IgniteException If operation failed.
           */
          public void baselineAutoAdjustEnabled(boolean baselineAutoAdjustEnabled) throws IgniteException;
      
          /**
           * @return Value of time which we would wait before the actual topology change since last server topology change
           * (node join/left/fail).
           * @throws IgniteException If operation failed.
           */
          public long baselineAutoAdjustTimeout();
      
          /**
           * @param baselineAutoAdjustTimeout Value of time which we would wait before the actual topology change since last
           * server topology change (node join/left/fail).
           * @throws IgniteException If failed.
           */
          public void baselineAutoAdjustTimeout(long baselineAutoAdjustTimeout) throws IgniteException;
      

      Attachments

        Issue Links

          Activity

            People

              DmitriyGovorukhin Dmitriy Govorukhin
              DmitriyGovorukhin Dmitriy Govorukhin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m