GitHub user ravipesala opened a pull request:
https://github.com/apache/incubator-carbondata/pull/691
[CARBONDATA-783] Fixed message fails with outofbound exception in
dictionary server
This error happens because we are using TCP protocol and it may not sends
the whole data in single packet, so if the data is big it is sending in
multiple packets but we are taking only first packet to process the data, that
is why it is failing.
Now added the length decoder and added length of whole message at header,
so length decoder receives all packets depending on the length provided at
header of message.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ravipesala/incubator-carbondata
single-pass-optim
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/691.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #691
----
commit 2fb0be27c2445f9de13ff77c70b80554b60d9492
Author: ravipesala <[email protected]>
Date: 2017-03-23T08:34:07Z
Add single pass perf test
commit 757313dcf41b0068a377e68a37928f9210e2fd3d
Author: ravipesala <[email protected]>
Date: 2017-03-23T13:57:23Z
Fixed message fails with outofbound exception in dictionary server
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---