Workiva / eva

A distributed database-system implementing an entity-attribute-value data-model that is time-aware, accumulative, and atomically consistent
Other
565 stars 25 forks source link

Defer health-check passing until after startup has occurred #81

Open tylerwilding-wk opened 5 years ago

tylerwilding-wk commented 5 years ago

The health check on the transactor should be deferred until after all startup has occurred, incl (but potentially not limited to):

If this is not done, it can lead to unexpected errors/behaviour when spinning up the transactor and a logical database cannot be initialized for whatever reason.

Related to #48