Skip to content

Commit

Permalink
MultiAction with multiple column families do not serialize 'nrpcs_per…
Browse files Browse the repository at this point in the history
…_key' correctly
  • Loading branch information
adityakishore committed Feb 4, 2014
1 parent 3dc22f9 commit e08207e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MultiAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ private ChannelBuffer serializeOld(final byte server_version) {
// do not coalesces RPCs with multiple families
nfamilies = families.length;
rpc.serializePayloads(buf);
nrpcs_per_key++;
prev = rpc;
continue;
}
Expand Down

0 comments on commit e08207e

Please sign in to comment.