Initialize command might fail with crashed recovery log
-------------------------------------------------------

         Key: SEQUOIA-902
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-902
     Project: Sequoia
        Type: Bug
  Components: Recovery Log, Core  
    Versions: Sequoia 3.0 beta2, Sequoia 2.10.4    
    Reporter: Emmanuel Cecchet
 Assigned to: Emmanuel Cecchet 
     Fix For: Sequoia 2.10.5, Sequoia 3.0


Reported by Guillaume Smet on the Sequoia mailing list

Ready to administrate virtual database test_db
test_db(admin) > show backend *
+--------------------------+-------------------------------------+
| Backend Name             | localhost1                          |
| Driver                   | org.postgresql.Driver               |
| URL                      | jdbc:postgresql://localhost/test_db |
| Active transactions      | 0                                   |
| Pending Requests         | 0                                   |
| Read Enabled             | false                               |
| Write Enabled            | false                               |
| Is Initialized           | false                               |
| Static Schema            | false                               |
| Connection Managers      | 1                                   |
| Total Active Connections | 50                                  |
| Persistent Connections   | 0                                   |
| Total Requests           | 0                                   |
| Total Transactions       | 0                                   |
| Last known checkpoint    | <unknown>                           |
+--------------------------+-------------------------------------+

test_db(admin) > initialize localhost1
Backend localhost1 is not in a disabled state (current state is enabled)
test_db(admin) > disable localhost1
Disabling backend localhost1 with automatic checkpoint.
test_db(admin) > initialize localhost1
Backend localhost1 is not in a disabled state (current state is enabled)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to