Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.5.5
-
None
Description
The query to find cluster endpoints filters on a last update time. It uses the system_time_zone to create a string of the current time, but the query operates based on the time_zone parameter. In our case, the system_time_zone is UTC and time_zone is US/Central. This results in no endpoints being returned.
Could probably fix by using the time_zone server data parameter or using a time function in the query.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.5.6 [ 22403 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Attachment | db endpoint query.png [ 43233 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Fix Version/s | 1.5.7 [ 22500 ] | |
Fix Version/s | 1.5.6 [ 22403 ] |
Fix Version/s | 1.5.8 [ 22509 ] | |
Fix Version/s | 1.5.7 [ 22500 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 78437 ] | MariaDB v4 [ 134931 ] |
I just tried out 1.5.6 and the issue is not fixed. The query is still not returning any results because of the time check.