We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25344cc + 2bebeed commit 7951d6bCopy full SHA for 7951d6b
storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp
@@ -113,7 +113,9 @@
113
#define MAX_CONCURRENT_DIH_TAB_DEF_OPS (MAX_CONCURRENT_LCP_TAB_DEF_FLUSHES + 2)
114
#define ZPAGEREC (MAX_CONCURRENT_DIH_TAB_DEF_OPS * PACK_TABLE_PAGES)
115
#define ZCREATE_REPLICA_FILE_SIZE 4
116
-#define ZPROXY_MASTER_FILE_SIZE 10
+#define ZPROXY_MASTER_FILE_SIZE (MAX_NDB_NODES + 1)
117
+
118
+/*MaxConcurrent proxied WaitGcpReq. Set to 10 as safety margin on 1.*/
119
#define ZPROXY_FILE_SIZE 10
120
#endif
121
0 commit comments