[
https://issues.apache.org/jira/browse/HIVE-11240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625813#comment-14625813
]
Hive QA commented on HIVE-11240:
--------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12745170/HIVE-11240.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 9163 tests executed
*Failed tests:*
{noformat}
TestContribCliDriver - did not produce a TEST-*.xml file
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4604/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4604/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4604/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12745170 - PreCommit-HIVE-TRUNK-Build
> Change value type from int to long for
> HiveConf.ConfVars.METASTORESERVERMAXMESSAGESIZE
> --------------------------------------------------------------------------------------
>
> Key: HIVE-11240
> URL: https://issues.apache.org/jira/browse/HIVE-11240
> Project: Hive
> Issue Type: Improvement
> Components: Metastore
> Affects Versions: 1.2.0, 1.1.0
> Reporter: Xuefu Zhang
> Assignee: Ferdinand Xu
> Attachments: HIVE-11240.patch
>
>
> Currently in HiveMetaStore.java, we are getting an integer value from this
> property:
> {code}
> int maxMessageSize =
> conf.getIntVar(HiveConf.ConfVars.METASTORESERVERMAXMESSAGESIZE);
> {code}
> While this is sufficient most of the time, there can be cases where msg size
> might needs to be greater than INT_MAX. We should use long instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)