293294295296297298299300301302303
LOG.debug(msg); //XXX: double "abort" is bad thing!!! txnManager.abort(txn); throw new CollectionExistsException(msg); } // Create collection Collection created = broker.getOrCreateCollection(txn, newCollection); broker.saveCollection(txn, created);