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

ASF GitHub Bot logged work on BEAM-8889:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Apr/20 16:08
            Start Date: 08/Apr/20 16:08
    Worklog Time Spent: 10m 
      Work Description: veblush commented on issue #11315: [BEAM-8889] Upgrades 
gcsio to 2.1.2
URL: https://github.com/apache/beam/pull/11315#issuecomment-611048289
 
 
   All failures other than `Java_Examples_Dataflow` don't seem related with the 
change. Can you run the test again?
   
   ```
   # CommunityMetrics ("Run CommunityMetrics PreCommit") 
   Task :beam-test-infra-metrics:composeUp FAILED
   -> dockerpycreds.errors.InitializationError: docker-credential-gcloud not 
installed or not availabl
   
   # Java ("Run Java PreCommit")
   
org.apache.beam.runners.fnexecution.control.DefaultJobBundleFactoryTest.loadBalancesBundles
   -> Assert.assertTrue(System.currentTimeMillis() - tms >= 100 && 
closed.get());
   
   # Java_Examples_Dataflow ("Run Java_Examples_Dataflow PreCommit")
   org.apache.beam.examples.WordCountIT.testE2EWordCount
   -> java.lang.RuntimeException: Failed to read from: 
gs://temp-storage-for-end-to-end-tests/WordCountIT-2020-04-07-22-11-56-654/output/results*-of-*
 with shard template '(?x) \S* (?<shardnum> \d+) -of- (?<numshards> \d+)'
   
   # Python2_PVR_Flink ("Run Python2_PVR_Flink PreCommit") 
   Execution failed for task 
':sdks:python:test-suites:portable:py2:flinkCompatibilityMatrixBatchLOOPBACK'.
   -> ERROR:apache_beam.runners.worker.data_plane:Failed to read inputs in the 
data plane.
   ```
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

            Worklog Id:     (was: 418647)
    Remaining Estimate: 143h 50m  (was: 144h)
            Time Spent: 24h 10m  (was: 24h)

> Make GcsUtil use GoogleCloudStorage
> -----------------------------------
>
>                 Key: BEAM-8889
>                 URL: https://issues.apache.org/jira/browse/BEAM-8889
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>    Affects Versions: 2.16.0
>            Reporter: Esun Kim
>            Assignee: VASU NORI
>            Priority: Major
>              Labels: gcs
>   Original Estimate: 168h
>          Time Spent: 24h 10m
>  Remaining Estimate: 143h 50m
>
> [GcsUtil|https://github.com/apache/beam/blob/master/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/util/GcsUtil.java]
>  is a primary class to access Google Cloud Storage on Apache Beam. Current 
> implementation directly creates GoogleCloudStorageReadChannel and 
> GoogleCloudStorageWriteChannel by itself to read and write GCS data rather 
> than using 
> [GoogleCloudStorage|https://github.com/GoogleCloudPlatform/bigdata-interop/blob/master/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/GoogleCloudStorage.java]
>  which is an abstract class providing basic IO capability which eventually 
> creates channel objects. This request is about updating GcsUtil to use 
> GoogleCloudStorage to create read and write channel, which is expected 
> flexible because it can easily pick up the new change; e.g. new channel 
> implementation using new protocol without code change.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to