Commit 6de25b8
sairampola
Refactor AbstractMultiTenantReader to remove unnecessary scannerClosed flag and streamline the close method. Update MultiTenantHFileWriter to catch and rethrow exceptions as IOException for improved error handling during section closure.
1 parent 997c7a5 commit 6de25b8
2 files changed
Lines changed: 2 additions & 5 deletions
File tree
- hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1711 | 1711 | | |
1712 | 1712 | | |
1713 | 1713 | | |
1714 | | - | |
1715 | | - | |
1716 | 1714 | | |
1717 | 1715 | | |
1718 | | - | |
1719 | 1716 | | |
1720 | 1717 | | |
1721 | 1718 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
727 | | - | |
| 727 | + | |
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
| |||
0 commit comments