Forced Unit Access (FUA) and Write‑Through

All components in a storage solution must honor the write‑to‑stable media intent.

A solution that has write‑back caching enabled must guarantee acknowledged writes are non‑volatile under all failure conditions. JADE uses two mechanisms to achieve the stable media requirement.

Using an external Uninterruptible Power Supply (UPS) to achieve this on its own is not sufficient, because failure modes that are unrelated to power do occur.

Caching storage solutions designed for use in data‑critical transactional environments may not honor these commands immediately. Such solutions must guarantee that, after a failure such as power loss or system reset, cached data is eventually persisted on the physical media.

As each new volume is encountered when opening a writable file, the JADE database logs the device write‑cache settings. If the device reports that write‑cache is enabled and the write‑cache type is not write‑through, warning messages are logged if the device does not support flush‑cache operations or you have configured the device as power protected (suppressing flush‑cache operations).

If the device settings cannot be determined, the following warning is logged.

<<WARNING>> Unable to determine write‑cache settings for volume <volume>, drive letter=<drive>, label=<label>

If write‑cache is enabled and it is not write‑through but the device reported flush-cache as not supported, the following warnings are logged.

<<WARNING>> Unsafe write‑cache settings for volume <volume>, drive letter=<drive>, label=<label>
<<WARNING>> Device does not support host software forced flush of device write‑cache

If write‑cache is enabled and it is not write‑through but you have configured the device as power protected on the Policies sheet in device properties, the following warnings are logged;

<<WARNING>> Possibly unsafe write-cache settings for volume <volume>, drive letter=<drive>, label=<label>
<<WARNING>> Host software forced flush of device write-cache is disabled

If a warning is logged for a device, it means that the reported device configuration does not guarantee that acknowledged writes are non‑volatile and therefore the device configuration does not comply with the database stable media requirement.

If a warning was logged, an indication of the implications of a failure for the system is also logged.

If archival recovery is enabled, the following message is logged.

A power outage might result in data loss or corruption necessitating roll‑forward recovery from a checked backup

If archival recovery is disabled, the following message is logged.

A power outage might result in irrecoverable data loss or corruption (archival recovery is disabled)