You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "selina.yan (Jira)" <ji...@apache.org> on 2023/05/12 02:10:00 UTC

[jira] [Created] (PHOENIX-6955) The value of region metric--lastMajorCompactionAge is wrong,when the hfile is buckload file

selina.yan created PHOENIX-6955:
-----------------------------------

             Summary: The value of region  metric--lastMajorCompactionAge is wrong,when the hfile is buckload file
                 Key: PHOENIX-6955
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6955
             Project: Phoenix
          Issue Type: Bug
            Reporter: selina.yan


When HFileOutputFormat2 is used to create an hfile, the CREATE_TIME_TS of hfileinfo will not be assigned when creating an hfileContext, resulting in the value of  lastMajorCompactionAge  is the timestamp of the current time.
{code:java}
MultiHfileOutputFormat.getNewWriter {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)