You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Vincent Poon (JIRA)" <ji...@apache.org> on 2018/03/31 00:25:00 UTC

[jira] [Created] (PHOENIX-4682) UngroupedAggregateRegionObserver preCompactScannerOpen hook should not throw exceptions

Vincent Poon created PHOENIX-4682:
-------------------------------------

             Summary: UngroupedAggregateRegionObserver preCompactScannerOpen hook should not throw exceptions
                 Key: PHOENIX-4682
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4682
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.13.0
            Reporter: Vincent Poon
            Assignee: Vincent Poon


TableNotFoundException in the preCompactScannerOpen hook can lead to RS abort.

Some tables might have the phoenix coprocessor loaded but not be actual Phoenix tables (i.e. have a row in SYSTEM.CATALOG).  We should ignore these Exceptions instead of throwing them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)