Details
-
Bug
-
Status: Stalled (View Workflow)
-
Critical
-
Resolution: Unresolved
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
None
Description
Check if this is fixable and re-enable this assertion:
/** A wrapper around ReadView::low_limit_no(). */
|
trx_id_t low_limit_no() const
|
{
|
#if 0 /* Unfortunately we don't hold this assertion, see MDEV-22718. */
|
ut_ad(rw_lock_own(&latch, RW_LOCK_S));
|
#endif
|
return view.low_limit_no();
|
}
|
Attachments
Issue Links
- relates to
-
MDEV-16260 Scale the purge effort according to the workload
-
- Open
-
-
MDEV-30671 innodb_undo_log_truncate=ON fails to wait for purge of transaction history
-
- Closed
-
-
MDEV-35227 Executing CHECK TABLE...EXTENDED right after server startup may attempt to access too old history
-
- Confirmed
-
-
MDEV-31234 InnoDB does not free UNDO after the fix of MDEV-30671, thus shared tablespace (ibdata1) may grow indefinitely for no good reason
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Check if this is fixable and re-enable this assertion:
{{noformat}} trx_id_t low_limit_no() const { #if 0 /* Unfortunately we don't hold this assertion... */ ut_ad(rw_lock_own(&latch, RW_LOCK_S)); #endif return view.low_limit_no(); } {{noformat}} |
Check if this is fixable and re-enable this assertion:
{noformat} /** A wrapper around ReadView::low_limit_no(). */ trx_id_t low_limit_no() const { #if 0 /* Unfortunately we don't hold this assertion, see MDEV-22718. */ ut_ad(rw_lock_own(&latch, RW_LOCK_S)); #endif return view.low_limit_no(); } {noformat} |
Affects Version/s | 5.5 [ 15800 ] | |
Affects Version/s | 10.0 [ 16000 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.4 [ 22408 ] |
Link | This issue relates to MDEV-16260 [ MDEV-16260 ] |
Fix Version/s | 10.5 [ 23123 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] |
Workflow | MariaDB v3 [ 109166 ] | MariaDB v4 [ 141981 ] |
Fix Version/s | 10.2 [ 14601 ] |
Link |
This issue blocks |
Priority | Major [ 3 ] | Critical [ 2 ] |
Link |
This issue blocks |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Assignee | Marko Mäkelä [ marko ] | Vladislav Lesin [ vlad.lesin ] |
Link | This issue relates to MDEV-30167 [ MDEV-30167 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Fix Version/s | 10.3 [ 22126 ] |
Link |
This issue relates to |
Link | This issue relates to MDEV-30167 [ MDEV-30167 ] |
Link |
This issue relates to |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Fix Version/s | 10.4 [ 22408 ] |
Link | This issue relates to MDEV-35227 [ MDEV-35227 ] |