Skip to content

masokan/azure-upload-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This test demonstrates a problem when uploading several files in parallel in different threads.

The problem is very similar to the one described in 30735 Basically, an exception with the following message is thrown:

The uploaded data is not contiguous or the position query parameter value is not equal to the length of the file after appending the uploaded data

The file run.log contains the stack trace when the program terminates. The suggestion to use createDirectoryIfNotExists() instead of createDirectory() does not help.

Steps needed to reproduce the problem:

  1. Build the jar file by typing:

    mvn clean package
    
  2. Run the program by typing:

    java -jar target/test-azure-0.1.jar <accountName> <accessToken> <numFiles> <localDirName> <remoteDirName>
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages