-
Notifications
You must be signed in to change notification settings - Fork 716
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
Fix rocksdb.bulk_load on slower machines #550
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Test Plan: MTR
@jkedgar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
hermanlee
approved these changes
Feb 27, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably remove devservers from the title.
lth
pushed a commit
to lth/mysql-5.6
that referenced
this pull request
Mar 28, 2017
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Github Author: Jay Edgar <[email protected]> Github PR Sync: {sync, type="child", parent="github", parentrepo="facebook/mysql-5.6", parentprnum="550", parentprfbid="1458156480870264"} Test Plan: MTR Reviewers: alexyang, herman, svcscm Reviewed By: svcscm Subscribers: svcscm, [email protected] Differential Revision: https://phabricator.intern.facebook.com/D4621037 Signature: t1:4621037:1488234381:959283e4cc8f500c4bf9c6fb09f48c113ee590c2
george-lorch
pushed a commit
to george-lorch/percona-server
that referenced
this pull request
Jul 10, 2017
Upstream commit ID : fb-mysql-5.6.35/0e95dc1028a5532c8b7cd1bab13b77476230f863 Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook/mysql-5.6#550 Differential Revision: D4621037 Pulled By: jkedgar fbshipit-source-id: 74ae9ba
george-lorch
pushed a commit
to george-lorch/percona-server
that referenced
this pull request
Jul 11, 2017
Upstream commit ID : fb-mysql-5.6.35/0e95dc1028a5532c8b7cd1bab13b77476230f863 Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook/mysql-5.6#550 Differential Revision: D4621037 Pulled By: jkedgar fbshipit-source-id: 74ae9ba
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 23, 2019
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes #550 Test Plan: MTR Differential Revision: D4621037 Pulled By: jkedgar fbshipit-source-id: 9e604ab
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Aug 12, 2020
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Test Plan: MTR Differential Revision: D4621037 Pulled By: jkedgar fbshipit-source-id: 9e604ab
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Sep 9, 2020
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Test Plan: MTR Differential Revision: D4621037 Pulled By: jkedgar fbshipit-source-id: 9e604ab
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Sep 16, 2020
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Test Plan: MTR Differential Revision: D4621037 Pulled By: jkedgar fbshipit-source-id: 9e604ab
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Oct 5, 2020
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Test Plan: MTR Differential Revision: D4621037 Pulled By: jkedgar fbshipit-source-id: 9e604ab
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Nov 11, 2020
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Test Plan: MTR Differential Revision: D4621037 Pulled By: jkedgar fbshipit-source-id: 9e604ab
facebook-github-bot
pushed a commit
that referenced
this pull request
Mar 8, 2021
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes #550 Differential Revision: D4621037 (cf315fc) Pulled By: jkedgar fbshipit-source-id: de3bb25a169
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Aug 16, 2021
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 (facebook@cf315fc) Pulled By: jkedgar fbshipit-source-id: de3bb25a169
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Aug 17, 2021
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 (facebook@cf315fc) Pulled By: jkedgar fbshipit-source-id: de3bb25a169
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Aug 30, 2021
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 (facebook@cf315fc) Pulled By: jkedgar fbshipit-source-id: de3bb25a169
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Aug 30, 2021
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 (facebook@cf315fc) Pulled By: jkedgar fbshipit-source-id: de3bb25a169
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Sep 1, 2021
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 (facebook@cf315fc) Pulled By: jkedgar fbshipit-source-id: de3bb25a169
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Sep 2, 2021
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 (facebook@cf315fc) Pulled By: jkedgar fbshipit-source-id: de3bb25a169
hermanlee
pushed a commit
that referenced
this pull request
Jan 10, 2022
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes #550 Differential Revision: D4621037 Pulled By: jkedgar
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Jan 17, 2022
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 Pulled By: jkedgar
ldonoso
pushed a commit
to ldonoso/percona-server
that referenced
this pull request
Mar 15, 2022
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook/mysql-5.6#550 Differential Revision: D4621037 Pulled By: jkedgar
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
May 20, 2022
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 Pulled By: jkedgar
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
May 23, 2022
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 Pulled By: jkedgar
laurynas-biveinis
pushed a commit
to laurynas-biveinis/mysql-5.6
that referenced
this pull request
Aug 11, 2022
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 Pulled By: jkedgar
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Mar 28, 2023
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 Pulled By: jkedgar
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Jun 1, 2023
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 Pulled By: jkedgar
inikep
pushed a commit
to inikep/mysql-5.6
that referenced
this pull request
Jun 14, 2023
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook#550 Differential Revision: D4621037 Pulled By: jkedgar
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Apr 9, 2024
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish. I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long. Closes facebook/mysql-5.6#550 Differential Revision: D4621037 Pulled By: jkedgar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary: The rocksdb.bulk_load test creates and accesses some very large tables and doesn't finish in time on a standard Debug build on a devserver. Reduce the size of the tables so that it will finish.
I reduced the size of the tables from 10,000,000 rows to 5,000,000 rows. This should still provide sufficient size to validate what we are trying to test without taking so long.
Test Plan: MTR