With 4.3.2 the stacktrace is analogous (see below) For https://issues.apache.org/jira/browse/BOOKKEEPER-878 Sijie told that is was running some verifications in order to check if it is really possible to make the switch.
java.io.IOException: Configured layout org.apache.bookkeeper.meta.HierarchicalLedgerManagerFactory does not match existing layout org.apache.bookkeeper.meta.FlatLedgerManagerFactory org.apache.bookkeeper.meta.LedgerManagerFactory.newLedgerManagerFactory(LedgerManagerFactory.java:167) org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:311) org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:276) org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:249) org.apache.bookkeeper.client.BookKeeperAdmin.format(BookKeeperAdmin.java:809) -- Enrico Da: Jia Zhai [mailto:[email protected]] Inviato: lunedì 30 novembre 2015 05:40 A: user <[email protected]> Oggetto: Re: Switching to HierarchicalLedgerManagerFactory Hi Olivelli, Took a look of BOOKEEPER-878, Seems it has already done the porting work in BOOKKEEPER-438, whose last note as this: Matteo Merli<https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mmerli> added a comment - 13/Nov/15 15:13 Committed as 698283126ca1e9854be28b063e91208fdf4e710b in branch-4.3 Does your code contains this porting? Thanks. -Jia On Fri, Nov 27, 2015 at 7:09 PM, Enrico Olivelli - Diennea <[email protected]<mailto:[email protected]>> wrote: Any news on https://issues.apache.org/jira/browse/BOOKKEEPER-878 I cannot achieve a switch because of this error while trying to switch even trying to format the system Configured layout org.apache.bookkeeper.meta.HierarchicalLedgerManagerFactory does not match existing layout org.apache.bookkeeper.meta.FlatLedgerManagerFactory at org.apache.bookkeeper.meta.LedgerManagerFactory.newLedgerManagerFactory(LedgerManagerFactory.java:159) at org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:308) at org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:273) at org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:246) at org.apache.bookkeeper.client.BookKeeperAdmin.format(BookKeeperAdmin.java:809) The error I with 4.3.1 but I think that it will be the same on 4.3.2 (I can’t switch to 4.3.2 before a formal release for internal policies of my team) Thanks Enrico Olivelli Software Development Manager @Diennea Tel.: (+39) 0546 066100<tel:%28%2B39%29%C2%A00546%C2%A0066100> - Int. 925 Viale G.Marconi 30/14 - 48018 Faenza (RA) MagNews - E-mail Marketing Solutions http://www.magnews.it<http://www.magnews.it/> Diennea - Digital Marketing Solutions http://www.diennea.com<http://www.diennea.com/> ________________________________ Iscriviti alla nostra newsletter per rimanere aggiornato su digital ed email marketing! http://www.magnews.it/newsletter/ The information in this email is confidential and may be legally privileged. If you are not the intended recipient please notify the sender immediately and destroy this email. Any unauthorized, direct or indirect, disclosure, copying, storage, distribution or other use is strictly forbidden. ________________________________ Iscriviti alla nostra newsletter per rimanere aggiornato su digital ed email marketing! http://www.magnews.it/newsletter/ The information in this email is confidential and may be legally privileged. If you are not the intended recipient please notify the sender immediately and destroy this email. Any unauthorized, direct or indirect, disclosure, copying, storage, distribution or other use is strictly forbidden.
