reta commented on code in PR #16:
URL: 
https://github.com/apache/flink-connector-opensearch/pull/16#discussion_r1162829801


##########
.github/workflows/release.yml:
##########
@@ -24,7 +24,7 @@ jobs:
     if: github.repository_owner == 'apache'
     strategy:
       matrix:
-        flink: [1.16.1, 1.17.0]
+        flink: [1.17.0]

Review Comment:
   Hm ... there is no 1.17.1 yet ...,
   ```
   Run wget -q -c 
https://archive.apache.org/dist/flink/flink-1.17.1/flink-1.17.1-bin-scala_2.12.tgz
 -O - | tar -xz
     wget -q -c 
https://archive.apache.org/dist/flink/flink-1.17.1/flink-1.17.1-bin-scala_2.12.tgz
 -O - | tar -xz
     shell: /usr/bin/bash -e {0}
     env:
       MVN_COMMON_OPTIONS: -U -B --no-transfer-progress -Dflink.version=1.17.1
       MVN_CONNECTION_OPTIONS: -Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       FLINK_CACHE_DIR: /tmp/cache/flink
       MVN_BUILD_OUTPUT_FILE: /tmp/mvn_build_output.out
       MVN_VALIDATION_DIR: /tmp/flink-validation-deployment
       JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.362-9/x64
       JAVA_HOME_8_X64: 
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.362-9/x64
       MVN_DEPENDENCY_CONVERGENCE: -Dflink.convergence.phase=install 
-Pcheck-convergence
       binary_url: 
https://archive.apache.org/dist/flink/flink-1.17.1/flink-1.17.1-bin-scala_2.12.tgz
       cache_binary: true
   
   gzip: stdin: unexpected end of file
   tar: Child returned status 1
   tar: Error is not recoverable: exiting now
   Error: Process completed with exit code 2.
   ```



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to