Skip to content

Commit af28101

Browse files
committed
HBASE-27381 Still seeing 'Stuck' in static initialization creating RegionInfo instance (#4813)
Signed-off-by: Andrew Purtell <[email protected]>
1 parent 1dc4fd5 commit af28101

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
lines changed

hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionInfo.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@
6363
*/
6464
@InterfaceAudience.Public
6565
public interface RegionInfo extends Comparable<RegionInfo> {
66-
/**
67-
* @deprecated since 2.3.2/3.0.0; to be removed in 4.0.0 with no replacement (for internal use).
68-
*/
69-
@Deprecated
70-
@InterfaceAudience.Private
71-
// Not using RegionInfoBuilder intentionally to avoid a static loading deadlock: HBASE-24896
72-
RegionInfo UNDEFINED =
73-
new MutableRegionInfo(0, TableName.valueOf("__UNDEFINED__"), RegionInfo.DEFAULT_REPLICA_ID);
7466

7567
/**
7668
* Separator used to demarcate the encodedName in a region name in the new format. See description

hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionInfoStaticInitialization.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)