You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/01/25 16:27:39 UTC

[jira] [Commented] (QPID-7021) BDB hot backup (takeBackupNoLock) may fail with IOException

    [ https://issues.apache.org/jira/browse/QPID-7021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15115388#comment-15115388 ] 

ASF subversion and git services commented on QPID-7021:
-------------------------------------------------------

Commit 1726646 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1726646 ]

QPID-7021: [Java Broker] BDB backup - copy from the consistent set of file handle, rather than trying to open another

> BDB hot backup (takeBackupNoLock) may fail with IOException
> -----------------------------------------------------------
>
>                 Key: QPID-7021
>                 URL: https://issues.apache.org/jira/browse/QPID-7021
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.18, 0.22, 0.30, 0.32, qpid-java-6.0
>            Reporter: Keith Wall
>             Fix For: qpid-java-6.1
>
>
> The BDB hot backup script may fail with the following exception.
> The program is flawed in that it believes acquiring file handles for the JDB files is sufficient to ensure that a subsequent *separate* open will succeed.  This is not true, at least on any UNIX like file system I have seen.  Having an open file e handle does not prevent another process removing the entry from the filesystem.
> {noformat}
> Starting Hot Backup Script
> BDBBackup Utility: Starting Hot Backup.
> java.io.FileNotFoundException: /home/qpid/prod/bdbstore/myvhost/004d1f64.jdb (No such file or directory) fromDir:/local/qpid/prod/bdbstore/myvhost toDir:/local/qpid/bdbstore-backup/prod/QPIDBDBBackup_2016-01-25-11.20.32/bdbstore
> java.io.FileNotFoundException: /local/qpid/Prod/bdbstore/myvhost/004d1f64.jdb (No such file or directory)
>         at java.io.FileInputStream.open(Native Method)
>         at java.io.FileInputStream.<init>(FileInputStream.java:138)
>         at org.apache.qpid.util.FileUtils.copyCheckedEx(FileUtils.java:203)
>         at org.apache.qpid.util.FileUtils.copy(FileUtils.java:185)
>         at org.apache.qpid.server.store.berkeleydb.BDBBackup.takeBackupNoLock(BDBBackup.java:305)
>         at org.apache.qpid.server.store.berkeleydb.BDBBackup.main(BDBBackup.java:126)
> Backup script encountered an error and has failed: java.io.FileNotFoundException: /local/qpid/prod/bdbstore/myvhost/004d1f64.jdb (No such file or directory) fromDir:/local/qpid/Prod/bdbstore/myvhost toDir:/local/qpid/bdbstore-backup/prod/QPIDBDBBackup_2016-01-25-11.20.32/bdbstore
> Backup script got exception: java.io.FileNotFoundException: /local/qpid/Prod/bdbstore/myvhost/004d1f64.jdb (No such file or directory) fromDir:/local/qpid/Prod/bdbstore/myvhost toDir:/local/qpid/bdbstore-backup/Prod/QPIDBDBBackup_2016-01-25-11.20.32/bdbstore
> org.apache.qpid.server.store.StoreException: java.io.FileNotFoundException: /local/qpid/prod/bdbstore/myvhost/004d1f64.jdb (No such file or directory) fromDir:/local/qpid/prod/bdbstore/myvhost toDir:/local/qpid/bdbstore-backup/Prod/QPIDBDBBackup_2016-01-25-11.20.32/bdbstore
>         at org.apache.qpid.server.store.berkeleydb.BDBBackup.takeBackupNoLock(BDBBackup.java:312)
>         at org.apache.qpid.server.store.berkeleydb.BDBBackup.main(BDBBackup.java:126)
> Caused by: java.io.FileNotFoundException: /local/qpid/prod/bdbstore/myvhost/004d1f64.jdb (No such file or directory)
>         at java.io.FileInputStream.open(Native Method)
>         at java.io.FileInputStream.<init>(FileInputStream.java:138)
>         at org.apache.qpid.util.FileUtils.copyCheckedEx(FileUtils.java:203)
>         at org.apache.qpid.util.FileUtils.copy(FileUtils.java:185)
>         at org.apache.qpid.server.store.berkeleydb.BDBBackup.takeBackupNoLock(BDBBackup.java:305)
>         ... 1 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org