Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Table of Contents

Version

 All versions

Explanation

 Replication is stopped.

Cause

Altibase sends the replication information in the form of Xlogs. 

Xlogs are included and managed by the Altibase redo log to guarantee the database transaction order.

This error occurs when there is a lack of disk space in the redo log area.

Action

Check the directory and the disk space with the following SQL command.

Code Block
languagesql
iSQL> select value1 from v$property where name = 'LOG_DIR';

VALUE1
----------------------------------------------------------
/home/luj/altibase_home/logs

1 row selected

Reference

A lack of disk space occurs, mainly because checkpointing is not executed for a long time or failed to execute. Thus, it is important to find out the cause of the error.