ArrayIndexOutOfBoundsException while downloading the file
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 620
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 11
Description
Hi,
We recently faced "java.lang.ArrayIndexOutOfBoundsException" Exception while downloading the file from SFTP server. This happens intermittently. Few observations:
- Mainly it happens when the Thread which downloads the file is running from a long time (~10 minutes)
- The thread has to download ~100 files one by one.
- Once we see this error, it keeps on happening for few minutes but it happens for all the files downloaded with the thread.
- It becomes normal after sometime and we are able to download files after that.
Did someone also faced the similar error? What could cause this ? What are the workaround for this ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.