gemfirexd.datadictionary.allow-startup-errors
October 18, 2021 ยท View on GitHub
Description
Enables a SnappyData member to start up, ignoring DDL statements that fail during member initialization. This property enables you to resolve startup problems manually, after forcing the member to start. Typical DDL initialization problems occur when a required disk store file is unavailable, or when SnappyData cannot initialize a DBSynchronizer configuration due to the external RDBMS being unavailable. Use gemfirexd.datadictionary.allow-startup-errors to drop and recreate the disk store or DBSynchronizer configuration after startup.
Default Value
false
Property Type
system
!!! Note
You must define this property as a Java system property (for example by using -J-Dproperty_name=property_value with a snappy utility, or by setting JAVA_ARGS="-Dproperty_name=property_value").
Prefix
n/a