Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9)

Issue 294620043: Correctly handle exceptions from siteusermapping

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 11 months ago by hpaku
Modified:
7 years, 4 months ago
Reviewers:
JohnL
CC:
connector-cr_google.com
Visibility:
Public.

Description

Correctly handle exceptions from siteusermapping b/28948870 - sometimes siteusermapping can return errors, in such cases log the exception, but do not stop processing to prevent broken ACL inheritance chains.

Patch Set 1 #

Total comments: 13

Patch Set 2 : Correctly handle exceptions from siteusermapping #

Patch Set 3 : #

Patch Set 4 : Changing log level to fine, msg to less technical #

Total comments: 2

Patch Set 5 : Reverting set principal #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java View 1 2 3 4 2 chunks +12 lines, -3 lines 1 comment Download

Messages

Total messages: 16
hpaku
7 years, 11 months ago (2016-05-25 12:07:58 UTC) #1
JohnL
Comments and questions. John L https://codereview.appspot.com/294620043/diff/1/src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java File src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java (right): https://codereview.appspot.com/294620043/diff/1/src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java#newcode2522 src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java:2522: } catch (IOException ex) ...
7 years, 11 months ago (2016-05-25 19:43:16 UTC) #2
myk
Not a whole lot beyond JohnL's review comments - but then the change is rather ...
7 years, 11 months ago (2016-05-25 21:54:52 UTC) #3
hpaku
Please review. Thank you! https://codereview.appspot.com/294620043/diff/1/src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java File src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java (right): https://codereview.appspot.com/294620043/diff/1/src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java#newcode2522 src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java:2522: } catch (IOException ex) { ...
7 years, 10 months ago (2016-06-09 14:09:57 UTC) #4
hpaku
Friendly ping on this. Thanks! On Thu, Jun 9, 2016 at 4:09 PM, <hpaku@google.com> wrote: ...
7 years, 10 months ago (2016-06-15 13:41:17 UTC) #5
Tanmay Vartak
This is bit confusing for me if I directly look at patch 2 as all ...
7 years, 10 months ago (2016-06-15 16:15:12 UTC) #6
myk
On Wed, Jun 15, 2016 at 9:15 AM, <tvartak@google.com> wrote: > This is bit confusing ...
7 years, 10 months ago (2016-06-15 21:23:42 UTC) #7
hpaku
On 2016/06/15 21:23:42, myk wrote: > On Wed, Jun 15, 2016 at 9:15 AM, <mailto:tvartak@google.com> ...
7 years, 10 months ago (2016-06-16 05:55:20 UTC) #8
hpaku
Friendly ping on this. Thank you! On Thu, Jun 16, 2016 at 7:55 AM, <hpaku@google.com> ...
7 years, 10 months ago (2016-06-27 11:55:26 UTC) #9
myk
> > Yes, correct. Sorry for the mistake. > > > > Please review now ...
7 years, 10 months ago (2016-06-27 17:59:51 UTC) #10
hpaku
On 2016/06/27 17:59:51, myk wrote: > > > Yes, correct. Sorry for the mistake. > ...
7 years, 9 months ago (2016-07-08 14:32:59 UTC) #11
JohnL
https://codereview.appspot.com/294620043/diff/60001/src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java File src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java (right): https://codereview.appspot.com/294620043/diff/60001/src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java#newcode2521 src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java:2521: principal = siteUserMapping.getPrincipal(id); You're only setting principal if siteUserMapping ...
7 years, 9 months ago (2016-07-08 22:45:11 UTC) #12
myk
JohnL points out a very important diff. I think that, once it's corrected, this will ...
7 years, 9 months ago (2016-07-09 00:50:25 UTC) #13
myk
On Fri, Jul 8, 2016 at 5:50 PM, <myk@google.com> wrote: > JohnL points out a ...
7 years, 9 months ago (2016-07-09 00:53:00 UTC) #14
JohnL
Sorry for the delay. Uploading a patch set does not send email by default, so ...
7 years, 4 months ago (2016-12-07 02:43:37 UTC) #15
JohnL
7 years, 4 months ago (2016-12-07 02:44:19 UTC) #16
Remove obsolete reviewers.

John L
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b