Re: BDR: cannot drop database even after parting the node

Поиск
Список
Период
Сортировка
От Florin Andrei
Тема Re: BDR: cannot drop database even after parting the node
Дата
Msg-id 959eb95df2683d7487d9aba2c37e5c08@andrei.myip.org
обсуждение исходный текст
Ответ на BDR: cannot drop database even after parting the node  (Florin Andrei <florin@andrei.myip.org>)
Ответы Re: BDR: cannot drop database even after parting the node
Список pgsql-general
With all nodes parted from the group, I've tried to remove the bdr
extension, or the table I've used for tests, but neither works:

bdrdemo=# DROP EXTENSION bdr;
ERROR:  No peer nodes or peer node count unknown, cannot acquire DDL
lock
HINT:  BDR is probably still starting up, wait a while

bdrdemo=# DROP TABLE t1bdr;
ERROR:  No peer nodes or peer node count unknown, cannot acquire DDL
lock
HINT:  BDR is probably still starting up, wait a while


--
Florin Andrei
http://florin.myip.org/


В списке pgsql-general по дате отправления:

Предыдущее
От: Florin Andrei
Дата:
Сообщение: BDR: cannot drop database even after parting the node
Следующее
От: Florin Andrei
Дата:
Сообщение: Re: BDR problem