You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/04/26 15:17:00 UTC

[jira] [Work logged] (HADOOP-18168) ITestMarkerTool.testRunLimitedLandsatAudit failing due to most of bucket content purged

     [ https://issues.apache.org/jira/browse/HADOOP-18168?focusedWorklogId=762384&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-762384 ]

ASF GitHub Bot logged work on HADOOP-18168:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Apr/22 15:16
            Start Date: 26/Apr/22 15:16
    Worklog Time Spent: 10m 
      Work Description: dannycjones commented on code in PR #4140:
URL: https://github.com/apache/hadoop/pull/4140#discussion_r858847636


##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/S3ATestConstants.java:
##########
@@ -108,6 +108,21 @@
    */
   String DEFAULT_REQUESTER_PAYS_FILE = "s3a://usgs-landsat/collection02/catalog.json";
 
+  /**
+   * Configuration key for an existing bucket with many objects: {@value}.
+   *
+   * This is used for tests depending on buckets with a large number of keys.
+   */
+  String KEY_BUCKET_WITH_MANY_OBJECTS
+      = TEST_FS_S3A + "bucket-with-many-objects";
+
+  /**
+   * Default bucket for when {@value KEY_BUCKET_WITH_MANY_OBJECTS} is not set:
+   * {@value}.
+   */
+  String DEFAULT_BUCKET_MANY_OBJECTS
+      = "s3a://commoncrawl/";

Review Comment:
   migrating to `usgs-landsat` https://registry.opendata.aws/usgs-landsat/index.html





Issue Time Tracking
-------------------

    Worklog Id:     (was: 762384)
    Time Spent: 1h 20m  (was: 1h 10m)

> ITestMarkerTool.testRunLimitedLandsatAudit failing due to most of bucket content purged
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-18168
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18168
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>    Affects Versions: 3.3.4
>            Reporter: Steve Loughran
>            Assignee: Daniel Carl Jones
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> {{ITestMarkerTool.testRunLimitedLandsatAudit}} is failing -a scan which was meant to stop after the first page of results is finishing because there aren't so many objects there.
>  
> first visible sign of the landsat-pds cleanup
> now we have requester pays, we could do this against another store with stability promises, e.g common crawl.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org