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 error message for too many row locks #853

Closed
mdcallag opened this issue Jul 10, 2018 · 0 comments
Closed

Fix error message for too many row locks #853

mdcallag opened this issue Jul 10, 2018 · 0 comments

Comments

@mdcallag
Copy link
Contributor

The error text is:
1296 (Got error 10 'Operation aborted: Failed to acquire lock due to max_num_locks limit'

But the my.cnf variable is rocksdb_max_row_locks, not max_num_locks.

facebook-github-bot pushed a commit that referenced this issue Jan 12, 2019
Summary:
This is to fix the issue raised here - #853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6f
abhinav04sharma pushed a commit to abhinav04sharma/mysql-5.6 that referenced this issue Mar 22, 2019
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6f
facebook-github-bot pushed a commit that referenced this issue Dec 23, 2019
Summary:
This is to fix the issue raised here - #853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: d1ec276
@lth lth closed this as completed Feb 12, 2020
inikep pushed a commit to inikep/percona-server that referenced this issue Mar 3, 2020
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 13, 2020
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: d1ec276
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Sep 9, 2020
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: d1ec276
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Sep 16, 2020
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: d1ec276
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Oct 5, 2020
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: d1ec276
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Nov 11, 2020
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: d1ec276
facebook-github-bot pushed a commit that referenced this issue Mar 8, 2021
Summary:
This is to fix the issue raised here - #853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (3ed8b06)

fbshipit-source-id: aa81989ea80
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 16, 2021
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (facebook@3ed8b06)

fbshipit-source-id: aa81989ea80
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 17, 2021
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (facebook@3ed8b06)

fbshipit-source-id: aa81989ea80
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 30, 2021
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (facebook@3ed8b06)

fbshipit-source-id: aa81989ea80
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 30, 2021
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (facebook@3ed8b06)

fbshipit-source-id: aa81989ea80
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 31, 2021
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (facebook@3ed8b06)

fbshipit-source-id: aa81989ea80
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Aug 31, 2021
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (facebook@3ed8b06)

fbshipit-source-id: aa81989ea80
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Sep 1, 2021
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (facebook@3ed8b06)

fbshipit-source-id: aa81989ea80
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Sep 2, 2021
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991 (facebook@3ed8b06)

fbshipit-source-id: aa81989ea80
hermanlee pushed a commit that referenced this issue Jan 10, 2022
Summary:
This is to fix the issue raised here - #853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Jan 17, 2022
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Jan 17, 2022
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue Jan 17, 2022
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991
ldonoso pushed a commit to ldonoso/percona-server that referenced this issue Mar 15, 2022
Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue May 20, 2022
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991
inikep pushed a commit to inikep/mysql-5.6 that referenced this issue May 23, 2022
Summary:
This is to fix the issue raised here - facebook#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991
inikep pushed a commit to inikep/percona-server that referenced this issue Jul 21, 2022
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Jul 22, 2022
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Jul 27, 2022
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Jul 27, 2022
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Aug 1, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Aug 14, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Aug 24, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to percona/percona-server that referenced this issue Sep 15, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Oct 16, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Oct 25, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Oct 26, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Oct 26, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Nov 1, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Nov 10, 2023
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Jan 17, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Jan 17, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Jan 18, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Jan 21, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Jan 26, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Jan 30, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
inikep pushed a commit to inikep/percona-server that referenced this issue Apr 9, 2024
Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 12, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 12, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 12, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 15, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 15, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 15, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 16, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this issue Apr 18, 2024
Upstream commit ID : fb-mysql-5.6.35/3ed8b062eaacb2a8dd9616bbf4d3f267af7ba91e
PS-6864 : Merge fb-prod201902

Summary:
This is to fix the issue raised here - facebook/mysql-5.6#853
Essentially the correct parameter name is rocksdb_max_row_locks, so the error message should reflect this parameter name.

If RocksDB returns an error due to a "lock limit", then MyRocks will override the error message to indicate the correct parameter name.

Differential Revision: D13599991

fbshipit-source-id: 7c6bf6fa584
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

2 participants