You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2019/02/05 07:20:00 UTC

[jira] [Commented] (PHOENIX-5125) Some tests fail after PHOENIX-4009

    [ https://issues.apache.org/jira/browse/PHOENIX-5125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760523#comment-16760523 ] 

Lars Hofhansl commented on PHOENIX-5125:
----------------------------------------

NoOpStatsCollectorIT.testStatsCollectionDuringMajorCompaction:
{code:java}
Error Message
Stats collection is disabled, hence row counts should not match

Stacktrace
java.lang.AssertionError: Stats collection is disabled, hence row counts should not match
	at org.apache.phoenix.schema.stats.NoOpStatsCollectorIT.testStatsCollectionDuringMajorCompaction(NoOpStatsCollectorIT.java:119)
{code}
 
SpillableGroupByIT.testStatisticsAreNotWritten:
{code}
Error Message

ERROR 1401 (STS01): Stats collection attempted but is disabled on server ERROR 1401 (STS01): ERROR 1401 (STS01): Stats collection attempted but is disabled on server Stats collection attempted but is disabled on server N000001,,1549346502760.55a455158ada263d0c69a1b251e04167.

Stacktrace

java.sql.SQLException: ERROR 1401 (STS01): Stats collection attempted but is disabled on server ERROR 1401 (STS01): ERROR 1401 (STS01): Stats collection attempted but is disabled on server Stats collection attempted but is disabled on server N000001,,1549346502760.55a455158ada263d0c69a1b251e04167.
	at org.apache.phoenix.end2end.SpillableGroupByIT.testStatisticsAreNotWritten(SpillableGroupByIT.java:177)
Caused by: org.apache.hadoop.hbase.ipc.RemoteWithExtrasException: 
org.apache.hadoop.hbase.DoNotRetryIOException: ERROR 1401 (STS01): ERROR 1401 (STS01): Stats collection attempted but is disabled on server Stats collection attempted but is disabled on server N000001,,1549346502760.55a455158ada263d0c69a1b251e04167.
	at org.apache.phoenix.util.ServerUtil.createIOException(ServerUtil.java:106)
	at org.apache.phoenix.util.ServerUtil.throwIOException(ServerUtil.java:80)
	at org.apache.phoenix.coprocessor.BaseScannerRegionObserver$RegionScannerHolder.overrideDelegate(BaseScannerRegionObserver.java:251)
	at org.apache.phoenix.coprocessor.BaseScannerRegionObserver$RegionScannerHolder.nextRaw(BaseScannerRegionObserver.java:280)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:3119)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:3356)
	at org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:42002)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:409)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:130)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:324)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:304)
Caused by: org.apache.phoenix.schema.stats.StatsCollectionDisabledOnServerException: ERROR 1401 (STS01): Stats collection attempted but is disabled on server Stats collection attempted but is disabled on server
	at org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver.doPostScannerOpen(UngroupedAggregateRegionObserver.java:410)
	at org.apache.phoenix.coprocessor.BaseScannerRegionObserver$RegionScannerHolder.overrideDelegate(BaseScannerRegionObserver.java:232)
	... 8 more

{code}

> Some tests fail after PHOENIX-4009
> ----------------------------------
>
>                 Key: PHOENIX-5125
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5125
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Priority: Major
>
> * NoOpStatsCollectorIT.testStatsCollectionDuringMajorCompaction
> * SpillableGroupByIT.testStatisticsAreNotWritten
> [~karanmehta93], FYI.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)