Default value of -useObjectStorage was treated incorrectly

Details

Detail name Value
Changelog Number 30958
Type Bug
Status Open
Affected Versions Exasol 8.12.0

Description

For on-premises, starting a database with more than 24 active nodes fails when database parameter -useObjectStorage was not specified, because the missing value was interpreted as true.

Workaround

Explicitly set DB parameter -useObjectStorage=false see (Add database parameters).

Fix

Missing boolean parameter values are now treated as false, so object storage is no longer set to true implicitly.