You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/09/11 02:33:46 UTC

[jira] [Updated] (HBASE-14403) [0.98] Fix TestInterfaceAudienceAnnotations failures

     [ https://issues.apache.org/jira/browse/HBASE-14403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-14403:
-----------------------------------
    Summary: [0.98] Fix TestInterfaceAudienceAnnotations failures  (was: [0.98] fix InterfaceAudience annotations)

> [0.98] Fix TestInterfaceAudienceAnnotations failures
> ----------------------------------------------------
>
>                 Key: HBASE-14403
>                 URL: https://issues.apache.org/jira/browse/HBASE-14403
>             Project: HBase
>          Issue Type: Task
>            Reporter: Nick Dimiduk
>            Assignee: Andrew Purtell
>
> HBASE-14382 backported {{TestInterfaceAudienceAnnotations}} to 0.98. This test now fails due to missing annotations.
> {noformat}
> 2015-09-10 16:21:41,705 DEBUG [main] hbase.ClassFinder(162): Will look for classes in /Users/ndimiduk/repos/hbase/hbase-client/target/classes/org/apache/hadoop/hbase
> 2015-09-10 16:21:41,710 DEBUG [main] hbase.ClassFinder(162): Will look for classes in /Users/ndimiduk/repos/hbase/hbase-annotations/target/classes/org/apache/hadoop/hbase
> 2015-09-10 16:21:41,710 DEBUG [main] hbase.ClassFinder(162): Will look for classes in /Users/ndimiduk/repos/hbase/hbase-common/target/classes/org/apache/hadoop/hbase
> 2015-09-10 16:21:41,710 DEBUG [main] hbase.ClassFinder(162): Will look for classes in /Users/ndimiduk/repos/hbase/hbase-protocol/target/classes/org/apache/hadoop/hbase
> 2015-09-10 16:21:43,471 INFO  [main] hbase.TestInterfaceAudienceAnnotations(293): These are the classes that DO NOT have @InterfaceStability annotation:
> 2015-09-10 16:21:43,471 INFO  [main] hbase.TestInterfaceAudienceAnnotations(295): class org.apache.hadoop.hbase.replication.ReplicationException
> 2015-09-10 16:21:43,471 INFO  [main] hbase.TestInterfaceAudienceAnnotations(295): class org.apache.hadoop.hbase.security.visibility.VisibilityControllerNotReadyException
> 2015-09-10 16:21:43,472 INFO  [main] hbase.TestInterfaceAudienceAnnotations(295): class org.apache.hadoop.hbase.snapshot.ExportSnapshotException
> 2015-09-10 16:21:43,476 DEBUG [main] hbase.ClassFinder(162): Will look for classes in /Users/ndimiduk/repos/hbase/hbase-client/target/classes/org/apache/hadoop/hbase
> 2015-09-10 16:21:43,476 DEBUG [main] hbase.ClassFinder(162): Will look for classes in /Users/ndimiduk/repos/hbase/hbase-annotations/target/classes/org/apache/hadoop/hbase
> 2015-09-10 16:21:43,476 DEBUG [main] hbase.ClassFinder(162): Will look for classes in /Users/ndimiduk/repos/hbase/hbase-common/target/classes/org/apache/hadoop/hbase
> 2015-09-10 16:21:43,477 DEBUG [main] hbase.ClassFinder(162): Will look for classes in /Users/ndimiduk/repos/hbase/hbase-protocol/target/classes/org/apache/hadoop/hbase
> 2015-09-10 16:21:43,542 INFO  [main] hbase.TestInterfaceAudienceAnnotations(254): These are the classes that DO NOT have @InterfaceAudience annotation:
> 2015-09-10 16:21:43,542 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.util.ConcatenatedLists
> 2015-09-10 16:21:43,542 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.client.DelegatingRetryingCallable
> 2015-09-10 16:21:43,542 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.classification.tools.IncludePublicAnnotationsStandardDoclet
> 2015-09-10 16:21:43,543 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.util.ChecksumType
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.ipc.RpcControllerFactory
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.ipc.IPCUtil$CellScannerButNoCodecException
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.util.ChecksumFactory
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.client.RetriesExhaustedException$ThrowableWithExtraContext
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.exceptions.LockTimeoutException
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): interface org.apache.hadoop.hbase.client.coprocessor.Batch$Callback
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.exceptions.UnknownProtocolException
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.io.crypto.Encryption$Context
> 2015-09-10 16:21:43,544 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.io.LimitInputStream
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.util.PrettyPrinter$Unit
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.protobuf.ProtobufUtil
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.io.ImmutableBytesWritable$Comparator
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.util.ConcatenatedLists$Iterator
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.ipc.ServerRpcController
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.ipc.DelegatingPayloadCarryingRpcController
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.filter.LongComparator
> 2015-09-10 16:21:43,545 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.util.ByteStringer
> 2015-09-10 16:21:43,546 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.types.PBType
> 2015-09-10 16:21:43,546 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.NamespaceDescriptor$Builder
> 2015-09-10 16:21:43,546 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.classification.tools.ExcludePrivateAnnotationsStandardDoclet
> 2015-09-10 16:21:43,546 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.HConstants$OperationStatusCode
> 2015-09-10 16:21:43,546 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.security.access.Permission$Action
> 2015-09-10 16:21:43,546 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.exceptions.FailedSanityCheckException
> 2015-09-10 16:21:43,546 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.HConstants$Modify
> 2015-09-10 16:21:43,546 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.util.Base64$Base64OutputStream
> 2015-09-10 16:21:43,547 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.KeepDeletedCells
> 2015-09-10 16:21:43,547 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): interface org.apache.hadoop.hbase.MetaMutationAnnotation
> 2015-09-10 16:21:43,547 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.util.ExceptionUtil
> 2015-09-10 16:21:43,547 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): interface org.apache.hadoop.hbase.client.coprocessor.Batch$Call
> 2015-09-10 16:21:43,547 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.BaseConfigurable
> 2015-09-10 16:21:43,547 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.client.HTableMultiplexer$HTableMultiplexerStatus
> 2015-09-10 16:21:43,547 INFO  [main] hbase.TestInterfaceAudienceAnnotations(256): class org.apache.hadoop.hbase.filter.RegexStringComparator$EngineType
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)