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

Some problems with hybrid workload and result collection #4

Open
gregn123 opened this issue Sep 10, 2018 · 0 comments
Open

Some problems with hybrid workload and result collection #4

gregn123 opened this issue Sep 10, 2018 · 0 comments

Comments

@gregn123
Copy link
Contributor

I encountered 2 issues with this benchmark, when running the hybrid workload:

  1. Sometimes a NullPointerException occurs on line 683 of main() (HTAPBench.java), because runHybridWorkload() erroneously returns when EITHER tpcc or tpch results are non-null, instead of when BOTH tpcc and tpch are non-null.

  2. Sometimes the ClientBalancer considers the system to be saturated before any OLAP streams have been launched, so then there will obviously be no OLAP results.

I created the following pull request with fixes for these issues (to be reviewed).
Fix issues with hybrid workload and result collection

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