Skip to content

Commit

Permalink
HBASE-27381 Still seeing 'Stuck' in static initialization creating Re…
Browse files Browse the repository at this point in the history
…gionInfo instance (apache#4813)

Signed-off-by: Andrew Purtell <[email protected]>
  • Loading branch information
bbeaudreault authored Oct 4, 2022
1 parent 6abc1ae commit fa54381
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@
*/
@InterfaceAudience.Public
public interface RegionInfo extends Comparable<RegionInfo> {
/**
* @deprecated since 2.3.2/3.0.0; to be removed in 4.0.0 with no replacement (for internal use).
*/
@Deprecated
@InterfaceAudience.Private
// Not using RegionInfoBuilder intentionally to avoid a static loading deadlock: HBASE-24896
RegionInfo UNDEFINED =
new MutableRegionInfo(0, TableName.valueOf("__UNDEFINED__"), RegionInfo.DEFAULT_REPLICA_ID);

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

This file was deleted.

0 comments on commit fa54381

Please sign in to comment.