-
Notifications
You must be signed in to change notification settings - Fork 251
Update Arc benchmark results for c6a.4xlarge #773
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
Conversation
|
I was wondering. How the automate benchmark on your side is performed? is right away the instance is created and accessible? I'm asking this, because I noted that when the instance is ready to access, and the disk is not initialized completely, I noticed more latency, and not only for Arc, I can imagine that apply to all the systems. In my case always wait like a minute or two to make sure that the EBS volume created report initialized completed. https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html
|
|
These two scripts implement the automated runs:
I would be very surprised if the EBS volume is not available right away. |
Is available, but there's initilization that occurs in the background, and what I found is when you clone the repo, and run the benchmark right away and that initialization is not completed, the values are worst. Remember that Ubuntu AMI, use an snapshot, and how I quoted the AWS page, is confirming that during the initialization, the performance is degraded.
|
|
@rschu1ze When you have a moment, please let me know if I should provide the results for the others sizes or is managed from your end? Thank you. |
--> #776 About the volume initialization issue: I'm no real expert in AWS, would you please open a issue? I'm particularly interested in scripting that could proof there's an issue. |
I will do. Thank you. |
|
@rschu1ze https://docs.aws.amazon.com/ebs/latest/userguide/ebs-fast-snapshot-restore.html If its a fresh gp2 drive, there shouldn't be an issue. But if you are creating the volume from snapshot that already has the files on it, data blocks are lazily and transparently pulled from S3. This increases first-touch latency. You can avoid it by using fast restores or touching the volume with |
|
Interesting stuff. I read what in this does and it indeed creates a new gp2 drive. I think we are good. Thanks for the input. |
Hey team, new version released, new benchmark results, I just did c6a.4xlarge, I understand that after verification, you will run in the others sizes? if not, let me know and I can update the other sizes too.