Browse Source
[PATCH] WL#3704 mgmapi timeouts: renumber mgmd err insert to not have duplicates.
[PATCH] WL#3704 mgmapi timeouts: renumber mgmd err insert to not have duplicates.
Also add an ERROR_codes.txt file for mgmd Index: ndb-work/storage/ndb/src/mgmsrv/ERROR_codes.txt =================================================================== storage/ndb/src/mgmsrv/Services.cpp: WL#3704 mgmapi timeouts: renumber mgmd err insert to not have duplicates. storage/ndb/test/ndbapi/testMgm.cpp: WL#3704 mgmapi timeouts: renumber mgmd err insert to not have duplicates. storage/ndb/src/mgmsrv/ERROR_codes.txt: WL#3704 mgmapi timeouts: renumber mgmd err insert to not have duplicates.pull/374/head
3 changed files with 53 additions and 14 deletions
-
27storage/ndb/src/mgmsrv/ERROR_codes.txt
-
12storage/ndb/src/mgmsrv/Services.cpp
-
28storage/ndb/test/ndbapi/testMgm.cpp
@ -0,0 +1,27 @@ |
|||
Next Session 10 |
|||
Next Global 10000 |
|||
|
|||
|
|||
#define MGM_ERROR_MAX_INJECT_SESSION_ONLY 10000 |
|||
Errors < 10000 are per-session only - in MgmApiSession. |
|||
|
|||
Others are for the whole mgm server. |
|||
|
|||
Error 0 is no error |
|||
|
|||
TIMEOUTS |
|||
-------- |
|||
|
|||
num where type testing |
|||
|
|||
1 get config sleep begin |
|||
2 get config sleep middle parsable |
|||
3 get config mangle halfway through encoded properties |
|||
|
|||
4 end session sleep before reply |
|||
|
|||
5 node status sleep before reply |
|||
6 node status sleep during parsable reply |
|||
7 node status sleep after parsable, before status reply |
|||
8 node status sleep partway through status reporting |
|||
9 node status sleep end of status printing |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue