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

[Pulsar Proxy] Add error log for pulsar proxy starter #8451

Merged
merged 2 commits into from
Nov 5, 2020

Conversation

gaoran10
Copy link
Contributor

@gaoran10 gaoran10 commented Nov 5, 2020

Motivation

Currently, the proxy service starter will throw all exceptions to the main method directly, it's hard to check the error log if there is an exception when proxy service start.

Modifications

Add try-catch for proxy start method.

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API: (no)
  • The schema: (no)
  • The default values of configurations: (no)
  • The wire protocol: (no)
  • The rest endpoints: (no)
  • The admin cli options: (no)
  • Anything that affects deployment: (no)

Documentation

  • Does this pull request introduce a new feature? (no)

@sijie sijie added this to the 2.7.0 milestone Nov 5, 2020
@sijie sijie merged commit 442a547 into apache:master Nov 5, 2020
@codelipenghui
Copy link
Contributor

cherry-picked to branch-2.6

codelipenghui pushed a commit that referenced this pull request Nov 10, 2020
### Motivation

Currently, the proxy service starter will throw all exceptions to the main method directly, it's hard to check the error log if there is an exception when proxy service start.

### Modifications

Add try-catch for proxy start method.

(cherry picked from commit 442a547)
codelipenghui pushed a commit to streamnative/pulsar-archived that referenced this pull request Nov 13, 2020
### Motivation

Currently, the proxy service starter will throw all exceptions to the main method directly, it's hard to check the error log if there is an exception when proxy service start.

### Modifications

Add try-catch for proxy start method.

(cherry picked from commit 442a547)
(cherry picked from commit bcb97d1)
flowchartsman pushed a commit to flowchartsman/pulsar that referenced this pull request Nov 17, 2020
### Motivation

Currently, the proxy service starter will throw all exceptions to the main method directly, it's hard to check the error log if there is an exception when proxy service start.

### Modifications

Add try-catch for proxy start method.
@gaoran10 gaoran10 deleted the proxy-start-error-log branch February 4, 2021 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants