-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove atomic dir action in fileStatus and listStatus from store class #123
Conversation
This reverts commit 0005ca9.
…ception from BlobRenaameHandler
lease arrayList a clone
#120 * change exception type; other review comments; * comments wip * sync checks review wip * reviews comments at higher level taken * atomic method abstraction to client * Permissions not to have public constructor * added javadocs small fix : sync should return fix + lease can be sync and async. test fix3 fix2 fix1 * javadocs
deserialization needs empty constructor concurrency control to get availableSize no manual json parsing in renameAtomicity
…BlobClient always. No casting required
:::: AGGREGATED TEST RESULT :::: ============================================================
|
try { | ||
return objectMapper.writeValueAsString(renamePendingJsonFormat); | ||
} catch (JsonProcessingException e) { | ||
throw new AbfsDriverException(e); |
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.
nit: Is this new exception type needed ?
Followup of #117 to comment #117 (comment)