Skip to content

Some problems with hybrid workload and result collection #4

@gregn123

Description

@gregn123

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions