You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Mingjie Lai (JIRA)" <ji...@apache.org> on 2011/04/08 20:53:05 UTC

[jira] [Created] (HBASE-3758) HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver

HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver
--------------------------------------------------------------------

                 Key: HBASE-3758
                 URL: https://issues.apache.org/jira/browse/HBASE-3758
             Project: HBase
          Issue Type: Bug
          Components: coprocessors
            Reporter: Mingjie Lai
            Assignee: Mingjie Lai
             Fix For: 0.92.0


Currently RegionObserver pre/postScannerOpen() upcalls are injected at HRegion.instantiateInternalScanner(). If someone uses scanner methods at HRegion, ScannerOpen upcalls can be triggered unexpectedly. HBase-3583 pulled scannerNext and scannerClose from HRegion to HRegionServer. We also need to pull scannerOpen to HRegionObserver to prevent unexpected triggers. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-3758) HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020532#comment-13020532 ] 

Hudson commented on HBASE-3758:
-------------------------------

Integrated in HBase-TRUNK #1858 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1858/])
    

> HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver
> --------------------------------------------------------------------
>
>                 Key: HBASE-3758
>                 URL: https://issues.apache.org/jira/browse/HBASE-3758
>             Project: HBase
>          Issue Type: Bug
>          Components: coprocessors
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: 0.92.0
>
>         Attachments: HBase3758-2.patch, HBase3758-4.patch
>
>
> Currently RegionObserver pre/postScannerOpen() upcalls are injected at HRegion.instantiateInternalScanner(). If someone uses scanner methods at HRegion, ScannerOpen upcalls can be triggered unexpectedly. HBase-3583 pulled scannerNext and scannerClose from HRegion to HRegionServer. We also need to pull scannerOpen to HRegionObserver to prevent unexpected triggers. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3758) HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver

Posted by "Mingjie Lai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mingjie Lai updated HBASE-3758:
-------------------------------

    Attachment: HBase3758-2.patch

> HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver
> --------------------------------------------------------------------
>
>                 Key: HBASE-3758
>                 URL: https://issues.apache.org/jira/browse/HBASE-3758
>             Project: HBase
>          Issue Type: Bug
>          Components: coprocessors
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: 0.92.0
>
>         Attachments: HBase3758-2.patch
>
>
> Currently RegionObserver pre/postScannerOpen() upcalls are injected at HRegion.instantiateInternalScanner(). If someone uses scanner methods at HRegion, ScannerOpen upcalls can be triggered unexpectedly. HBase-3583 pulled scannerNext and scannerClose from HRegion to HRegionServer. We also need to pull scannerOpen to HRegionObserver to prevent unexpected triggers. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HBASE-3758) HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver

Posted by "Gary Helmling (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Helmling resolved HBASE-3758.
----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Committed to trunk.  Thanks Mingjie.

> HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver
> --------------------------------------------------------------------
>
>                 Key: HBASE-3758
>                 URL: https://issues.apache.org/jira/browse/HBASE-3758
>             Project: HBase
>          Issue Type: Bug
>          Components: coprocessors
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: 0.92.0
>
>         Attachments: HBase3758-2.patch, HBase3758-4.patch
>
>
> Currently RegionObserver pre/postScannerOpen() upcalls are injected at HRegion.instantiateInternalScanner(). If someone uses scanner methods at HRegion, ScannerOpen upcalls can be triggered unexpectedly. HBase-3583 pulled scannerNext and scannerClose from HRegion to HRegionServer. We also need to pull scannerOpen to HRegionObserver to prevent unexpected triggers. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3758) HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver

Posted by "Mingjie Lai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mingjie Lai updated HBASE-3758:
-------------------------------

    Attachment: HBase3758.patch

Patch attached here. 

> HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver
> --------------------------------------------------------------------
>
>                 Key: HBASE-3758
>                 URL: https://issues.apache.org/jira/browse/HBASE-3758
>             Project: HBase
>          Issue Type: Bug
>          Components: coprocessors
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: 0.92.0
>
>         Attachments: HBase3758.patch
>
>
> Currently RegionObserver pre/postScannerOpen() upcalls are injected at HRegion.instantiateInternalScanner(). If someone uses scanner methods at HRegion, ScannerOpen upcalls can be triggered unexpectedly. HBase-3583 pulled scannerNext and scannerClose from HRegion to HRegionServer. We also need to pull scannerOpen to HRegionObserver to prevent unexpected triggers. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3758) HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver

Posted by "Mingjie Lai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mingjie Lai updated HBASE-3758:
-------------------------------

    Attachment:     (was: HBase3758.patch)

> HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver
> --------------------------------------------------------------------
>
>                 Key: HBASE-3758
>                 URL: https://issues.apache.org/jira/browse/HBASE-3758
>             Project: HBase
>          Issue Type: Bug
>          Components: coprocessors
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: 0.92.0
>
>         Attachments: HBase3758-2.patch
>
>
> Currently RegionObserver pre/postScannerOpen() upcalls are injected at HRegion.instantiateInternalScanner(). If someone uses scanner methods at HRegion, ScannerOpen upcalls can be triggered unexpectedly. HBase-3583 pulled scannerNext and scannerClose from HRegion to HRegionServer. We also need to pull scannerOpen to HRegionObserver to prevent unexpected triggers. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3758) HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver

Posted by "Gary Helmling (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Helmling updated HBASE-3758:
---------------------------------

    Attachment: HBase3758-4.patch

Final patch from review

> HTable.delete triggers pre/postScannerOpen upcalls of RegionObserver
> --------------------------------------------------------------------
>
>                 Key: HBASE-3758
>                 URL: https://issues.apache.org/jira/browse/HBASE-3758
>             Project: HBase
>          Issue Type: Bug
>          Components: coprocessors
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: 0.92.0
>
>         Attachments: HBase3758-2.patch, HBase3758-4.patch
>
>
> Currently RegionObserver pre/postScannerOpen() upcalls are injected at HRegion.instantiateInternalScanner(). If someone uses scanner methods at HRegion, ScannerOpen upcalls can be triggered unexpectedly. HBase-3583 pulled scannerNext and scannerClose from HRegion to HRegionServer. We also need to pull scannerOpen to HRegionObserver to prevent unexpected triggers. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira