} catch (DriverException e) {
LOG.debug(e.getMessage());
LOG.trace(e.getMessage(), e);
status.error.getAndIncrement();
resultWriter.error(query, new QueryException(e.getMessage(), e), System.currentTimeMillis() - startTime);
} catch (Exception e) {
LOG.info("Unknown error while executing parallel import for: " + query + ", Msg:" + e.getMessage());
LOG.trace(e.getMessage(), e);
resultWriter.unknownError(query, e, System.currentTimeMillis() - startTime);