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

Add UnitOrderedSerialization #1304

Merged
merged 3 commits into from
Jun 3, 2015
Merged

Conversation

johnynek
Copy link
Collaborator

closes #1297

I'm not sure we should merge this yet. I'm concerned this is going to increase serialization costs unless we add tokens for the Boxed class wrappers that we use to do the dispatch to find the correct serializers.

Also, We should not merge this until we are sure we worked out all the bugs and perf issues at Twitter, since this will impact anyone using groupAll.

Gabriella439 added a commit that referenced this pull request Jun 3, 2015
@Gabriella439 Gabriella439 merged commit 9395835 into develop Jun 3, 2015
@ianoc
Copy link
Collaborator

ianoc commented Jun 3, 2015

Mm I didn't think we were merging this ?

On Wednesday, June 3, 2015, Gabriel Gonzalez notifications@github.com
wrote:

Merged #1304 #1304.


Reply to this email directly or view it on GitHub
#1304 (comment).

@Gabriella439
Copy link
Contributor

I thought we were merging this for an internal release? Mansur said that he needed this for adding hyperdoop support to Tsar

If you're referring to the travis failure, I fixed the failing tests already. They were just missing an import

However, I'm okay with reverting this if necessary

@Gabriella439
Copy link
Contributor

I talked with Ian offline about this. I didn't realize that develop was not used for changes being tested in internal releases. I'll revert this change and open up a new pull request to replace the original.

@ianoc ianoc mentioned this pull request Aug 10, 2015
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.

Add OrderedSerialization for Unit and wire it in GroupAll
3 participants