Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Scanner (0.17 sec)

  1. cmd/bucket-replication.go

    		UserAgent:  "Internal: [Replication]",
    		Host:       globalLocalNodeName,
    	})
    
    	// re-queue failures once more - keep a retry count to avoid flooding the queue if
    	// the target site is down. Leave it to scanner to catch up instead.
    	if rinfos.ReplicationStatus() != replication.Completed {
    		ri.OpType = replication.HealReplicationType
    		ri.EventType = ReplicateMRF
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  2. cmd/metrics-v2.go

    		metrics := []MetricV2{
    			{
    				Description: MetricDescription{
    					Namespace: nodeMetricNamespace,
    					Subsystem: scannerSubsystem,
    					Name:      "objects_scanned",
    					Help:      "Total number of unique objects scanned since server start",
    					Type:      counterMetric,
    				},
    				Value: float64(globalScannerMetrics.lifetime(scannerMetricScanObject)),
    			},
    			{
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/imgwhale-banner.svg

    imgwhale-banner.svg...
    SVG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Jun 25 19:49:44 GMT 2022
    - 105.4K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/cryptapi-banner.svg

    cryptapi-banner.svg...
    SVG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Dec 08 15:04:04 GMT 2021
    - 130.6K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/docarray-top-banner.svg

    docarray-top-banner.svg...
    SVG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Aug 24 08:43:44 GMT 2022
    - 107.4K bytes
    - Viewed (0)
  6. cmd/object-handlers.go

    	if objInfo.NumVersions > int(scannerExcessObjectVersions.Load()) {
    		evt.EventName = event.ObjectManyVersions
    		sendEvent(evt)
    
    		auditLogInternal(context.Background(), AuditLogOptions{
    			Event:     "scanner:manyversions",
    			APIName:   "PutObject",
    			Bucket:    objInfo.Bucket,
    			Object:    objInfo.Name,
    			VersionID: objInfo.VersionID,
    			Status:    http.StatusText(http.StatusOK),
    		})
    	}
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 125K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/jina-top-banner.svg

    jina-top-banner.svg...
    SVG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Aug 16 11:07:22 GMT 2022
    - 159.1K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    go on for some time without interrupting it.
    
      `They were learning to draw,' the Dormouse went on, yawning and
    rubbing its eyes, for it was getting very sleepy; `and they drew
    all manner of things--everything that begins with an M--'
    
      `Why with an M?' said Alice.
    
      `Why not?' said the March Hare.
    
      Alice was silent.
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    go on for some time without interrupting it.
    
      `They were learning to draw,' the Dormouse went on, yawning and
    rubbing its eyes, for it was getting very sleepy; `and they drew
    all manner of things--everything that begins with an M--'
    
      `Why with an M?' said Alice.
    
      `Why not?' said the March Hare.
    
      Alice was silent.
    
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top