Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 276 for fencing (0.04 seconds)

  1. .github/FUNDING.yml

    # These are supported funding model platforms
    
    github: [jinzhu]
    patreon: jinzhu
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Sun Jun 07 04:47:26 GMT 2020
    - 102 bytes
    - Click Count (1)
  2. CHANGELOG/CHANGELOG-1.5.md

        or force deletion of the pod from the api-server).
        This helps prevent "split brain" scenarios in clustered applications by
        ensuring that unreachable pods will not be presumed dead unless some
        "fencing" operation has provided one of the above indications.
      * For all other existing controllers except StatefulSet, this has no effect on
        the ability of the controller to replace pods because the controllers do not
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Click Count (0)
  3. .github/FUNDING.yml

    Sebastián Ramírez <******@****.***> 1589724233 +0200
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sun May 17 14:03:53 GMT 2020
    - 19 bytes
    - Click Count (0)
  4. docs/bucket/replication/DESIGN.md

    status back to source.
    
    In the case of versioned deletes a.k.a permanent delete of a version by doing a `mc rm --version-id` on a object, replication implementation marks a object version permanently deleted as `PENDING` purge and deletes the version from source after syncing to the target and ensuring target version is deleted. The delete marker being deleted or object version being deleted will still be visible on listing with `mc ls --versions` until the sync is completed. Objects marked...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 14.7K bytes
    - Click Count (0)
  5. docs/en/docs/advanced/advanced-dependencies.md

    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *}
    
    ...would be run after the the response finishes sending the slow data:
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *}
    
    But as `generate_stream()` doesn't use the database session, it is not really necessary to keep the session open while sending the response.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Thu Nov 13 07:37:15 GMT 2025
    - 9.1K bytes
    - Click Count (0)
  6. .github/PULL_REQUEST_TEMPLATE.md

    <!--  Thanks for sending a pull request!  Here are some tips for you:
    
    1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Fri Jun 06 14:40:00 GMT 2025
    - 3.1K bytes
    - Click Count (0)
  7. docs/bucket/replication/README.md

    The replication configuration in use on a bucket can be viewed using the `mc replicate export alias/bucket` command.
    
    To disable replica metadata modification syncing, use `mc replicate edit` with the --replicate flag.
    
    ```
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 18.3K bytes
    - Click Count (0)
  8. guava/src/com/google/common/collect/Comparators.java

        return optional.orElse(null);
      }
    
      /**
       * Returns the minimum of the two values. If the values compare as 0, the first is returned.
       *
       * <p>The recommended solution for finding the {@code minimum} of some values depends on the type
       * of your data and the number of elements you have. Read more in the Guava User Guide article on
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Mar 17 20:26:29 GMT 2025
    - 10.9K bytes
    - Click Count (0)
  9. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      Alice took up the fan and gloves, and, as the hall was very
    hot, she kept fanning herself all the time she went on talking:
    `Dear, dear!  How queer everything is to-day!  And yesterday
    things went on just as usual.  I wonder if I've been changed in
    the night?  Let me think:  was I the same when I got up this
    morning?  I almost think I can remember feeling a little
    different.  But if I'm not the same, the next question is, Who in
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Click Count (0)
  10. cmd/bucket-replication-utils_test.go

    		rs:        ReplicationState{ReplicationStatusInternal: "arn1=PENDING;", Targets: map[string]replication.StatusType{"arn1": "PENDING"}},
    		expStatus: replication.Pending,
    	},
    	{ // 3. replication status for one target - incorrect format
    		name:      "replication status for one target",
    		rs:        ReplicationState{ReplicationStatusInternal: "arn1=PENDING"},
    		expStatus: replication.StatusType(""),
    	},
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Wed Apr 09 14:28:39 GMT 2025
    - 9.3K bytes
    - Click Count (0)
Back to Top