View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001259 | IB LogManager | IBLMPump | public | 2015-07-10 15:36 | 2015-07-10 15:47 |
Reporter | Vitalij | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
OS | Windows | OS Version | 7 | ||
Product Version | 2.12.5 | ||||
Summary | 0001259: Background pumping killing disks | ||||
Description | When using IBLMPump in background pumping mode, abnormal amount of IO operations are generated on disks where transaction log database is located. When normally we have about 50 I/O operations per second (IOPS) on the disks with IBLMPump running there is around 30 000 I/O operations per seconds on the disks. As a result replication crashes. Is there a way to tweak application so it won't kill disks? | ||||
Steps To Reproduce | config: [Source] Path=ra.fdb Charset=UNICODE_FSS Username=sysadm Password=xxx Dialect=3 IBLM_MetadataTable=IBLM$METADATA LogCurrentGeneratorValues=1 LogCurrentGeneratorValuesEachRun=1 UseEncryptedPassword=1 [Destination] Path=a-log.fdb Charset=UNICODE_FSS Username=sysadm Password=xxx Dialect=3 IBLM_MetadataTable=IBLM$METADATA UseEncryptedPassword=1 CommitInterval=100 [General] SMTP_Host=smtp.iblogmanager.com SMTP_Port=25 SMTP_UseAuthentication=0 SMTP_Username=XXX SMTP_Password=yyy SMTP_UseEncryptedPassword=0 EmailFrom_Name=IBLMPump Utility EmailTo_Address= EmailCc_Address= EmailBcc_Address= command: iblmpump.exe -i iblmpump.ini -b -v | ||||
Additional Information | IBLMPump is running on Windows 7. Transaction log database is located on a server running CentOS. | ||||
Tags | No tags attached. | ||||