Skip to content
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

ZEPPELIN-3735. Wrap WebSocket connection into ConnectionManager #3151

Closed
wants to merge 1 commit into from

Conversation

zjffdu
Copy link
Contributor

@zjffdu zjffdu commented Aug 20, 2018

What is this PR for?

This a refactoring PR which move all websocket connection related stuff into class ConnectionManager

What type of PR is it?

[Refactoring]

Todos

  • - Task

What is the Jira issue?

How should this be tested?

  • CI pass

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@zjffdu zjffdu force-pushed the ZEPPELIN-3735 branch 5 times, most recently from 73c0ab0 to 7fd5eb2 Compare August 20, 2018 10:08
@zjffdu
Copy link
Contributor Author

zjffdu commented Aug 22, 2018

Will merge if no more comments

@zjffdu zjffdu force-pushed the ZEPPELIN-3735 branch 2 times, most recently from 4999753 to f30dfba Compare August 22, 2018 05:41
userAndRoles = authInfo.getRoles(user);
userAndRoles.add(user);
// TODO(zjffdu) is it ok for comment the following line ?
// notesInfo = generateNotesInfo(false, new AuthenticationInfo(user), userAndRoles);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the cause of https://issues.apache.org/jira/browse/ZEPPELIN-5061 and needs to be reverted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants