ldbc / ldbc_snb_interactive_v1_impls

Reference implementations for LDBC Social Network Benchmark's Interactive workload.
https://ldbcouncil.org/benchmarks/snb-interactive
Apache License 2.0
97 stars 85 forks source link

error in the warm up phase #355

Closed vege-yummy closed 1 year ago

vege-yummy commented 1 year ago

Hi, I'm running cypher implementation v1-dev benchmark.sh. In the warm-up phase, some errors occur.

image

There are no such queries in the queries/. Do you know what happened?

vege-yummy commented 1 year ago

I also have another question:

image

the results of benchmark.sh show that there exist some errors.Does it mean that the TCR is inappropriate?And the Operation times are not satisfied the “95% on-time requirement”?

image

Should I run the determine-best-tcr-common.sh?

szarnyasg commented 1 year ago

There are no such queries in the queries/. Do you know what happened?

This is just a warning, feel free to ignore it.

the results of benchmark.sh show that there exist some errors.Does it mean that the TCR is inappropriate?And the Operation times are not satisfied the “95% on-time requirement”?

Yes, if you see such a message, the TCR is too low. You can use the determine-best-tcr-common.sh script and let it run in the background for a while, or manually figure out a TCR value that's sufficiently high for the 95% on-time requirement to be satisfied.