-
Notifications
You must be signed in to change notification settings - Fork 175
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
I want to run tpcc benchmark on two machine using hstore, but I failed #194
Comments
What is in your server logs? http://hstore.cs.brown.edu/documentation/faq/#q8 If you switch the host names to be "localhost", does it work? |
you mean run it locally? If I run it locally, it works.and the server logs: hstore-site: Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "H00-main" it seems that it cannot connect the node233, but I can use ssh to log it without passwd, is there any other reason can get this result? |
I want to run the benchmark on two machine named "node233" and "node234". I can run the benchmark on them alone, but when I want to run the benchmark on the cluster consisting of node233 and node234 it failed, I got the information :
[java] 17:05:32,777 INFO - ------------------------- BENCHMARK INITIALIZE :: TPCC -------------------------
[java] 17:05:32,849 INFO - Starting HStoreSite H00 on node233
[java] 17:05:32,854 INFO - Starting HStoreSite H01 on node234
[java] 17:05:32,857 INFO - Waiting for 2 HStoreSites with 2 partitions to finish initialization
[java] 17:05:37,857 ERROR - Failed to poll 'site-00-node233' [exitValue=255]
[java] 17:05:37,857 FATAL - Process 'site-00-node233' failed. Halting benchmark!
[java] 17:05:39,361 FATAL - Failed to complete benchmark
[java] java.lang.RuntimeException: Failed to start all HStoreSites. Halting benchmark
[java] at edu.brown.api.BenchmarkController.startSites(BenchmarkController.java:633)
[java] at edu.brown.api.BenchmarkController.setupBenchmark(BenchmarkController.java:504)
[java] at edu.brown.api.BenchmarkController.main(BenchmarkController.java:2230)
BUILD FAILED
/home4/liguiyang/memorydb/h-store-release-2014-05/build.xml:2558: The following error occurred while executing this line:
/home4/liguiyang/memorydb/h-store-release-2014-05/build.xml:1716: Java returned: 1
and when I set the node234 as 0 partition I got the information:
[java] 16:45:39,756 INFO - ------------------------- BENCHMARK INITIALIZE :: TPCC -------------------------
[java] 16:45:39,811 INFO - Starting HStoreSite H00 on node234
[java] 16:45:39,817 INFO - Starting HStoreSite H01 on node233
[java] 16:45:39,819 INFO - Waiting for 2 HStoreSites with 2 partitions to finish initialization
[java] 16:45:44,819 ERROR - Failed to poll 'site-01-node233' [exitValue=0]
[java] 16:45:44,819 FATAL - Process 'site-01-node233' failed. Halting benchmark!
[java] 16:45:46,321 FATAL - Failed to complete benchmark
[java] java.lang.RuntimeException: Failed to start all HStoreSites. Halting benchmark
[java] at edu.brown.api.BenchmarkController.startSites(BenchmarkController.java:633)
[java] at edu.brown.api.BenchmarkController.setupBenchmark(BenchmarkController.java:504)
[java] at edu.brown.api.BenchmarkController.main(BenchmarkController.java:2230)
BUILD FAILED
/home4/liguiyang/memorydb/h-store-release-2014-05/build.xml:2558: The following error occurred while executing this line:
/home4/liguiyang/memorydb/h-store-release-2014-05/build.xml:1716: Java returned: 1
I can use ssh instruction to login between 233 and 234, so what is the problem?
The text was updated successfully, but these errors were encountered: