TT replication:TT802
946042Jul 13 2012 — edited Jul 16 2012The repliction scheme: master—“timesten1” and subscriber—“timesten2”.
I set the the connection attribute of PermSize to 2G on both machines.
Howerver, during the testing, the issue comes up on 'timesten2':
16:24:37.44 Warn: REP: 12651: TT1122:receiver.c(11703): TT6220: TT6220: Permanent data partition free space insufficient to allocate 322064 bytes of memory -- file "blk.c", lineno 3450, procedure "sbBlkAlloc"
16:24:37.44 Err : REP: 12651: [16, 2, noAwt] TT1122:receiver.c(7794): TT16187: Transaction 1342069394/1521840; Error: transient 1, permanent 0 state 2 error message :
16:24:38.45 Err : REP: 12651: [16, -1, notKnown] TT1122:misc.c(130): TT16999: transient errMsg : TT0802: Database permanent space exhausted -- file "blk.c", lineno 3450, procedure "sbBlkAlloc"
16:24:38.45 Warn: REP: 12651: [16, 2, noAwt] TT1122:receiver.c(11703): TT16084: Table: TT.TEST. Failed to insert row for 'insert'
16:24:38.45 Warn: REP: 12651: TT1122:receiver.c(11703): TT802: TT0802: Database permanent space exhausted -- file "blk.c", lineno 3450, procedure "sbBlkAlloc"
16:24:38.45 Warn: REP: 12651: TT1122:receiver.c(11703): TT6220: TT6220: Permanent data partition free space insufficient to allocate 322064 bytes of memory -- file "blk.c", lineno 3450, procedure "sbBlkAlloc"
Well , the insert operation succeeded on 'timesten1', and the permanent space allocated is same, why the insert operation is failed on 'timesten2' ?