mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-1426: Improve handling of Broker data store creation failures
Broker::create_master() and Broker::create_clone() now return a valid value even when there's a failure to open the backend database (e.g. SQLite filesystem error). In that case, the returned value can still be passed into other data store operations, but they'll fail immediately with an error. Broker::is_closed() can now also be used to determine whether the data store creation calls failed.
This commit is contained in:
parent
6946cffde2
commit
6af436aad3
8 changed files with 138 additions and 14 deletions
|
@ -1 +1 @@
|
|||
Subproject commit b9f68a1ddebe82db28068c76153b0954c1f7c227
|
||||
Subproject commit c8d9a8fb1ce768cfbcf81767a34a15ffd8104d0d
|
Loading…
Add table
Add a link
Reference in a new issue