-
Notifications
You must be signed in to change notification settings - Fork 149
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
Preconditioning doesn't work properly. #31
Comments
Preconditioning has been working correctly for all of our simulation scenarios. |
Error: <MQSim_IO_Scenarios>
</MQSim_IO_Scenarios> |
It seems if the workload is trace-only, the Address_Distribution_Type is by default set as MIXED_STREAMING_RANDOM, which is not handled in preconditioning. |
I think the preconditioning doesn’t work – endless while loop.
In FTL.cpp, FTL::Perform_precondition function, Step 1-4, there are two while loops:
The “loop1” runs forever, and the printouts of it show that "lpa_set_for_preconditioning" is always an empty set.
In detail, [FTL::Perform_precondition] Step 1-4:
while loop 1:
The text was updated successfully, but these errors were encountered: