-
Notifications
You must be signed in to change notification settings - Fork 29
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
setTimeout(x) value doesn't work intermittently #45
Comments
I've pushed out a new release of processoutput4j which you could try instead of the version that rsync4j uses: <dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>processoutput4j</artifactId>
<version>0.0.12</version>
</dependency> |
Does it contain any such probable fixes? |
Yes, I made the release specifically for that purpose. |
Okay Thanks. So basically, if we are using rsync-3.3.0-0, internally it shall already be using 0.0.12 for processoutput4j, right? |
You can also use your current rsync4j version (there is no rsync4j release with processoutput4j 0.0.12 yet), simply upgrade the processoutput4j dependency. |
Ok. Thanks. Few questions here:
|
due to no further feedback, assuming to be fixed (96e3db7) |
Hi - We are using this library to run some rsync operations and have used a output processing timeout to be 1800 secs(30 mins). Once in a while, it not working and the thread which runs the rsync process gets stuck at at wait() method here in monitor() (AbstractProcessOutput.java).
This thread got stuck for several days and was recovered by manual intervention. We are using rsync version rsync4j-all:3.2.3-10.The text was updated successfully, but these errors were encountered: