[ 
https://issues.apache.org/jira/browse/PHOENIX-6179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17223440#comment-17223440
 ] 

ASF GitHub Bot commented on PHOENIX-6179:
-----------------------------------------

virajjasani commented on a change in pull request #942:
URL: https://github.com/apache/phoenix/pull/942#discussion_r514894983



##########
File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/BackwardCompatibilityIT.java
##########
@@ -437,8 +472,17 @@ public void run() {
     }
 
     // Executes the SQL commands listed in the given operation file from the 
sql_files directory
-    private void executeQueriesWithCurrentVersion(String operation) throws 
Exception {
+    private void executeQueriesWithCurrentVersion(String operation,
+            boolean setMaxLookBackAge) throws Exception {
         Properties props = PropertiesUtil.deepCopy(TEST_PROPERTIES);
+        if (setMaxLookBackAge) {
+            props.put(
+                
QueryServices.GLOBAL_INDEX_ROW_AGE_THRESHOLD_TO_DELETE_MS_ATTRIB,

Review comment:
       My bad, this is not needed, it came as part of copy from existing test. 
Removed it.
   Thanks




----------------------------------------------------------------
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:
us...@infra.apache.org


> Relax the MaxLookBack age checks during an upgrade
> --------------------------------------------------
>
>                 Key: PHOENIX-6179
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6179
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Jacob Isaac
>            Assignee: Viraj Jasani
>            Priority: Critical
>             Fix For: 5.1.0, 4.16.0
>
>         Attachments: PHOENIX-6179.4.x.000.patch, PHOENIX-6179.master.000.patch
>
>
> Getting this error when trying to upgrade cluster - Error: ERROR 538 (42915): 
> Cannot use SCN to look further back in the past beyond the configured max 
> lookback age (state=42915,code=538)
>  
> During the upgrade the SCN for the connection is set to be the phoenix 
> version timestamp which is a small number.



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

Reply via email to