Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for Replica (0.03 seconds)

  1. cmd/xl-storage-format-v2.go

    		if !ventry.Valid() {
    			return "", errors.New("internal error: invalid version entry generated")
    		}
    	}
    	updateVersion := false
    	if fi.VersionPurgeStatus().Empty() && (fi.DeleteMarkerReplicationStatus() == "REPLICA" || fi.DeleteMarkerReplicationStatus().Empty()) {
    		updateVersion = fi.MarkDeleted
    	} else {
    		// for replication scenario
    		if fi.Deleted && fi.VersionPurgeStatus() != replication.VersionPurgeComplete {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 65.6K bytes
    - Click Count (1)
  2. cmd/erasure-object.go

    	// Default deleteMarker to true if object is under versioning
    	deleteMarker := opts.Versioned
    
    	if opts.VersionID != "" {
    		// case where replica version needs to be deleted on target cluster
    		if versionFound && opts.DeleteMarkerReplicationStatus() == replication.Replica {
    			markDelete = false
    		}
    		if opts.VersionPurgeStatus().Empty() && opts.DeleteMarkerReplicationStatus().Empty() {
    			markDelete = false
    		}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 24 04:05:31 GMT 2025
    - 80.4K bytes
    - Click Count (0)
  3. tensorflow/c/c_api.h

    // Counts the number of elements in the device list.
    TF_CAPI_EXPORT extern int TF_DeviceListCount(const TF_DeviceList* list);
    
    // Retrieves the full name of the device (e.g. /job:worker/replica:0/...)
    // The return value will be a pointer to a null terminated string. The caller
    // must not modify or delete the string. It will be deallocated upon a call to
    // TF_DeleteDeviceList.
    //
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Click Count (0)
  4. src/main/resources/fess_config.properties

    # Number of primary shards for crawler filter index.
    index.document.crawler.filter.number_of_shards=10
    # Number of replicas for crawler queue index.
    index.document.crawler.queue.number_of_replicas=1
    # Number of replicas for crawler data index.
    index.document.crawler.data.number_of_replicas=1
    # Number of replicas for crawler filter index.
    index.document.crawler.filter.number_of_replicas=1
    # Index name for configuration data.
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Dec 11 09:47:03 GMT 2025
    - 54.8K bytes
    - Click Count (0)
  5. src/main/resources/fess_label_es.properties

    labels.searchlog_accesstype=Tipo de acceso
    labels.maintenance_title_configuration=Mantenimiento
    labels.number_of_shards_for_doc=Número de fragmentos
    labels.auto_expand_replicas_for_doc=Número máximo de réplicas
    labels.clear_crawler_index=Índice del rastreador
    labels.clear_crawler_index_button=Eliminar índice de rastreo
    labels.diagnostic_logs=Diagnóstico
    labels.download_diagnostic_logs_button=Descargar registros
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 49K bytes
    - Click Count (0)
Back to Top