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

Fix rocksdb.bulk_load on slower machines #550

Closed
wants to merge 1 commit into from

Conversation

jkedgar
Copy link
Contributor

@jkedgar jkedgar commented Feb 27, 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.

Test Plan: MTR

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
@facebook-github-bot
Copy link

@jkedgar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@hermanlee hermanlee left a 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.

@jkedgar jkedgar changed the title Fix rocksdb.bulk_load on devservers Fix rocksdb.bulk_load on slower machines Feb 27, 2017
@jkedgar jkedgar deleted the Issue428 branch March 1, 2017 20:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants