-
Notifications
You must be signed in to change notification settings - Fork 9.1k
fix some alerts raised by LGTM #474
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
Conversation
💔 -1 overall
This message was automatically generated. |
fc8a0f5
to
fab9afd
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Hi @1m2c3t4 |
@aajisaka I have now created HADOOP-16556. I'll close this PR and replace it with #1428 |
…eams. Currently successive invocation of EventHubSystemAdmin.getSystemStreamMetadata with the same stream collection returns empty results. This is an implementation bug, where the streams requested as a part of prior invocations of EventHubSystemAdmin.getSystemStreamMetadata are ignored(due to stale caching). This bug causes the JobModel generation phase to fail and kills the StreamProcessor. Author: Shanthoosh Venkataraman <svenkataraman@linkedin.com> Reviewers: Jagadish <jagadish@apache.org>, Srini P<spunuru@linkedin.com> Closes apache#474 from shanthoosh/EventHubSystemAdminBug
LGTM has raised some alerts after analysing Hadoop (https://lgtm.com/projects/g/apache/hadoop/alerts/?mode=tree).
This pull request is to fix some of the more straightforward ones. Specifically,
ArrayIndexOutOfBounds
in KerberosNameContradictory type checks
in GenericExceptionHandler-
Missing format argument
in RegistrySecurity, HttpFSExceptionProvider, DatasetVolumeChecker and ServiceClient(disclosure: I work for Semmle, the company behind LGTM).