pkuwm opened a new issue #975:
URL: https://github.com/apache/helix/issues/975
```
try {
_gZkClient.writeData(path2, largeRecord);
} catch (HelixException e) {
Assert.fail("Should not fail because data size is larger than 1M since
compression applied");
}
```
The message should be "Should succeed because data size is smaller than 1M
since compression applied"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]