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

Add new states for MariaDB Jira Blocker and Critical issues #704

Draft
wants to merge 27 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
48ebe45
add new alert for replication check
caffeinated92 Jul 9, 2024
8380ca3
replication check blocker
caffeinated92 Jul 9, 2024
7f99daf
Merge remote-tracking branch 'origin/develop' into alert
caffeinated92 Jul 11, 2024
cd3e503
mdev csv to json
caffeinated92 Jul 11, 2024
1253bd2
Merge remote-tracking branch 'origin/develop' into mdev
caffeinated92 Jul 13, 2024
9dc6ab0
parse and load csv to JSON
caffeinated92 Jul 13, 2024
bea3850
fix writing to JSON and add verbose option
caffeinated92 Jul 15, 2024
a5c3396
rename alerts.csv to mdev.csv
caffeinated92 Jul 15, 2024
ec96c9e
Init MDEV Issues
caffeinated92 Jul 15, 2024
efa83b9
populate mdev issues to ServerMonitor
caffeinated92 Jul 15, 2024
fbe37d1
Add state for MDEV
caffeinated92 Jul 15, 2024
e04d508
split bug to replication and service
caffeinated92 Jul 15, 2024
0dd96d0
fix trimmed code
caffeinated92 Jul 15, 2024
04a920d
use 0 than space
caffeinated92 Jul 15, 2024
c8d09f4
Merge remote-tracking branch 'origin/develop' into alert
caffeinated92 Jul 15, 2024
f4e2084
use MDEV as prefix for better readability
caffeinated92 Jul 15, 2024
2311238
Use MDEVIssues for checkblockerstate function
caffeinated92 Jul 15, 2024
937db5b
set default to false for compatibility with previous version
caffeinated92 Jul 15, 2024
631d6f7
Allow different server url send same ERR state
caffeinated92 Jul 16, 2024
358b4c6
per server state open/resolve
caffeinated92 Jul 16, 2024
4e246e6
set as comma separated string for serverURL
caffeinated92 Jul 16, 2024
b0af1f8
Merge remote-tracking branch 'origin/develop' into alert
caffeinated92 Jul 16, 2024
17a288b
log state mdev
caffeinated92 Jul 16, 2024
766720c
add failovercheckblocker
caffeinated92 Jul 16, 2024
0fd6220
enable check blocker as default
caffeinated92 Jul 16, 2024
779e724
Merge remote-tracking branch 'origin/develop' into alert
caffeinated92 Jul 16, 2024
c648b0f
Merge remote-tracking branch 'origin/develop' into alert
caffeinated92 Jul 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/develop' into alert
  • Loading branch information
caffeinated92 committed Jul 16, 2024
commit 779e7245d8f14ce8bdb7bc7ed7d351e7e5df794a
1 change: 1 addition & 0 deletions cluster/srv.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ type ServerMonitor struct {
WorkLoad *config.WorkLoadsMap `json:"workLoad"`
DelayStat *ServerDelayStat `json:"delayStat"`
SlaveVariables SlaveVariables `json:"slaveVariables"`
IsReseeding bool `json:"isReseeding"`
MDevIssues ServerBug `json:"mdevIssues"`
IsCheckedForMDevIssues bool `json:"isCheckedForMdevIssues"`
IsInSlowQueryCapture bool
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.