-
Notifications
You must be signed in to change notification settings - Fork 20
Feature/1392 use flogger #1477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Feature/1392 use flogger #1477
Conversation
… or office if the connection is read-only.
| } catch (Exception e) { | ||
| throw new DataAccessException("Unable to set user session. " | ||
| + "user empty = " + user.isEmpty(), e); | ||
| try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, it might work. presumably if the database is in read only mode the oracle jdbc driver would actually respond as such.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping this would fix the issue reported in #991
I didn't explicitly test that case but it seemed like in #991 the connection was read-only and the user was set. Should I take this out and just get the flogger changes merged first? The only reason I include it is b/c flogger gives us the option to easily do .atMostEvery(...) and (hopefully) not fill up their logs. 8Gb/day is kinda impressive.
closes #1392