in src/main/java/software/amazon/qldb/Session.java [108:115]
public void close() {
try {
sendEndSession();
} catch (SdkServiceException e) {
// We will only log issues closing the session, as QLDB will clean them up after a timeout.
logger.warn("Errors closing session: {}", e.getMessage(), e);
}
}