519520521522523524525526527528
} catch (IOException e1) { // Then do a normal mutate } return mutate(row, tMutator); } catch (IOException e) { throw new AvroBaseException("Failed to delete: " + row, e); } finally { writeLock.unlock(); } }