Skip to content

STORM-2020: Stop using sun internal classes. STORM-2021: Fix license. STORM-2022: fix FieldsTest#1606

Merged
asfgit merged 4 commits into
apache:masterfrom
revans2:STORM-2020
Aug 5, 2016
Merged

STORM-2020: Stop using sun internal classes. STORM-2021: Fix license. STORM-2022: fix FieldsTest#1606
asfgit merged 4 commits into
apache:masterfrom
revans2:STORM-2020

Conversation

@revans2

@revans2 revans2 commented Aug 4, 2016

Copy link
Copy Markdown
Contributor

No description provided.

@satishd

satishd commented Aug 4, 2016

Copy link
Copy Markdown
Member

+1 LGTM

@Override
public void emitDirect(int arg0, String arg1, List<Object> arg2, Object arg3) {
throw new NotImplementedException();
throw new RuntimeException("NOT Implemented");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I prefer using UnsupportedOperationException in this case but since it's just a test code I'm OK.

@HeartSaVioR

Copy link
Copy Markdown
Contributor

+1 Thanks that's what I forgot to address. I saw relevant JIRA issue for this but can't find.

@revans2 revans2 changed the title STORM-2020: Stop using sun internal classes. STORM-2020: Stop using sun internal classes. STORM-2021: Fix license. STORM-2022: fix FieldsTest Aug 4, 2016
@revans2

revans2 commented Aug 4, 2016

Copy link
Copy Markdown
Contributor Author

@HeartSaVioR @satishd

I fixed a few other things that are also breaking the build on master. If you want me the break them apart I can.

@revans2

revans2 commented Aug 4, 2016

Copy link
Copy Markdown
Contributor Author

This time the failures really are unrelated :).

[WARNING] Could not transfer metadata org.apache.storm:multilang-python:2.0.0-SNAPSHOT/maven-metadata.xml from/to apache-snapshots (https://repository.apache.org/snapshots/): Connect to repository.apache.org:443 [repository.apache.org/207.244.88.143] failed: Connection timed out

I am seeing a lot of timeouts to repository.apache.org and that cause the build failures.

@satishd

satishd commented Aug 4, 2016

Copy link
Copy Markdown
Member

@revans2 I do not think you need to break them into different PRs as these are small set of changes. I can see build failures in travis with jdk 7 but they seem to be unrelated.
+1 again.

@harshach

harshach commented Aug 4, 2016

Copy link
Copy Markdown
Contributor

+1

@ptgoetz

ptgoetz commented Aug 4, 2016

Copy link
Copy Markdown
Member

+1. I don't see a need to break them out.

@asfgit asfgit merged commit ed46c89 into apache:master Aug 5, 2016
@HeartSaVioR

Copy link
Copy Markdown
Contributor

STORM-2021 is also related to 1.x-branch, so I've also downmerged.

@revans2

revans2 commented Aug 8, 2016

Copy link
Copy Markdown
Contributor Author

@HeartSaVioR thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants