Skip to content
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

hbase-1.1.0 failed to produce result for 256 clients #249

Open
intelmy opened this issue Oct 17, 2022 · 0 comments
Open

hbase-1.1.0 failed to produce result for 256 clients #249

intelmy opened this issue Oct 17, 2022 · 0 comments

Comments

@intelmy
Copy link

intelmy commented Oct 17, 2022

Failed to get the result but seems the raw data for final result generation is there per the log, Any suggestion on this ?

2022-10-17T03:41:19,928 INFO [TestClient-0] hbase.PerformanceEvaluation: Latency (us) : mean=430.78, min=2.00, max=4450617.00, stdDev=30342.19, 50th=2.00, 75th=3.00, 95th=7.00, 99th=16.00, 99.9th=418.41, 99.99th=1327251.84, 99.999th=4450617.00
2022-10-17T03:41:19,928 INFO [TestClient-0] hbase.PerformanceEvaluation: Num measures (latency) : 30318
2022-10-17T03:41:19,929 INFO [TestClient-0] hbase.PerformanceEvaluation: Mean = 430.78
2022-10-17T03:41:19,929 INFO [TestClient-0] hbase.PerformanceEvaluation: No valueSize statistics available
2022-10-17T03:41:19,929 INFO [TestClient-169] hbase.PerformanceEvaluation: Test : RandomWriteTest, Thread : TestClient-169
at org.apache.hadoop.hbase.PerformanceEvaluation.doLocalClients(PerformanceEvaluation.java:506)
at org.apache.hadoop.hbase.PerformanceEvaluation.runTest(PerformanceEvaluation.java:2551)
at org.apache.hadoop.hbase.PerformanceEvaluation.run(PerformanceEvaluation.java:3071)
at org.apache.hadoop.hbase.PerformanceEvaluation.main(PerformanceEvaluation.java:3092)
at org.apache.hadoop.hbase.PerformanceEvaluation$SequentialWriteTest.testRow(PerformanceEvaluation.java:2342)
at org.apache.hadoop.hbase.PerformanceEvaluation$TestBase.testTimed(PerformanceEvaluation.java:1385)
at org.apache.hadoop.hbase.PerformanceEvaluation$TestBase.test(PerformanceEvaluation.java:1355)
at org.apache.hadoop.hbase.PerformanceEvaluation.runOneClient(PerformanceEvaluation.java:2519)
at org.apache.hadoop.hbase.PerformanceEvaluation$1.call(PerformanceEvaluation.java:484)
at org.apache.hadoop.hbase.PerformanceEvaluation$1.call(PerformanceEvaluation.java:477)
2022-10-17T03:41:19,929 INFO [TestClient-169] hbase.PerformanceEvaluation: Latency (us) : mean=580.17, min=2.00, max=4531701.00, stdDev=36744.84, 50th=2.00, 75th=3.00, 95th=6.00, 99th=33.00, 99.9th=935.08, 99.99th=1883582.39, 99.999th=4531701.00
2022-10-17T03:41:19,933 INFO [TestClient-169] hbase.PerformanceEvaluation: Num measures (latency) : 22738
2022-10-17T03:41:19,933 INFO [TestClient-169] hbase.PerformanceEvaluation: Mean = 580.17
2022-10-17T03:41:19,933 INFO [TestClient-169] hbase.PerformanceEvaluation: No valueSize statistics available
2022-10-17T03:41:19,934 INFO [TestClient-176] hbase.PerformanceEvaluation: Test : RandomWriteTest, Thread : TestClient-176
2022-10-17T03:41:19,934 INFO [TestClient-176] hbase.PerformanceEvaluation: Latency (us) : mean=404.09, min=2.00, max=2057693.00, stdDev=21409.28, 50th=2.00, 75th=2.00, 95th=3.00, 99th=6.00, 99.9th=1447.24, 99.99th=1481636.68, 99.999th=2057693.00
2022-10-17T03:41:19,934 INFO [TestClient-176] hbase.PerformanceEvaluation: Num measures (latency) : 33350
2022-10-17T03:41:19,937 INFO [TestClient-176] hbase.PerformanceEvaluation: Mean = 404.09
2022-10-17T03:41:19,937 INFO [TestClient-176] hbase.PerformanceEvaluation: No valueSize statistics available
2022-10-17T03:41:19,937 INFO [TestClient-165] hbase.PerformanceEvaluation: Test : RandomWriteTest, Thread : TestClient-165
2022-10-17T03:41:19,938 INFO [TestClient-165] hbase.PerformanceEvaluation: Latency (us) : mean=652.78, min=2.00, max=4960056.00, stdDev=41250.69, 50th=2.00, 75th=2.00, 95th=3.00, 99th=5.00, 99.9th=792.34, 99.99th=1770262.03, 99.999th=4960056.00
2022-10-17T03:41:19,938 INFO [TestClient-165] hbase.PerformanceEvaluation: Num measures (latency) : 19706
2022-10-17T03:41:19,938 INFO [TestClient-165] hbase.PerformanceEvaluation: Mean = 652.78
2022-10-17T03:41:19,938 INFO [TestClient-165] hbase.PerformanceEvaluation: No valueSize statistics available
2022-10-17T03:41:19,944 INFO [TestClient-131] hbase.PerformanceEvaluation: Test : RandomWriteTest, Thread : TestClient-131
2022-10-17T03:41:19,944 INFO [TestClient-131] hbase.PerformanceEvaluation: Latency (us) : mean=715.05, min=2.00, max=4552755.00, stdDev=41601.17, 50th=2.00, 75th=3.00, 95th=4.00, 99th=6.00, 99.9th=1400.79, 99.99th=2150861.38, 99.999th=4552755.00
2022-10-17T03:41:19,944 INFO [TestClient-131] hbase.PerformanceEvaluation: Num measures (latency) : 18190
2022-10-17T03:41:19,944 INFO [TestClient-131] hbase.PerformanceEvaluation: Mean = 715.05
2022-10-17T03:41:19,944 INFO [TestClient-131] hbase.PerformanceEvaluation: No valueSize statistics available

Result Key: #RESULT#

Template Line: 2020-03-05 18:05:33,739 INFO [main] hbase.PerformanceEvaluation: [ Avg TPS/QPS] #RESULT# row per second

Result Parsing Search Key: "row per second"

Result Line:

No Test Results

Result Key: #RESULT#

Template Line: 2022-10-09T08:57:02,579 INFO [main] hbase.PerformanceEvaluation: [ Avg latency (us)] #RESULT#

Result Parsing Search Key: "Avg latency"

Result Line:

No Test Results

The test run did not produce a result.

Log File At: /home/pnp/.phoronix-test-suite/installed-tests/pts/hbase-1.1.0/hbase-1.1.0-1665992248-1.log

Running Post-Test Script
stopping hbase............

The following tests failed to properly run:

    - pts/hbase-1.1.0: Rows: 1000000 - Test: Random Write - Clients: 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant