Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
5.5-galera, 10.1(EOL)
-
None
Description
The check that prints the dreaded "WSREP has not yet prepared node for application use" is sometimes too strict. It doesn't allow any selects, even if these selects do not access any tables. For example, I'd think that
SELECT 1; |
or, for example,
SELECT @@max_allowed_packet; |
could be allowed. This is easy to do, one should not report this error if all_tables is NULL.
Attachments
Issue Links
- relates to
-
CONJ-288 Unable to connect to galera non primary node for maintenance
-
- Closed
-
Activity
Description |
The check that prints the dreaded "WSREP has not yet prepared node for application use" is sometimes too strict. It doesn't allow any selects, even if these selects do not access any tables. For example, I'd think that
{code:sql} SELECT 1; {code} or, for example, {code:sql} SELECT @@max_allowed_packet; {code} could be allowed. This is easy to do, one need to report this error if {{all_tables}} is not NULL. |
The check that prints the dreaded "WSREP has not yet prepared node for application use" is sometimes too strict. It doesn't allow any selects, even if these selects do not access any tables. For example, I'd think that
{code:sql} SELECT 1; {code} or, for example, {code:sql} SELECT @@max_allowed_packet; {code} could be allowed. This is easy to do, one should not report this error if {{all_tables}} is NULL. |
Assignee | Nirbhay Choubey [ nirbhay_c ] | Sachin Setiya [ sachin.setiya.007 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Sachin Setiya [ sachin.setiya.007 ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Sachin Setiya [ sachin.setiya.007 ] |
Assignee | Sachin Setiya [ sachin.setiya.007 ] | Sergei Golubchik [ serg ] |
Assignee | Sergei Golubchik [ serg ] | Sachin Setiya [ sachin.setiya.007 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2016-12-01 16:14:47.0 | 2016-12-01 16:14:47.297 |
Fix Version/s | 5.5.54 [ 22307 ] | |
Fix Version/s | 10.0.29-galera [ 22405 ] | |
Fix Version/s | 10.1.19 [ 22111 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 5.5-galera [ 21900 ] | |
Fix Version/s | 10.0-galera [ 21901 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Fix Version/s | 5.5.54-galera [ 22404 ] | |
Fix Version/s | 5.5.54 [ 22307 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1.19 [ 22111 ] | |
Fix Version/s | 5.5.54-galera [ 22404 ] | |
Fix Version/s | 10.0.29-galera [ 22405 ] |
Assignee | Sachin Setiya [ sachin.setiya.007 ] | Nirbhay Choubey [ nirbhay_c ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Nirbhay Choubey [ nirbhay_c ] | Sachin Setiya [ sachin.setiya.007 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.1.21 [ 22113 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Affects Version/s | 10.0-galera [ 21901 ] |
Workflow | MariaDB v3 [ 77743 ] | MariaDB v4 [ 151048 ] |
ok to push