Please consider the delay in response as I was waiting for the backup to complete. We are still hitting with the similar (Incremental Backup) assertion failure and here is the recent error message from apply log process. Backup : $INNOBACKUPEX_BIN --no-version-check --user=$USER --password=$PASSWORD --slave-info --incremental --incremental-basedir=$FULLDIR $BACKUP_DIR/incremental >> $xb_backup_log 2>&1 Apply log: $INNOBACKUPEX_BIN --no-version-check --apply-log --incremental-dir=$LAST_BACKUP $($FIND $BACKUP_DIR/full -maxdepth 1 -mindepth 1 -type d -name 20\* | sort | tail -n 1) >> $xb_prepare_log 2>&1 Log: xtrabackup: starting shutdown with innodb_fast_shutdown = 1 InnoDB: FTS optimize thread exiting. InnoDB: Starting shutdown... 2014-10-15 07:01:56 4b013940 InnoDB: Assertion failure in thread 1258371392 in file buf0flu.cc line 2507 InnoDB: Failing assertion: UT_LIST_GET_LEN(buf_pool->flush_list) == 0 InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to http://bugs.mysql.com. InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html InnoDB: about forcing recovery. 12:01:56 UTC - xtrabackup got signal 6 ; This could be because you hit a bug or data is corrupted. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. Thread pointer: 0x0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0 thread_stack 0x10000 xtrabackup(my_print_stacktrace+0x32) [0xa3bc9d] xtrabackup(handle_fatal_signal+0x335) [0x910c05] /lib64/libpthread.so.0 [0x36aac0eb10] /lib64/libc.so.6(gsignal+0x35) [0x36aa030265] /lib64/libc.so.6(abort+0x110) [0x36aa031d10] xtrabackup(buf_flush_page_cleaner_thread+0x54e) [0x7680ec] /lib64/libpthread.so.0 [0x36aac0673d] /lib64/libc.so.6(clone+0x6d) [0x36aa0d44bd] On Tue, Oct 14, 2014 at 11:36 AM, Alexey Kopytov <