Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 309139 Details for
Bug 451011
durable perftest in fanout mode fails with sync store
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
remove sync store as option
remove-sync-store-option.patch (text/x-patch), 1.68 KB, created by
Gordon Sim
on 2008-06-12 19:51:27 UTC
(
hide
)
Description:
remove sync store as option
Filename:
MIME Type:
Creator:
Gordon Sim
Created:
2008-06-12 19:51:27 UTC
Size:
1.68 KB
patch
obsolete
>Index: tests/system_test.sh >=================================================================== >--- tests/system_test.sh (revision 2149) >+++ tests/system_test.sh (working copy) >@@ -44,7 +44,7 @@ > fail=0 > > # Run the tests with a given set of flags >-BROKER_OPTS="--no-module-dir --load-module=$LIBBDBSTORE --data-dir=$TMPDIR --auth=no --store-force=yes --wcache-page-size 16" >+BROKER_OPTS="--no-module-dir --load-module=$LIBBDBSTORE --data-dir=$TMPDIR --auth=no --wcache-page-size 16" > run_tests() { > for p in `seq 1 8`; do > $abs_srcdir/start_broker "$@" ${BROKER_OPTS} || return 1 >@@ -54,8 +54,6 @@ > } > > echo 'Journal (AIO) persistence...' >-run_tests --store-async yes >-echo 'BDB persistence...' >-run_tests --store-async no >+run_tests > > exit $fail >Index: lib/BdbMessageStore.cpp >=================================================================== >--- lib/BdbMessageStore.cpp (revision 2149) >+++ lib/BdbMessageStore.cpp (working copy) >@@ -1608,11 +1608,6 @@ > ("store-directory", qpid::optValue(storeDir, "DIR"), > "Store directory location for persistence (instead of using --data-dir value). " > "Must be supplied if --no-data-dir is also used.") >- ("store-async", qpid::optValue(storeAsync, "yes|no"), >- "Use async persistence storage - if store supports it, enables AIO using O_DIRECT.") >- ("store-force", qpid::optValue(storeForce, "yes|no"), >- "Force changing modes of store (from sync to async or visa versa). " >- "Will delete all existing data if mode is changed.") > ("num-jfiles", qpid::optValue(numJrnlFiles, "N"), > "Number of files in persistence journal") > ("jfile-size-pgs", qpid::optValue(jrnlFsizePgs, "N"),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 451011
:
309111
|
309115
|
309116
| 309139