Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
7efa714f
Commit
7efa714f
authored
Jul 07, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug#9961 - ndb - gcp stop
even more printouts...
parent
fd2efc88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
2 deletions
+39
-2
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
+39
-2
No files found.
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
View file @
7efa714f
...
...
@@ -10292,7 +10292,8 @@ void Dbdih::tableCloseLab(Signal* signal, FileRecordPtr filePtr)
*/
void
Dbdih
::
crashSystemAtGcpStop
(
Signal
*
signal
)
{
if
(
cgcpStatus
==
GCP_NODE_FINISHED
)
switch
(
cgcpStatus
){
case
GCP_NODE_FINISHED
:
{
/**
* We're waiting for a GCP save conf
...
...
@@ -10301,13 +10302,49 @@ void Dbdih::crashSystemAtGcpStop(Signal* signal)
NodeReceiverGroup
rg
(
DBLQH
,
c_GCP_SAVEREQ_Counter
);
signal
->
theData
[
0
]
=
2305
;
sendSignal
(
rg
,
GSN_DUMP_STATE_ORD
,
signal
,
1
,
JBB
);
infoEvent
(
"Detected GCP stop...sending kill to %s"
,
c_GCP_SAVEREQ_Counter
.
getText
());
ndbout_c
(
"Detected GCP stop...sending kill to %s"
,
c_GCP_SAVEREQ_Counter
.
getText
());
return
;
}
case
GCP_SAVE_LQH_FINISHED
:
ndbout_c
(
"m_copyReason: %d m_waiting: %d"
,
c_copyGCIMaster
.
m_copyReason
,
c_copyGCIMaster
.
m_waiting
);
break
;
}
ndbout_c
(
"c_COPY_GCIREQ_Counter = %s"
,
c_COPY_GCIREQ_Counter
.
getText
());
ndbout_c
(
"c_COPY_TABREQ_Counter = %s"
,
c_COPY_TABREQ_Counter
.
getText
());
ndbout_c
(
"c_CREATE_FRAGREQ_Counter = %s"
,
c_CREATE_FRAGREQ_Counter
.
getText
());
ndbout_c
(
"c_DIH_SWITCH_REPLICA_REQ_Counter = %s"
,
c_DIH_SWITCH_REPLICA_REQ_Counter
.
getText
());
ndbout_c
(
"c_EMPTY_LCP_REQ_Counter = %s"
,
c_EMPTY_LCP_REQ_Counter
.
getText
());
ndbout_c
(
"c_END_TOREQ_Counter = %s"
,
c_END_TOREQ_Counter
.
getText
());
ndbout_c
(
"c_GCP_COMMIT_Counter = %s"
,
c_GCP_COMMIT_Counter
.
getText
());
ndbout_c
(
"c_GCP_PREPARE_Counter = %s"
,
c_GCP_PREPARE_Counter
.
getText
());
ndbout_c
(
"c_GCP_SAVEREQ_Counter = %s"
,
c_GCP_SAVEREQ_Counter
.
getText
());
ndbout_c
(
"c_INCL_NODEREQ_Counter = %s"
,
c_INCL_NODEREQ_Counter
.
getText
());
ndbout_c
(
"c_MASTER_GCPREQ_Counter = %s"
,
c_MASTER_GCPREQ_Counter
.
getText
());
ndbout_c
(
"c_MASTER_LCPREQ_Counter = %s"
,
c_MASTER_LCPREQ_Counter
.
getText
());
ndbout_c
(
"c_START_INFOREQ_Counter = %s"
,
c_START_INFOREQ_Counter
.
getText
());
ndbout_c
(
"c_START_RECREQ_Counter = %s"
,
c_START_RECREQ_Counter
.
getText
());
ndbout_c
(
"c_START_TOREQ_Counter = %s"
,
c_START_TOREQ_Counter
.
getText
());
ndbout_c
(
"c_STOP_ME_REQ_Counter = %s"
,
c_STOP_ME_REQ_Counter
.
getText
());
ndbout_c
(
"c_TC_CLOPSIZEREQ_Counter = %s"
,
c_TC_CLOPSIZEREQ_Counter
.
getText
());
ndbout_c
(
"c_TCGETOPSIZEREQ_Counter = %s"
,
c_TCGETOPSIZEREQ_Counter
.
getText
());
ndbout_c
(
"c_UPDATE_TOREQ_Counter = %s"
,
c_UPDATE_TOREQ_Counter
.
getText
());
NodeRecordPtr
nodePtr
;
for
(
nodePtr
.
i
=
1
;
nodePtr
.
i
<
MAX_NDB_NODES
;
nodePtr
.
i
++
)
{
jam
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment