Skip to content

Commit e8b9add

Browse files
fix(config): MCOL-5508 Fixed missing DBRMUnresponsiveTimeout tag in some of .xml config files.
1 parent 7465919 commit e8b9add

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cmapi/mcs_node_control/test/Columnstore_new.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
<DBRMRoot>$INSTALLDIR/data1/systemFiles/dbrm/BRM_saves</DBRMRoot>
241241
<TableLockSaveFile>$INSTALLDIR/data1/systemFiles/dbrm/tablelocks</TableLockSaveFile>
242242
<DBRMTimeOut>20</DBRMTimeOut> <!-- in seconds -->
243+
<DBRMUnresponsiveTimeout>300</DBRMUnresponsiveTimeout>
243244
<DBRMSnapshotInterval>100000</DBRMSnapshotInterval>
244245
<WaitPeriod>10</WaitPeriod> <!-- in seconds -->
245246
<CalpontHome>$INSTALLDIR</CalpontHome>

cmapi/mcs_node_control/test/Columnstore_old.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
<TableLockSaveFile>/var/lib/columnstore/data1/systemFiles/dbrm/tablelocks</TableLockSaveFile>
244244
<DBRMTimeOut>20</DBRMTimeOut>
245245
<!-- in seconds -->
246+
<DBRMUnresponsiveTimeout>300</DBRMUnresponsiveTimeout>
246247
<DBRMSnapshotInterval>100000</DBRMSnapshotInterval>
247248
<!-- default SWSDL max element save size -->
248249
<WaitPeriod>10</WaitPeriod>

oam/etc/Columnstore.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<DBRMRoot>/var/lib/columnstore/data1/systemFiles/dbrm/BRM_saves</DBRMRoot>
5959
<TableLockSaveFile>/var/lib/columnstore/data1/systemFiles/dbrm/tablelocks</TableLockSaveFile>
6060
<DBRMTimeOut>15</DBRMTimeOut> <!-- in seconds -->
61+
<DBRMUnresponsiveTimeout>300</DBRMUnresponsiveTimeout>
6162
<DBRMSnapshotInterval>100000</DBRMSnapshotInterval>
6263
<WaitPeriod>10</WaitPeriod> <!-- in seconds -->
6364
<MemoryCheckPercent>95</MemoryCheckPercent> <!-- Max real memory to limit growth of buffers to -->

0 commit comments

Comments
 (0)