Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-72

[hbase] 'Normal' operation should not depend on throwing of exceptions (e.g. NotServingRegionException)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      Region server and client logs will have lots of the following when a cluster is being loaded:

      org.apache.hadoop.hbase.NotServingRegionException: hbaserepository,,7144829661993961256
              at org.apache.hadoop.hbase.HRegionServer.getRegion(HRegionServer.java:1208)
              at org.apache.hadoop.hbase.HRegionServer.getRegion(HRegionServer.java:1180)
              at org.apache.hadoop.hbase.HRegionServer.startUpdate(HRegionServer.java:1122)
              at org.apache.hadoop.hbase.HRegionServer.batchUpdate(HRegionServer.java:985)
              at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:340)
              at org.apache.hadoop.ipc.Server$Handler.run(Server.java:566)
      

      The NotServingRegionException exception is thrown when the remote server is no longer serving the asked-for region (usually because its been split). The server throws the exception to provoke the client into making a new interrogation of region locations.

      It would be an improvement if such 'normal' operation was not built atop exceptions. For example, commits might return a 'region moved' message.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stack Michael Stack
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: