public void errorLogEntry(LogEntry logEntry) throws Throwable {
   logEntry.setConsistencyLevel(ConsistencyLevel.ALL);
   DistributedCommitLog.getLog().writeLogEntry(logEntry);
 }