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

multiple jvms broken #23

Open
dvalinrh opened this issue Dec 5, 2022 · 0 comments
Open

multiple jvms broken #23

dvalinrh opened this issue Dec 5, 2022 · 0 comments
Assignees

Comments

@dvalinrh
Copy link
Contributor

dvalinrh commented Dec 5, 2022

Two issues
Issues one: The way run.sh records the results data,it is very likely we will end up overwritting the other results files. Fix by passing in the jvm number, and append to the end of the file.

Issue two: We are not dividing the warehouses up among the numa nodes. Instead each numa node gets the total number of warehouses.

So this is actually what we are getting for a 2 numa node system for total warehouses

Single Run Multi jvm run
16 32
32 64
48 96
64 128

That is not what is intended, we expect the warehouse total count to be the same. We need adjust bot the start warehouse and the increment warehouse.

@dvalinrh dvalinrh self-assigned this Jan 22, 2025
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