-
Notifications
You must be signed in to change notification settings - Fork 19
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
Olio workload: got a SocketTimeoutException exception #6
Comments
Hello Marco, A socket timeout means that the server did not respond in time (default You can: thanks, On 06/18/2012 08:49 AM, sguazt wrote:
|
Thank you, Rean. I've tried to investigate. Interestingly, even if I set X=1, Y=1, Z=1, I occasionally obtain errors.
Here below, a more detailed report of each run. -- 1st Run: -- 2nd Run: -- 3rd Run: -- 4th Run: -- 5th Run: -- 6th Run: -- 7th Run: -- 8th Run: -- 9th Run: -- 10th Run: [SCOREBOARD TRACK: cloudstone-001] Total failures : 0Very strange. Thank you very much. Best, -- Marco |
Hello,
I'm running RAIN agains Olio (Ruby on Rails version).
In the "rain.config.olio.json" I've changed the target hostname to "192.168.122.219", which is the IP address of the host where Olio is running.
After executing the command:
java -Xmx1g -Xms256m -cp "rain.jar:workloads/olio.jar" radlab.rain.Benchmark config/rain.config.olio.json
I obtain the following result:
...
[SCOREBOARD TRACK: cloudstone-001] Operations initiated : 413
[SCOREBOARD TRACK: cloudstone-001] Operations successfully completed : 6
[SCOREBOARD TRACK: cloudstone-001] Average operation response time (s): 1.6710
[SCOREBOARD TRACK: cloudstone-001] Operations late : 68
[SCOREBOARD TRACK: cloudstone-001] Operations failed : 339
...
SCOREBOARD TRACK: cloudstone-001] Error Summary Results : 1 types of error(s)
[SCOREBOARD TRACK: cloudstone-001] Read timed out (class java.net.SocketTimeoutException): 339
[SCOREBOARD TRACK: cloudstone-001] Total failures : 339
Note the number of failed operations and the error summary.
I've tried to connect from the RAIN host to the Olio host with telnet is it seems OK:
$ telnet 192.168.122.219 80
Trying 192.168.122.219...
Connected to 192.168.122.219.
Escape character is '^]'.
So I don't think it is a network problem.
What could it be?
Thank you very much for the support.
Best,
-- Marco Guazzone
The text was updated successfully, but these errors were encountered: