You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/28 09:31:00 UTC

[jira] [Work logged] (HIVE-25550) Increase the RM_PROGRESS column max length to fit metrics stat

     [ https://issues.apache.org/jira/browse/HIVE-25550?focusedWorklogId=656067&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-656067 ]

ASF GitHub Bot logged work on HIVE-25550:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Sep/21 09:30
            Start Date: 28/Sep/21 09:30
    Worklog Time Spent: 10m 
      Work Description: aasha commented on a change in pull request #2668:
URL: https://github.com/apache/hive/pull/2668#discussion_r717396745



##########
File path: metastore/scripts/upgrade/derby/058-HIVE-23516.derby.sql
##########
@@ -4,7 +4,7 @@ CREATE TABLE "APP"."REPLICATION_METRICS" (
   "RM_POLICY" varchar(256) NOT NULL,
   "RM_DUMP_EXECUTION_ID" bigint NOT NULL,
   "RM_METADATA" varchar(4000),
-  "RM_PROGRESS" varchar(4000),
+  "RM_PROGRESS" varchar(24000),

Review comment:
       these files are older ones. You can skip updating them. Only the scripts inside standalone-metastore should be updated.




-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 656067)
    Remaining Estimate: 0h
            Time Spent: 10m

> Increase the RM_PROGRESS column max length to fit metrics stat
> --------------------------------------------------------------
>
>                 Key: HIVE-25550
>                 URL: https://issues.apache.org/jira/browse/HIVE-25550
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Presently it fails with the following trace:
> {noformat}
> [[Event Name: EVENT_ALLOC_WRITE_ID; Total Number: 213; Total Time: 85347.0; Mean: 400.6901408450704; Median: 392.0; Standard Deviation: 33.99178239314741; Variance: 1155.4412702630862; Kurtosis: 83.69411620601193; Skewness: 83.69411620601193; 25th Percentile: 384.0; 50th Percentile: 392.0; 75th Percentile: 408.0; 90th Percentile: 417.0; Top 5 EventIds(EventId=Time) {1498476=791, 1498872=533, 1497805=508, 1498808=500, 1499027=492};]]}"}]}" in column ""RM_PROGRESS"" that has maximum length of 4000. Please correct your data!
>         at org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping.setString(CharRDBMSMapping.java:254) ~[datanucleus-rdbms-4.1.19.jar:?]
>         at org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping.setString(SingleFieldMapping.java:180) ~{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)