Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jf rt u not return after uploading large file on Windows. (such as: 10G) #2493

Open
j1an5 opened this issue Mar 21, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@j1an5
Copy link

j1an5 commented Mar 21, 2024

Describe the bug

on Windows, jf rt u does not finish after upload:
image
But I can see the upload was successful in artifactory-request.log

2024-03-21T05:05:01.167Z|9aadf2b44d75824e|172.17.147.49|xx|PUT|/j-generic-local/11g.tgr|201|12290821632|0|150630|jfrog-cli-go/2.54.0

finish

Current behavior

JFrog CLI debug:
[Debug] Usage Report: Sending info...
[Debug] Refreshing token...
[Debug] Creating lock in: C:\Users\81300.jfrog\locks\config
[Info] [Thread 2] Uploading: 11g.tgr
[Debug] Sending HTTP POST request to: https://demo.jfrogchina.com/artifactory/api/security/token
[Debug] Token refreshed successfully.
[Debug] Releasing lock: C:\Users\81300.jfrog\locks\config\jfrog-cli.conf.lck.2192.1710996165949261800
[Debug] Sending HTTP GET request to: https://demo.jfrogchina.com/artifactory/api/system/version
[Debug] Artifactory response: 200
[Debug] JFrog Artifactory version is: 7.77.6
[Debug] Sending HTTP POST request to: https://demo.jfrogchina.com/artifactory/api/system/usage
[Debug] Refreshing token...
[Debug] Creating lock in: C:\Users\81300.jfrog\locks\config
[Debug] Fetched new token from config.
[Debug] Releasing lock: C:\Users\81300.jfrog\locks\config\jfrog-cli.conf.lck.2192.1710996311461383600
[Debug] Sending HTTP PUT request to: https://demo.jfrogchina.com/artifactory/j-generic-local/11g.tgr
[Debug] Sending HTTP GET request to: https://demo.jfrogchina.com/artifactory/api/system/version
[Debug] Artifactory response: 200
[Debug] JFrog Artifactory version is: 7.77.6
[Debug] Multipart upload is not supported in versions below 7.82.2. Proceeding with regular upload...

Reproduction steps

  1. create a 10g file.
  2. jf rt u 10g generic-local/

Expected behavior

can get a response, like:

[Debug] [Thread 2]  Artifactory response: 201  
[Debug] Uploaded 1 artifacts.

JFrog CLI version

2.54.0

Operating system type and version

Windows

JFrog Artifactory version

7.77.6

JFrog Xray version

3.X

@j1an5 j1an5 added the bug Something isn't working label Mar 21, 2024
@j1an5 j1an5 changed the title jf rt u not return after uploading large file artifact. (such as: 10G) jf rt u not return after uploading large file on Windows. (such as: 10G) Mar 25, 2024
@j1an5
Copy link
Author

j1an5 commented Mar 26, 2024

same version, jf rt u, succeed with “--split-count=0”
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant