diff options
Diffstat (limited to 'src/site/fml')
-rw-r--r-- | src/site/fml/technical-faq.fml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/fml/technical-faq.fml b/src/site/fml/technical-faq.fml index 74aee55..2980ba5 100644 --- a/src/site/fml/technical-faq.fml +++ b/src/site/fml/technical-faq.fml @@ -8,8 +8,8 @@ <p>
Carbonado uses shutdown hooks to make sure that all in progress transactions
are properly rolled back. If you hard-kill a process (kill -9), then the
-shutdown won't get run. This can cause a problem when using BDB. In either
-case, db_recover must be run to prevent future data corruption. BDB-JE is not
+shutdown won't get run. This can cause a problem when using BDB, and
+db_recover must be run to prevent future data corruption. BDB-JE is not
affected, however, as it automatically runs recovery upon restart.
</p>
</answer>
|