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

support missing assignments in TransportShardUpdateAction #1565

Merged
merged 1 commit into from
Jan 23, 2015

Conversation

memcmp
Copy link

@memcmp memcmp commented Jan 23, 2015

No description provided.

Literal value = (Literal)normalizer.normalize(entry.getValue());
changes.put(entry.getKey(), value.value());
}
IndexRequest indexRequest = Requests.indexRequest(request.index()).type(request.type()).id(request.id()).routing(request.routing())
Copy link
Member

Choose a reason for hiding this comment

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

does this IndexRequest have .create(true) set?

@mfussenegger
Copy link
Member

ack 👍

@memcmp memcmp force-pushed the b/missing_assignment_shard_update_action branch from 6c64103 to 4cec073 Compare January 23, 2015 12:44
@memcmp memcmp force-pushed the b/missing_assignment_shard_update_action branch from 4cec073 to 28fc361 Compare January 23, 2015 12:45
@memcmp memcmp merged commit 28fc361 into upsert Jan 23, 2015
@memcmp memcmp deleted the b/missing_assignment_shard_update_action branch January 23, 2015 12:45
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.

None yet

2 participants