ERR-61016

rpERR_ABORT_RP_SENDER_MAKE_XLOG Sender Failed to make an xlog

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.

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.

Copyright ⓒ 2000~2016 Altibase Corporation. All Rights Reserved.

These documents are for informational purposes only. These information contained herein is not warranted to be error-free and is subject to change without notice. Decisions pertaining to Altibase’s product characteristics, features and development roadmap are at the sole discretion of Altibase. Altibase may own related patents, trademarks, copyright or other intellectual property rights of products and/or features discussed in this document.