Apache-Phoenix | 4.x-HBase-1.3 | Build Successful

2019-06-25 Thread Apache Jenkins Server
4.x-HBase-1.3 branch build status Successful

Source repository https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/4.x-HBase-1.3

Compiled Artifacts https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/lastSuccessfulBuild/artifact/

Test Report https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/lastCompletedBuild/testReport/

Changes
No changes


Build times for last couple of runsLatest build time is the right most | Legend blue: normal, red: test failure, gray: timeout


Jenkins build is back to normal : Phoenix-4.x-HBase-1.5 #59

2019-06-25 Thread Apache Jenkins Server
See 



Build failed in Jenkins: Phoenix-4.x-HBase-1.3 #448

2019-06-25 Thread Apache Jenkins Server
See 


Changes:

[elserj] PHOENIX-5370 More missing license headers (addendum)

--
[...truncated 565.55 KB...]
at 
org.apache.phoenix.coprocessor.generated.MetaDataProtos$MetaDataService.callMethod(MetaDataProtos.java:17053)
at 
org.apache.hadoop.hbase.regionserver.HRegion.execService(HRegion.java:8350)
at 
org.apache.hadoop.hbase.regionserver.RSRpcServices.execServiceOnRegion(RSRpcServices.java:2170)
at 
org.apache.hadoop.hbase.regionserver.RSRpcServices.execService(RSRpcServices.java:2152)
at 
org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:35076)
at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2376)
at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:123)
at 
org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:188)
at 
org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:168)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: 
java.lang.OutOfMemoryError: unable to create new native thread
at 
org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:220)
at 
org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:314)
at 
org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:289)
at 
org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:164)
at 
org.apache.hadoop.hbase.client.ClientScanner.(ClientScanner.java:159)
at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:796)
at 
org.apache.hadoop.hbase.client.HTableWrapper.getScanner(HTableWrapper.java:215)
at 
org.apache.phoenix.coprocessor.ViewFinder.findRelatedViews(ViewFinder.java:93)
at 
org.apache.phoenix.coprocessor.ViewFinder.findAllRelatives(ViewFinder.java:65)
at 
org.apache.phoenix.coprocessor.ViewFinder.findAllRelatives(ViewFinder.java:59)
at 
org.apache.phoenix.coprocessor.MetaDataEndpointImpl.findAncestorViews(MetaDataEndpointImpl.java:2560)
at 
org.apache.phoenix.coprocessor.MetaDataEndpointImpl.addDerivedColumnsFromAncestors(MetaDataEndpointImpl.java:741)
at 
org.apache.phoenix.coprocessor.MetaDataEndpointImpl.combineColumns(MetaDataEndpointImpl.java:680)
at 
org.apache.phoenix.coprocessor.MetaDataEndpointImpl.getTableFromCache(MetaDataEndpointImpl.java:1929)
at 
org.apache.phoenix.coprocessor.MetaDataEndpointImpl.doGetTable(MetaDataEndpointImpl.java:3710)
at 
org.apache.phoenix.coprocessor.MetaDataEndpointImpl.createTable(MetaDataEndpointImpl.java:2178)
... 9 more
Caused by: java.lang.RuntimeException: java.lang.OutOfMemoryError: unable to 
create new native thread
at 
org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:220)
at 
org.apache.hadoop.hbase.client.ClientSmallReversedScanner.loadCache(ClientSmallReversedScanner.java:228)
at 
org.apache.hadoop.hbase.client.ClientSmallReversedScanner.next(ClientSmallReversedScanner.java:202)
at 
org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegionInMeta(ConnectionManager.java:1298)
at 
org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1197)
at 
org.apache.hadoop.hbase.client.CoprocessorHConnection.locateRegion(CoprocessorHConnection.java:41)
at 
org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:303)
at 
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:156)
at 
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:60)
at 
org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:212)
... 24 more
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:717)
at 
java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957)
at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1367)
at 
org.apache.hadoop.hbase.client.ResultBoundedCompletionService.submit(ResultBoundedCompletionService.java:146)
at 
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.addCallsForCurrentReplica(ScannerCallableWithReplicas.java:287)
at 
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:170)
at 
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas

Jenkins build is back to normal : Phoenix | Master #2430

2019-06-25 Thread Apache Jenkins Server
See 




Build failed in Jenkins: Phoenix-4.x-HBase-1.4 #194

2019-06-25 Thread Apache Jenkins Server
See 


Changes:

[elserj] PHOENIX-5370 Add missing license headers and consolidate headers on 
POMs

[elserj] PHOENIX-5370 More missing license headers (addendum)

--
[...truncated 39.80 KB...]
[INFO] Running org.apache.phoenix.schema.SystemSplitPolicyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s 
- in org.apache.phoenix.schema.SystemSplitPolicyTest
[INFO] Running org.apache.phoenix.schema.RowKeySchemaTest
[INFO] Running org.apache.phoenix.schema.stats.UpdateStatisticsToolTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 s 
- in org.apache.phoenix.mapreduce.CsvBulkImportUtilTest
[INFO] Running org.apache.phoenix.schema.stats.StatisticsScannerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.143 s 
- in org.apache.phoenix.schema.stats.UpdateStatisticsToolTest
[INFO] Running org.apache.phoenix.schema.RowKeyValueAccessorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.499 s 
- in org.apache.phoenix.schema.RowKeySchemaTest
[INFO] Running org.apache.phoenix.schema.PCharPadTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s 
- in org.apache.phoenix.schema.PCharPadTest
[INFO] Running org.apache.phoenix.schema.SortOrderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s 
- in org.apache.phoenix.schema.SortOrderTest
[INFO] Running 
org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s 
- in org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest
[INFO] Running 
org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s 
- in org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PDataTypeForArraysTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.99 s - 
in org.apache.phoenix.schema.stats.StatisticsScannerTest
[INFO] Running org.apache.phoenix.schema.types.PVarcharArrayToStringTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - 
in org.apache.phoenix.schema.types.PVarcharArrayToStringTest
[INFO] Running 
org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s 
- in org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PDateArrayToStringTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.687 s 
- in org.apache.phoenix.mapreduce.index.IndexScrutinyTableOutputTest
[INFO] Running 
org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s 
- in org.apache.phoenix.schema.types.PDateArrayToStringTest
[INFO] Running 
org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s 
- in org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.924 s 
- in org.apache.phoenix.schema.types.PDataTypeForArraysTest
[INFO] Running 
org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s 
- in org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.types.PDataTypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s 
- in org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.SchemaUtilTest
[INFO] Running 
org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.875 s 
- in org.apache.phoenix.trace.TraceSpanReceiverTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s 
- in org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest
[INFO] Running org.apache.phoenix.schema.ValueBitSetTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s 
- in org.apache.phoenix.schema.ValueBitSetTest
[INFO] Running org.apache.phoenix.schema.PMetaDataImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - 
in org.apache.phoenix.schema.SchemaUtilTest
[INFO] Running org.apache.phoenix.schema.SequenceAllocationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s 
- in org.apache.phoenix.schema.PMetaDataImplTest
[INFO] Running org.apa

Build failed in Jenkins: Phoenix-4.x-HBase-1.3 #447

2019-06-25 Thread Apache Jenkins Server
See 


Changes:

[elserj] PHOENIX-5370 Add missing license headers and consolidate headers on 
POMs

--
[...truncated 529.68 KB...]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.669 s 
- in org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 182.348 
s - in org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.MigrateSystemTablesToSystemNamespaceIT
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 189.811 
s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 203.994 
s - in org.apache.phoenix.end2end.IndexBuildTimestampIT
[INFO] Running org.apache.phoenix.end2end.LocalIndexSplitMergeIT
[INFO] Running 
org.apache.phoenix.end2end.NonColumnEncodedImmutableNonTxStatsCollectorIT
[INFO] Running 
org.apache.phoenix.end2end.NonColumnEncodedImmutableTxStatsCollectorIT
[INFO] Running 
org.apache.phoenix.end2end.OrderByWithServerClientSpoolingDisabledIT
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 571.122 
s - in org.apache.phoenix.end2end.CostBasedDecisionIT
[WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 
177.52 s - in 
org.apache.phoenix.end2end.NonColumnEncodedImmutableNonTxStatsCollectorIT
[INFO] Running org.apache.phoenix.end2end.OrderByWithServerMemoryLimitIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.543 s 
- in org.apache.phoenix.end2end.OrderByWithServerMemoryLimitIT
[INFO] Running org.apache.phoenix.end2end.OrderByWithSpillingIT
[INFO] Running org.apache.phoenix.end2end.PartialResultServerConfigurationIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 231.538 
s - in org.apache.phoenix.end2end.OrderByWithServerClientSpoolingDisabledIT
[INFO] Running org.apache.phoenix.end2end.PermissionNSDisabledIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.873 s 
- in org.apache.phoenix.end2end.PartialResultServerConfigurationIT
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 431.035 
s - in org.apache.phoenix.end2end.IndexToolIT
[INFO] Running org.apache.phoenix.end2end.PermissionNSEnabledIT
[WARNING] Tests run: 56, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 
341.321 s - in 
org.apache.phoenix.end2end.NonColumnEncodedImmutableTxStatsCollectorIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 431.023 
s - in org.apache.phoenix.end2end.MigrateSystemTablesToSystemNamespaceIT
[INFO] Running org.apache.phoenix.end2end.PermissionsCacheIT
[INFO] Running org.apache.phoenix.end2end.PhoenixDriverIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 426.258 
s - in org.apache.phoenix.end2end.LocalIndexSplitMergeIT
[INFO] Running org.apache.phoenix.end2end.QueryLoggerIT
[INFO] Running org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.037 s 
- in org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.862 s 
- in org.apache.phoenix.end2end.PhoenixDriverIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 237.183 
s - in org.apache.phoenix.end2end.OrderByWithSpillingIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.604 s 
- in org.apache.phoenix.end2end.QueryLoggerIT
[INFO] Running org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.364 s 
- in org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Running org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s 
- in org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Running org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 269.844 
s - in org.apache.phoenix.end2end.PermissionNSDisabledIT
[INFO] Running org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.504 s 
- in org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Running org.apache.phoenix.end2end.SequencePointInTimeIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s 
- in org.apache.phoenix.end2end.SequencePointInTimeIT
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 274.73 s 
- in org.apache.phoenix.end2end.PermissionNSEnabledIT
[INFO] Running org.apache.phoenix.end2end.SystemCatalogCreationOnConnectionIT
[INFO] Running org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.SplitIT
[INFO] Tests run: 9, Failures: 0, Errors:

Build failed in Jenkins: Phoenix | Master #2429

2019-06-25 Thread Apache Jenkins Server
See 


Changes:

[elserj] PHOENIX-5370 Add missing license headers and consolidate headers on 
POMs

--
[...truncated 112.07 KB...]
[INFO] Running org.apache.phoenix.tx.TransactionIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.029 s 
- in org.apache.phoenix.rpc.UpdateCacheIT
[INFO] Running org.apache.phoenix.tx.TxCheckpointIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.33 s 
- in org.apache.phoenix.tx.FlappingTransactionIT
[INFO] Running org.apache.phoenix.util.IndexScrutinyIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.243 s 
- in org.apache.phoenix.util.IndexScrutinyIT
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 287.143 
s - in org.apache.phoenix.end2end.join.SubqueryUsingSortMergeJoinIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 399.974 
s - in org.apache.phoenix.end2end.join.SubqueryIT
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 268.327 
s - in org.apache.phoenix.tx.TransactionIT
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 939.86 
s - in org.apache.phoenix.end2end.index.MutableIndexIT
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 488.754 
s - in org.apache.phoenix.tx.TxCheckpointIT
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 560.68 
s - in org.apache.phoenix.tx.ParameterizedTransactionIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   
LocalImmutableNonTxIndexIT>ParallelStatsDisabledIT.doSetup:60->BaseTest.setUpTestDriver:515->BaseTest.setUpTestDriver:520->BaseTest.checkClusterInitialized:434->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:549
 » Runtime
[ERROR]   
HashJoinPersistentCacheIT>ParallelStatsDisabledIT.doSetup:60->BaseTest.setUpTestDriver:515->BaseTest.setUpTestDriver:520->BaseTest.checkClusterInitialized:434->BaseTest.setUpTestCluster:448->BaseTest.initMiniCluster:549
 » Runtime
[INFO] 
[ERROR] Tests run: 3640, Failures: 0, Errors: 2, Skipped: 2
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (HBaseManagedTimeTests) 
@ phoenix-core ---
[INFO] 
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test 
(NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] 
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running 
org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 
s - in 
org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Running 
org.apache.hadoop.hbase.regionserver.wal.WALRecoveryRegionPostOpenIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.831 s 
- in org.apache.hadoop.hbase.regionserver.wal.WALRecoveryRegionPostOpenIT
[INFO] Running org.apache.phoenix.end2end.ConcurrentMutationsExtendedIT
[INFO] Running org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.968 s 
- in org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Running org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.878 s 
- in org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.873 s 
- in org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Running org.apache.phoenix.end2end.CostBasedDecisionIT
[INFO] Running org.apache.phoenix.end2end.DropSchemaIT
[INFO] Running org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.IndexBuildTimestampIT
[INFO] Running org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.703 s 
- in org.apache.phoenix.end2end.DropSchemaIT
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 130.133 
s - in org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.753 s 
- in org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Running 
org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Running org.apache.phoenix.end2end.IndexToolIT
[INFO] Tests run: 2, Failures: 

Build failed in Jenkins: Phoenix-4.x-HBase-1.5 #57

2019-06-25 Thread Apache Jenkins Server
See 


Changes:

[larsh] PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.

--
[...truncated 826.91 KB...]
[INFO] Excluding org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.5 from the 
shaded jar.
[INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.5 
from the shaded jar.
[INFO] Excluding org.apache.hadoop:hadoop-yarn-server-nodemanager:jar:2.7.5 
from the shaded jar.
[INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] Excluding com.google.inject:guice:jar:3.0 from the shaded jar.
[INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar.
[INFO] Excluding aopalliance:aopalliance:jar:1.0 from the shaded jar.
[INFO] Including com.google.inject.extensions:guice-assistedinject:jar:3.0 in 
the shaded jar.
[INFO] Including org.apache.thrift:libthrift:jar:0.9.0 in the shaded jar.
[INFO] Including it.unimi.dsi:fastutil:jar:6.5.6 in the shaded jar.
[INFO] Including org.apache.twill:twill-common:jar:0.8.0 in the shaded jar.
[INFO] Including org.apache.twill:twill-core:jar:0.8.0 in the shaded jar.
[INFO] Including org.apache.twill:twill-api:jar:0.8.0 in the shaded jar.
[INFO] Excluding org.ow2.asm:asm-all:jar:5.0.2 from the shaded jar.
[INFO] Including org.apache.twill:twill-discovery-api:jar:0.8.0 in the shaded 
jar.
[INFO] Including org.apache.twill:twill-discovery-core:jar:0.8.0 in the shaded 
jar.
[INFO] Including org.apache.twill:twill-zookeeper:jar:0.8.0 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:3.1.0 in the shaded jar.
[INFO] Replacing 

 with 

[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install-file (default-install) @ 
phoenix-server ---
[INFO] Installing 

 to 
/home/jenkins/.m2/repository/org/apache/phoenix/phoenix-server/4.15.0-HBase-1.5-SNAPSHOT/phoenix-server-4.15.0-HBase-1.5-SNAPSHOT.jar
[INFO] Installing 
 
to 
/home/jenkins/.m2/repository/org/apache/phoenix/phoenix-server/4.15.0-HBase-1.5-SNAPSHOT/phoenix-server-4.15.0-HBase-1.5-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ 
phoenix-server ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] < org.apache.phoenix:phoenix-assembly >-
[INFO] Building Phoenix Assembly 4.15.0-HBase-1.5-SNAPSHOT[6/7]
[INFO] [ pom ]-
Downloading from central: 
https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/maven-metadata.xml
Progress (1): 741 B   Downloaded from central: 
https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/maven-metadata.xml
 (741 B at 44 kB/s)
Downloading from apache release: 
https://repository.apache.org/content/repositories/releases/org/apache/omid/omid-hbase-tools-hbase1.x/1.0.1/omid-hbase-tools-hbase1.x-1.0.1.pom
Progress (1): 4.1/4.3 kBProgress (1): 4.3 kBDownloaded 
from apache release: 
https://repository.apache.org/content/repositories/releases/org/apache/omid/omid-hbase-tools-hbase1.x/1.0.1/omid-hbase-tools-hbase1.x-1.0.1.pom
 (4.3 kB at 6.3 kB/s)
Downloading from apache release: 
https://repository.apache.org/content/repositories/releases/org/apache/omid/omid-hbase-tools-hbase1.x/1.0.1/omid-hbase-tools-hbase1.x-1.0.1.jar
Progress (1): 4.1/18 kBProgress (1): 7.7/18 kBProgress (1): 8.2/18 kBProgress 
(1): 12/18 kB Progress (1): 16/18 kBProgress (1): 16/18 kBProgress (1): 18 kB   
   Downloaded from apache release: 
https://repository.apache.org/content/repositories/releases/org/apache/omid/omid-hbase-tools-hbase1.x/1.0.1/omid-hbase-tools-hbase1.x-1.0.1.jar
 (18 kB at 26 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ phoenix-assembly ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (validate) @ phoenix-assembly ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
phoenix-assembly ---
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (Symlink to deprecated client jar name) 
@ phoenix-assembly ---
'phoenix-4.15.0-HBase-1.5-SNAPSHOT-client.jar' -> 
'phoenix-client-4.15.0-HBase-1.5-SNAPSHOT.jar'
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ 
phoenix-assembly ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-assembly ---
[INFO] Skipping 

[phoenix] branch 4.x-HBase-1.5 updated: PHOENIX-5370 More missing license headers (addendum)

2019-06-25 Thread elserj
This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
 new aa019a7  PHOENIX-5370 More missing license headers (addendum)
aa019a7 is described below

commit aa019a7dad0b74e7da2852cc787748ad9257eae7
Author: Josh Elser 
AuthorDate: Tue Jun 25 16:05:54 2019 -0400

PHOENIX-5370 More missing license headers (addendum)
---
 .../phoenix/end2end/PermissionNSDisabledIT.java   | 17 +
 .../apache/phoenix/end2end/PermissionNSEnabledIT.java | 17 +
 .../apache/phoenix/coprocessor/tasks/BaseTask.java| 17 +
 .../phoenix/coprocessor/tasks/DropChildViewsTask.java | 19 ++-
 .../phoenix/coprocessor/tasks/IndexRebuildTask.java   | 19 ++-
 .../java/org/apache/phoenix/schema/task/Task.java | 17 +
 6 files changed, 104 insertions(+), 2 deletions(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
index 82c567f..44fa227 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.end2end;
 
 import org.junit.BeforeClass;
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
index 10cf5c1..22fc297 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.end2end;
 
 import org.apache.hadoop.hbase.security.AccessDeniedException;
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
index 5c9a5c4..b0a24aa 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.coprocessor.tasks;
 
 import org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment;
diff --g

[phoenix] branch 4.x-HBase-1.4 updated: PHOENIX-5370 More missing license headers (addendum)

2019-06-25 Thread elserj
This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
 new e69931c  PHOENIX-5370 More missing license headers (addendum)
e69931c is described below

commit e69931ca476cbf61e7fc4f5454c48a859a9a6d83
Author: Josh Elser 
AuthorDate: Tue Jun 25 16:05:54 2019 -0400

PHOENIX-5370 More missing license headers (addendum)
---
 .../phoenix/end2end/PermissionNSDisabledIT.java   | 17 +
 .../apache/phoenix/end2end/PermissionNSEnabledIT.java | 17 +
 .../apache/phoenix/coprocessor/tasks/BaseTask.java| 17 +
 .../phoenix/coprocessor/tasks/DropChildViewsTask.java | 19 ++-
 .../phoenix/coprocessor/tasks/IndexRebuildTask.java   | 19 ++-
 .../java/org/apache/phoenix/schema/task/Task.java | 17 +
 6 files changed, 104 insertions(+), 2 deletions(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
index 82c567f..44fa227 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.end2end;
 
 import org.junit.BeforeClass;
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
index 10cf5c1..22fc297 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.end2end;
 
 import org.apache.hadoop.hbase.security.AccessDeniedException;
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
index 5c9a5c4..b0a24aa 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.coprocessor.tasks;
 
 import org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment;
diff --g

[phoenix] branch 4.x-HBase-1.3 updated: PHOENIX-5370 More missing license headers (addendum)

2019-06-25 Thread elserj
This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch 4.x-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.3 by this push:
 new c9eacd5  PHOENIX-5370 More missing license headers (addendum)
c9eacd5 is described below

commit c9eacd546e8aaa13383017a6dfdefadcc437a027
Author: Josh Elser 
AuthorDate: Tue Jun 25 16:05:54 2019 -0400

PHOENIX-5370 More missing license headers (addendum)
---
 .../phoenix/end2end/PermissionNSDisabledIT.java   | 17 +
 .../apache/phoenix/end2end/PermissionNSEnabledIT.java | 17 +
 .../apache/phoenix/coprocessor/tasks/BaseTask.java| 17 +
 .../phoenix/coprocessor/tasks/DropChildViewsTask.java | 19 ++-
 .../phoenix/coprocessor/tasks/IndexRebuildTask.java   | 19 ++-
 .../java/org/apache/phoenix/schema/task/Task.java | 17 +
 6 files changed, 104 insertions(+), 2 deletions(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
index 82c567f..44fa227 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.end2end;
 
 import org.junit.BeforeClass;
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
index 10cf5c1..22fc297 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.end2end;
 
 import org.apache.hadoop.hbase.security.AccessDeniedException;
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
index 5c9a5c4..b0a24aa 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.coprocessor.tasks;
 
 import org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment;
diff --g

[phoenix] branch master updated: PHOENIX-5370 More missing license headers (addendum)

2019-06-25 Thread elserj
This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
 new ebea083  PHOENIX-5370 More missing license headers (addendum)
ebea083 is described below

commit ebea0833e5822b95f18612860d6d54d806cd4507
Author: Josh Elser 
AuthorDate: Tue Jun 25 16:05:54 2019 -0400

PHOENIX-5370 More missing license headers (addendum)
---
 .../phoenix/end2end/PermissionNSDisabledIT.java   | 17 +
 .../apache/phoenix/end2end/PermissionNSEnabledIT.java | 17 +
 .../apache/phoenix/coprocessor/tasks/BaseTask.java| 17 +
 .../phoenix/coprocessor/tasks/DropChildViewsTask.java | 19 ++-
 .../phoenix/coprocessor/tasks/IndexRebuildTask.java   | 19 ++-
 .../java/org/apache/phoenix/schema/task/Task.java | 17 +
 6 files changed, 104 insertions(+), 2 deletions(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
index 82c567f..44fa227 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.end2end;
 
 import org.junit.BeforeClass;
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
index 10cf5c1..22fc297 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.end2end;
 
 import org.apache.hadoop.hbase.security.AccessDeniedException;
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
index 5c9a5c4..b0a24aa 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/BaseTask.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.phoenix.coprocessor.tasks;
 
 import org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment;
diff --git 
a/phoenix-

Build failed in Jenkins: Phoenix | Master #2428

2019-06-25 Thread Apache Jenkins Server
See 


Changes:

[larsh] PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.

--
[...truncated 112.74 KB...]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.768 s 
- in org.apache.phoenix.tx.FlappingTransactionIT
[INFO] Running org.apache.phoenix.tx.TransactionIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.501 s 
- in org.apache.phoenix.rpc.UpdateCacheIT
[INFO] Running org.apache.phoenix.tx.TxCheckpointIT
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.545 s 
- in org.apache.phoenix.iterate.RoundRobinResultIteratorIT
[INFO] Running org.apache.phoenix.util.IndexScrutinyIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.409 s 
- in org.apache.phoenix.util.IndexScrutinyIT
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 282.027 
s - in org.apache.phoenix.end2end.join.SubqueryUsingSortMergeJoinIT
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 388.7 s 
- in org.apache.phoenix.end2end.join.SubqueryIT
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 923.272 
s - in org.apache.phoenix.end2end.index.MutableIndexIT
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 256.65 
s - in org.apache.phoenix.tx.TransactionIT
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 458.034 
s - in org.apache.phoenix.tx.TxCheckpointIT
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 534.164 
s - in org.apache.phoenix.tx.ParameterizedTransactionIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   IndexMetadataIT.testAsyncRebuildAll:682->getIndexValue:694 » 
PhoenixIO org.apa...
[INFO] 
[ERROR] Tests run: 3677, Failures: 0, Errors: 1, Skipped: 2
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test (HBaseManagedTimeTests) 
@ phoenix-core ---
[INFO] 
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.20:integration-test 
(NeedTheirOwnClusterTests) @ phoenix-core ---
[INFO] 
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running 
org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 
s - in 
org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT
[INFO] Running org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Running 
org.apache.hadoop.hbase.regionserver.wal.WALRecoveryRegionPostOpenIT
[INFO] Running org.apache.phoenix.end2end.ConcurrentMutationsExtendedIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.345 s 
- in org.apache.hadoop.hbase.regionserver.wal.WALRecoveryRegionPostOpenIT
[INFO] Running org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Running org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.012 s 
- in org.apache.phoenix.end2end.CountDistinctCompressionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.301 s 
- in org.apache.phoenix.end2end.ConnectionUtilIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.143 s 
- in org.apache.phoenix.end2end.ContextClassloaderIT
[INFO] Running org.apache.phoenix.end2end.CostBasedDecisionIT
[INFO] Running org.apache.phoenix.end2end.DropSchemaIT
[INFO] Running org.apache.phoenix.end2end.IndexBuildTimestampIT
[INFO] Running org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Running org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.186 s 
- in org.apache.phoenix.end2end.DropSchemaIT
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 128.187 
s - in org.apache.phoenix.end2end.CsvBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.903 s 
- in org.apache.phoenix.end2end.IndexToolForPartialBuildIT
[INFO] Running 
org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.749 s 
- in org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Running org.apache.phoenix.end2end.IndexToolIT
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 196.352 
s - in org.apache.phoenix.end2end.IndexExtendedIT

Build failed in Jenkins: Phoenix-4.x-HBase-1.3 #446

2019-06-25 Thread Apache Jenkins Server
See 


Changes:

[larsh] PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.

--
[...truncated 542.17 KB...]
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 180.776 
s - in org.apache.phoenix.end2end.IndexExtendedIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.479 s 
- in org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
[INFO] Running org.apache.phoenix.end2end.LocalIndexSplitMergeIT
[INFO] Running org.apache.phoenix.end2end.MigrateSystemTablesToSystemNamespaceIT
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 202.17 
s - in org.apache.phoenix.end2end.FlappingLocalIndexIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 221.594 
s - in org.apache.phoenix.end2end.IndexBuildTimestampIT
[INFO] Running 
org.apache.phoenix.end2end.NonColumnEncodedImmutableNonTxStatsCollectorIT
[INFO] Running 
org.apache.phoenix.end2end.NonColumnEncodedImmutableTxStatsCollectorIT
[INFO] Running 
org.apache.phoenix.end2end.OrderByWithServerClientSpoolingDisabledIT
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 555.038 
s - in org.apache.phoenix.end2end.CostBasedDecisionIT
[WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 
187.234 s - in 
org.apache.phoenix.end2end.NonColumnEncodedImmutableNonTxStatsCollectorIT
[INFO] Running org.apache.phoenix.end2end.OrderByWithServerMemoryLimitIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.525 s 
- in org.apache.phoenix.end2end.OrderByWithServerMemoryLimitIT
[INFO] Running org.apache.phoenix.end2end.PartialResultServerConfigurationIT
[INFO] Running org.apache.phoenix.end2end.OrderByWithSpillingIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 227.314 
s - in org.apache.phoenix.end2end.OrderByWithServerClientSpoolingDisabledIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.064 s 
- in org.apache.phoenix.end2end.PartialResultServerConfigurationIT
[INFO] Running org.apache.phoenix.end2end.PermissionNSDisabledIT
[INFO] Running org.apache.phoenix.end2end.PermissionNSEnabledIT
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 443.319 
s - in org.apache.phoenix.end2end.IndexToolIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 433.155 
s - in org.apache.phoenix.end2end.LocalIndexSplitMergeIT
[WARNING] Tests run: 56, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 
351.765 s - in 
org.apache.phoenix.end2end.NonColumnEncodedImmutableTxStatsCollectorIT
[INFO] Running org.apache.phoenix.end2end.PermissionsCacheIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 446.025 
s - in org.apache.phoenix.end2end.MigrateSystemTablesToSystemNamespaceIT
[INFO] Running org.apache.phoenix.end2end.PhoenixDriverIT
[INFO] Running org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Running org.apache.phoenix.end2end.QueryLoggerIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.193 s 
- in org.apache.phoenix.end2end.QueryTimeoutIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.913 s 
- in org.apache.phoenix.end2end.PhoenixDriverIT
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 253.155 
s - in org.apache.phoenix.end2end.OrderByWithSpillingIT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.045 s 
- in org.apache.phoenix.end2end.QueryLoggerIT
[INFO] Running org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.42 s - 
in org.apache.phoenix.end2end.QueryWithLimitIT
[INFO] Running org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s 
- in org.apache.phoenix.end2end.RebuildIndexConnectionPropsIT
[INFO] Running org.apache.phoenix.end2end.RegexBulkLoadToolIT
[INFO] Running org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 294.874 
s - in org.apache.phoenix.end2end.PermissionNSDisabledIT
[INFO] Running org.apache.phoenix.end2end.SequencePointInTimeIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s 
- in org.apache.phoenix.end2end.SequencePointInTimeIT
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 297.83 s 
- in org.apache.phoenix.end2end.PermissionNSEnabledIT
[INFO] Running org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.343 s 
- in org.apache.phoenix.end2end.RenewLeaseIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.578 s 
- in org.apache.phoenix.end2end.SpillableGroupByIT
[INFO] Running org.apache.phoenix.end2end.Sys

[phoenix] branch master updated: PHOENIX-5370 Add missing license headers and consolidate headers on POMs

2019-06-25 Thread elserj
This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
 new 743e5a1  PHOENIX-5370 Add missing license headers and consolidate 
headers on POMs
743e5a1 is described below

commit 743e5a102e71fe890f9835ca0f1ff674d52165c3
Author: Josh Elser 
AuthorDate: Tue Jun 25 12:22:41 2019 -0400

PHOENIX-5370 Add missing license headers and consolidate headers on POMs
---
 bin/hbase-omid-client-config.yml | 15 +++
 phoenix-assembly/pom.xml | 35 +++
 phoenix-client/pom.xml   | 31 +--
 phoenix-core/pom.xml | 17 +
 phoenix-pherf/pom.xml| 28 +---
 phoenix-server/pom.xml   | 33 +++--
 phoenix-tracing-webapp/pom.xml   | 35 +++
 pom.xml  | 17 +
 8 files changed, 124 insertions(+), 87 deletions(-)

diff --git a/bin/hbase-omid-client-config.yml b/bin/hbase-omid-client-config.yml
index 0c286c2..b3301d4 100644
--- a/bin/hbase-omid-client-config.yml
+++ b/bin/hbase-omid-client-config.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 #Omid TSO connection
 connectionType: !!org.apache.omid.tso.client.OmidClientConfiguration$ConnType 
DIRECT
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index f89c722..ec3f5da 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -1,25 +1,20 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index f6dd599..b8ee4a2 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -1,25 +1,20 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index b5efd98..12deece 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -1,3 +1,20 @@
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   4.0.0
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index b35200c..6ac62b3 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -1,14 +1,20 @@
-
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index bf6ea8d..d2a1648 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -1,25 +1,22 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
index 80539a1..2f79c23 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -1,26 +1,21 @@
-
-  
-
-  http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 4.0.0
 
diff --git a/pom.xml b/pom.xml
index dd6203b..2579079 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,20 @@
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   4.0.0


[phoenix] branch 4.x-HBase-1.3 updated: PHOENIX-5370 Add missing license headers and consolidate headers on POMs

2019-06-25 Thread elserj
This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch 4.x-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.3 by this push:
 new 9f4b585  PHOENIX-5370 Add missing license headers and consolidate 
headers on POMs
9f4b585 is described below

commit 9f4b585e7ce7dbd0295d9aee688a9dc943cbc6b1
Author: Josh Elser 
AuthorDate: Tue Jun 25 12:22:41 2019 -0400

PHOENIX-5370 Add missing license headers and consolidate headers on POMs
---
 bin/hbase-omid-client-config.yml | 15 +++
 phoenix-assembly/pom.xml | 31 +--
 phoenix-client/pom.xml   | 31 +--
 phoenix-core/pom.xml | 17 +
 phoenix-pherf/pom.xml| 28 +---
 phoenix-server/pom.xml   | 33 +++--
 phoenix-tracing-webapp/pom.xml   | 35 +++
 pom.xml  | 17 +
 8 files changed, 122 insertions(+), 85 deletions(-)

diff --git a/bin/hbase-omid-client-config.yml b/bin/hbase-omid-client-config.yml
index 0c286c2..b3301d4 100644
--- a/bin/hbase-omid-client-config.yml
+++ b/bin/hbase-omid-client-config.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 #Omid TSO connection
 connectionType: !!org.apache.omid.tso.client.OmidClientConfiguration$ConnType 
DIRECT
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 1715b26..c109b43 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -1,25 +1,20 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index e5165d9..fc551ed 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -1,25 +1,20 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 6ed1e13..1d3b725 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -1,3 +1,20 @@
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   4.0.0
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 5b7a05b..2c0a887 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -1,14 +1,20 @@
-
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 5cf04c3..008924d 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -1,25 +1,22 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
index 363caa7..823221f 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -1,26 +1,21 @@
-
-  
-
-  http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 4.0.0
 
diff --git a/pom.xml b/pom.xml
index 6197fc2..a7ac5b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,20 @@
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

[phoenix] branch 4.x-HBase-1.4 updated: PHOENIX-5370 Add missing license headers and consolidate headers on POMs

2019-06-25 Thread elserj
This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
 new 6a77c72  PHOENIX-5370 Add missing license headers and consolidate 
headers on POMs
6a77c72 is described below

commit 6a77c72e1e356c0639add0a9d8763114b62d3d95
Author: Josh Elser 
AuthorDate: Tue Jun 25 12:22:41 2019 -0400

PHOENIX-5370 Add missing license headers and consolidate headers on POMs
---
 bin/hbase-omid-client-config.yml | 15 +++
 phoenix-assembly/pom.xml | 31 +--
 phoenix-client/pom.xml   | 31 +--
 phoenix-core/pom.xml | 17 +
 phoenix-pherf/pom.xml| 28 +---
 phoenix-server/pom.xml   | 33 +++--
 phoenix-tracing-webapp/pom.xml   | 35 +++
 pom.xml  | 17 +
 8 files changed, 122 insertions(+), 85 deletions(-)

diff --git a/bin/hbase-omid-client-config.yml b/bin/hbase-omid-client-config.yml
index 0c286c2..b3301d4 100644
--- a/bin/hbase-omid-client-config.yml
+++ b/bin/hbase-omid-client-config.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 #Omid TSO connection
 connectionType: !!org.apache.omid.tso.client.OmidClientConfiguration$ConnType 
DIRECT
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 2ee0ad8..3bfcd8c 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -1,25 +1,20 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 9143b9a..b5ee645 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -1,25 +1,20 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 8a80937..763e0ce 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -1,3 +1,20 @@
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   4.0.0
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 3fff937..33fe8c5 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -1,14 +1,20 @@
-
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index ba76460..4b092c2 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -1,25 +1,22 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
index dfe8561..c5098a9 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -1,26 +1,21 @@
-
-  
-
-  http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 4.0.0
 
diff --git a/pom.xml b/pom.xml
index 302fc88..31ac45d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,20 @@
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

[phoenix] branch 4.x-HBase-1.5 updated: PHOENIX-5370 Add missing license headers and consolidate headers on POMs

2019-06-25 Thread elserj
This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
 new 23e0d56  PHOENIX-5370 Add missing license headers and consolidate 
headers on POMs
23e0d56 is described below

commit 23e0d56bac743d2fa748fee7872830147f3ae693
Author: Josh Elser 
AuthorDate: Tue Jun 25 12:22:41 2019 -0400

PHOENIX-5370 Add missing license headers and consolidate headers on POMs
---
 bin/hbase-omid-client-config.yml | 15 +++
 phoenix-assembly/pom.xml | 31 +--
 phoenix-client/pom.xml   | 31 +--
 phoenix-core/pom.xml | 17 +
 phoenix-pherf/pom.xml| 28 +---
 phoenix-server/pom.xml   | 33 +++--
 phoenix-tracing-webapp/pom.xml   | 35 +++
 pom.xml  | 17 +
 8 files changed, 122 insertions(+), 85 deletions(-)

diff --git a/bin/hbase-omid-client-config.yml b/bin/hbase-omid-client-config.yml
index 0c286c2..b3301d4 100644
--- a/bin/hbase-omid-client-config.yml
+++ b/bin/hbase-omid-client-config.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 #Omid TSO connection
 connectionType: !!org.apache.omid.tso.client.OmidClientConfiguration$ConnType 
DIRECT
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 2991ff1..a997a8f 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -1,25 +1,20 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 15b6ddc..4107da5 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -1,25 +1,20 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 348fa20..82d92e8 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -1,3 +1,20 @@
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   4.0.0
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 7839c8f..c1a1d6b 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -1,14 +1,20 @@
-
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 74b4ec8..e63dbeb 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -1,25 +1,22 @@
-
+
 
-
 http://maven.apache.org/POM/4.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
index 2b6a984..a150892 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -1,26 +1,21 @@
-
-  
-
-  http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 4.0.0
 
diff --git a/pom.xml b/pom.xml
index 504c75c..014ec8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,20 @@
+
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

[phoenix] branch master updated: PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.

2019-06-25 Thread larsh
This is an automated email from the ASF dual-hosted git repository.

larsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
 new 14c2e37  PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are 
slow.
14c2e37 is described below

commit 14c2e373103a9d8fc006ce3c7a36821365ac73a8
Author: Lars Hofhansl 
AuthorDate: Tue Jun 25 09:31:18 2019 -0700

PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.
---
 .../apache/phoenix/end2end/join/BaseJoinIT.java| 22 +++---
 .../end2end/join/HashJoinGlobalIndexIT.java| 18 ++
 .../phoenix/end2end/join/HashJoinLocalIndexIT.java | 19 +++
 .../phoenix/end2end/join/HashJoinNoIndexIT.java| 18 ++
 .../end2end/join/SortMergeJoinGlobalIndexIT.java   | 18 ++
 .../end2end/join/SortMergeJoinLocalIndexIT.java| 17 +
 .../end2end/join/SortMergeJoinNoIndexIT.java   | 18 ++
 7 files changed, 123 insertions(+), 7 deletions(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
index 4d4660c..adfc5e0 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
@@ -100,7 +100,7 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 }
 
 protected String seqName;
-protected String schemaName;
+private String schemaName;
 protected final SimpleDateFormat format = new SimpleDateFormat("-MM-dd 
HH:mm:ss");
 protected final String[] plans;
 private final String[] indexDDL;
@@ -116,11 +116,19 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 this.plans = new String[0];
 }
 
+protected String getSchemaName() {
+return schemaName;
+}
+
+protected Map getTableNameMap() {
+return virtualNameToRealNameMap;
+}
+
 protected String getTableName(Connection conn, String virtualName) throws 
Exception {
-String realName = virtualNameToRealNameMap.get(virtualName);
+String realName = getTableNameMap().get(virtualName);
 if (realName == null) {
-realName = SchemaUtil.getTableName(schemaName, 
generateUniqueName());
-virtualNameToRealNameMap.put(virtualName, realName);
+realName = SchemaUtil.getTableName(getSchemaName(), 
generateUniqueName());
+getTableNameMap().put(virtualName, realName);
 createTable(conn, virtualName, realName);
 initValues(conn, virtualName, realName);
 createIndexes(conn, virtualName, realName);
@@ -154,16 +162,16 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 }
 
 private String translateToVirtualPlan(String actualPlan) {
-int size = virtualNameToRealNameMap.size();
+int size = getTableNameMap().size();
 String[] virtualNames = new String[size+1];
 String[] realNames = new String[size+1];
 int count = 0;
-for (Map.Entryentry : 
virtualNameToRealNameMap.entrySet()) {
+for (Map.Entryentry : getTableNameMap().entrySet()) {
 virtualNames[count] = entry.getKey();
 realNames[count] = entry.getValue();
 count++;
 }
-realNames[count] = schemaName;
+realNames[count] = getSchemaName();
 virtualNames[count]= JOIN_SCHEMA;
 String convertedPlan =  StringUtil.replace(actualPlan, realNames, 
virtualNames);
 return convertedPlan;
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
index a725be7..3e72888 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
@@ -19,13 +19,31 @@ package org.apache.phoenix.end2end.join;
 
 import java.util.Collection;
 import java.util.List;
+import java.util.Map;
 
 import org.junit.runners.Parameterized.Parameters;
 
 import com.google.common.collect.Lists;
+import com.google.common.collect.Maps;
 
 public class HashJoinGlobalIndexIT extends HashJoinIT {
 
+private static final Map virtualNameToRealNameMap = 
Maps.newHashMap();
+private static final String schemaName = "S_" + generateUniqueName();
+
+@Override
+protected String getSchemaName() {
+// run all tests in a single schema
+return schemaName;
+}
+
+@Override
+protected Map getTableNameMap() {
+// cache across tests, so that tables and
+// indexes are not recreated each time
+return virtualNameTo

[phoenix] branch 4.x-HBase-1.5 updated: PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.

2019-06-25 Thread larsh
This is an automated email from the ASF dual-hosted git repository.

larsh pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
 new 69da33b  PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are 
slow.
69da33b is described below

commit 69da33b601d5232dc29ff6915889ff29d6fa6cbe
Author: Lars Hofhansl 
AuthorDate: Tue Jun 25 09:27:58 2019 -0700

PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.
---
 .../apache/phoenix/end2end/join/BaseJoinIT.java| 22 +++---
 .../end2end/join/HashJoinGlobalIndexIT.java| 18 ++
 .../phoenix/end2end/join/HashJoinLocalIndexIT.java | 19 +++
 .../phoenix/end2end/join/HashJoinNoIndexIT.java| 18 ++
 .../end2end/join/SortMergeJoinGlobalIndexIT.java   | 18 ++
 .../end2end/join/SortMergeJoinLocalIndexIT.java| 17 +
 .../end2end/join/SortMergeJoinNoIndexIT.java   | 18 ++
 7 files changed, 123 insertions(+), 7 deletions(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
index 4d4660c..adfc5e0 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
@@ -100,7 +100,7 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 }
 
 protected String seqName;
-protected String schemaName;
+private String schemaName;
 protected final SimpleDateFormat format = new SimpleDateFormat("-MM-dd 
HH:mm:ss");
 protected final String[] plans;
 private final String[] indexDDL;
@@ -116,11 +116,19 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 this.plans = new String[0];
 }
 
+protected String getSchemaName() {
+return schemaName;
+}
+
+protected Map getTableNameMap() {
+return virtualNameToRealNameMap;
+}
+
 protected String getTableName(Connection conn, String virtualName) throws 
Exception {
-String realName = virtualNameToRealNameMap.get(virtualName);
+String realName = getTableNameMap().get(virtualName);
 if (realName == null) {
-realName = SchemaUtil.getTableName(schemaName, 
generateUniqueName());
-virtualNameToRealNameMap.put(virtualName, realName);
+realName = SchemaUtil.getTableName(getSchemaName(), 
generateUniqueName());
+getTableNameMap().put(virtualName, realName);
 createTable(conn, virtualName, realName);
 initValues(conn, virtualName, realName);
 createIndexes(conn, virtualName, realName);
@@ -154,16 +162,16 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 }
 
 private String translateToVirtualPlan(String actualPlan) {
-int size = virtualNameToRealNameMap.size();
+int size = getTableNameMap().size();
 String[] virtualNames = new String[size+1];
 String[] realNames = new String[size+1];
 int count = 0;
-for (Map.Entryentry : 
virtualNameToRealNameMap.entrySet()) {
+for (Map.Entryentry : getTableNameMap().entrySet()) {
 virtualNames[count] = entry.getKey();
 realNames[count] = entry.getValue();
 count++;
 }
-realNames[count] = schemaName;
+realNames[count] = getSchemaName();
 virtualNames[count]= JOIN_SCHEMA;
 String convertedPlan =  StringUtil.replace(actualPlan, realNames, 
virtualNames);
 return convertedPlan;
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
index a725be7..3e72888 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
@@ -19,13 +19,31 @@ package org.apache.phoenix.end2end.join;
 
 import java.util.Collection;
 import java.util.List;
+import java.util.Map;
 
 import org.junit.runners.Parameterized.Parameters;
 
 import com.google.common.collect.Lists;
+import com.google.common.collect.Maps;
 
 public class HashJoinGlobalIndexIT extends HashJoinIT {
 
+private static final Map virtualNameToRealNameMap = 
Maps.newHashMap();
+private static final String schemaName = "S_" + generateUniqueName();
+
+@Override
+protected String getSchemaName() {
+// run all tests in a single schema
+return schemaName;
+}
+
+@Override
+protected Map getTableNameMap() {
+// cache across tests, so that tables and
+// indexes are not recreated each time
+return

[phoenix] branch 4.x-HBase-1.4 updated: PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.

2019-06-25 Thread larsh
This is an automated email from the ASF dual-hosted git repository.

larsh pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
 new a3e3d11  PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are 
slow.
a3e3d11 is described below

commit a3e3d11292d7f0d2db4df41f65341c64b07acf99
Author: Lars Hofhansl 
AuthorDate: Tue Jun 25 09:29:15 2019 -0700

PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.
---
 .../apache/phoenix/end2end/join/BaseJoinIT.java| 22 +++---
 .../end2end/join/HashJoinGlobalIndexIT.java| 18 ++
 .../phoenix/end2end/join/HashJoinLocalIndexIT.java | 19 +++
 .../phoenix/end2end/join/HashJoinNoIndexIT.java| 18 ++
 .../end2end/join/SortMergeJoinGlobalIndexIT.java   | 18 ++
 .../end2end/join/SortMergeJoinLocalIndexIT.java| 17 +
 .../end2end/join/SortMergeJoinNoIndexIT.java   | 18 ++
 7 files changed, 123 insertions(+), 7 deletions(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
index 4d4660c..adfc5e0 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
@@ -100,7 +100,7 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 }
 
 protected String seqName;
-protected String schemaName;
+private String schemaName;
 protected final SimpleDateFormat format = new SimpleDateFormat("-MM-dd 
HH:mm:ss");
 protected final String[] plans;
 private final String[] indexDDL;
@@ -116,11 +116,19 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 this.plans = new String[0];
 }
 
+protected String getSchemaName() {
+return schemaName;
+}
+
+protected Map getTableNameMap() {
+return virtualNameToRealNameMap;
+}
+
 protected String getTableName(Connection conn, String virtualName) throws 
Exception {
-String realName = virtualNameToRealNameMap.get(virtualName);
+String realName = getTableNameMap().get(virtualName);
 if (realName == null) {
-realName = SchemaUtil.getTableName(schemaName, 
generateUniqueName());
-virtualNameToRealNameMap.put(virtualName, realName);
+realName = SchemaUtil.getTableName(getSchemaName(), 
generateUniqueName());
+getTableNameMap().put(virtualName, realName);
 createTable(conn, virtualName, realName);
 initValues(conn, virtualName, realName);
 createIndexes(conn, virtualName, realName);
@@ -154,16 +162,16 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 }
 
 private String translateToVirtualPlan(String actualPlan) {
-int size = virtualNameToRealNameMap.size();
+int size = getTableNameMap().size();
 String[] virtualNames = new String[size+1];
 String[] realNames = new String[size+1];
 int count = 0;
-for (Map.Entryentry : 
virtualNameToRealNameMap.entrySet()) {
+for (Map.Entryentry : getTableNameMap().entrySet()) {
 virtualNames[count] = entry.getKey();
 realNames[count] = entry.getValue();
 count++;
 }
-realNames[count] = schemaName;
+realNames[count] = getSchemaName();
 virtualNames[count]= JOIN_SCHEMA;
 String convertedPlan =  StringUtil.replace(actualPlan, realNames, 
virtualNames);
 return convertedPlan;
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
index a725be7..3e72888 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
@@ -19,13 +19,31 @@ package org.apache.phoenix.end2end.join;
 
 import java.util.Collection;
 import java.util.List;
+import java.util.Map;
 
 import org.junit.runners.Parameterized.Parameters;
 
 import com.google.common.collect.Lists;
+import com.google.common.collect.Maps;
 
 public class HashJoinGlobalIndexIT extends HashJoinIT {
 
+private static final Map virtualNameToRealNameMap = 
Maps.newHashMap();
+private static final String schemaName = "S_" + generateUniqueName();
+
+@Override
+protected String getSchemaName() {
+// run all tests in a single schema
+return schemaName;
+}
+
+@Override
+protected Map getTableNameMap() {
+// cache across tests, so that tables and
+// indexes are not recreated each time
+return

[phoenix] branch 4.x-HBase-1.3 updated: PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.

2019-06-25 Thread larsh
This is an automated email from the ASF dual-hosted git repository.

larsh pushed a commit to branch 4.x-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.3 by this push:
 new c4645e5  PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are 
slow.
c4645e5 is described below

commit c4645e5c5417017ecd29c81a48d59f010973bd6a
Author: Lars Hofhansl 
AuthorDate: Tue Jun 25 09:28:49 2019 -0700

PHOENIX-5367 HashJoin*IndexITs and SortMergeJoin*IndexITs are slow.
---
 .../apache/phoenix/end2end/join/BaseJoinIT.java| 22 +++---
 .../end2end/join/HashJoinGlobalIndexIT.java| 18 ++
 .../phoenix/end2end/join/HashJoinLocalIndexIT.java | 19 +++
 .../phoenix/end2end/join/HashJoinNoIndexIT.java| 18 ++
 .../end2end/join/SortMergeJoinGlobalIndexIT.java   | 18 ++
 .../end2end/join/SortMergeJoinLocalIndexIT.java| 17 +
 .../end2end/join/SortMergeJoinNoIndexIT.java   | 18 ++
 7 files changed, 123 insertions(+), 7 deletions(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
index 4d4660c..adfc5e0 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java
@@ -100,7 +100,7 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 }
 
 protected String seqName;
-protected String schemaName;
+private String schemaName;
 protected final SimpleDateFormat format = new SimpleDateFormat("-MM-dd 
HH:mm:ss");
 protected final String[] plans;
 private final String[] indexDDL;
@@ -116,11 +116,19 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 this.plans = new String[0];
 }
 
+protected String getSchemaName() {
+return schemaName;
+}
+
+protected Map getTableNameMap() {
+return virtualNameToRealNameMap;
+}
+
 protected String getTableName(Connection conn, String virtualName) throws 
Exception {
-String realName = virtualNameToRealNameMap.get(virtualName);
+String realName = getTableNameMap().get(virtualName);
 if (realName == null) {
-realName = SchemaUtil.getTableName(schemaName, 
generateUniqueName());
-virtualNameToRealNameMap.put(virtualName, realName);
+realName = SchemaUtil.getTableName(getSchemaName(), 
generateUniqueName());
+getTableNameMap().put(virtualName, realName);
 createTable(conn, virtualName, realName);
 initValues(conn, virtualName, realName);
 createIndexes(conn, virtualName, realName);
@@ -154,16 +162,16 @@ public abstract class BaseJoinIT extends 
ParallelStatsDisabledIT {
 }
 
 private String translateToVirtualPlan(String actualPlan) {
-int size = virtualNameToRealNameMap.size();
+int size = getTableNameMap().size();
 String[] virtualNames = new String[size+1];
 String[] realNames = new String[size+1];
 int count = 0;
-for (Map.Entryentry : 
virtualNameToRealNameMap.entrySet()) {
+for (Map.Entryentry : getTableNameMap().entrySet()) {
 virtualNames[count] = entry.getKey();
 realNames[count] = entry.getValue();
 count++;
 }
-realNames[count] = schemaName;
+realNames[count] = getSchemaName();
 virtualNames[count]= JOIN_SCHEMA;
 String convertedPlan =  StringUtil.replace(actualPlan, realNames, 
virtualNames);
 return convertedPlan;
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
index a725be7..3e72888 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinGlobalIndexIT.java
@@ -19,13 +19,31 @@ package org.apache.phoenix.end2end.join;
 
 import java.util.Collection;
 import java.util.List;
+import java.util.Map;
 
 import org.junit.runners.Parameterized.Parameters;
 
 import com.google.common.collect.Lists;
+import com.google.common.collect.Maps;
 
 public class HashJoinGlobalIndexIT extends HashJoinIT {
 
+private static final Map virtualNameToRealNameMap = 
Maps.newHashMap();
+private static final String schemaName = "S_" + generateUniqueName();
+
+@Override
+protected String getSchemaName() {
+// run all tests in a single schema
+return schemaName;
+}
+
+@Override
+protected Map getTableNameMap() {
+// cache across tests, so that tables and
+// indexes are not recreated each time
+return

Build failed in Jenkins: Phoenix Compile Compatibility with HBase #1039

2019-06-25 Thread Apache Jenkins Server
See 


--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace 

[Phoenix_Compile_Compat_wHBase] $ /bin/bash /tmp/jenkins2793053258134367280.sh
core file size  (blocks, -c) 0
data seg size   (kbytes, -d) unlimited
scheduling priority (-e) 0
file size   (blocks, -f) unlimited
pending signals (-i) 386407
max locked memory   (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files  (-n) 6
pipe size(512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority  (-r) 0
stack size  (kbytes, -s) 8192
cpu time   (seconds, -t) unlimited
max user processes  (-u) 10240
virtual memory  (kbytes, -v) unlimited
file locks  (-x) unlimited
core id : 0
core id : 1
core id : 2
core id : 3
core id : 4
core id : 5
physical id : 0
physical id : 1
MemTotal:   98957636 kB
MemFree: 5315644 kB
Filesystem  Size  Used Avail Use% Mounted on
udev 48G 0   48G   0% /dev
tmpfs   9.5G  914M  8.6G  10% /run
/dev/sda3   3.6T  457G  3.0T  14% /
tmpfs48G 0   48G   0% /dev/shm
tmpfs   5.0M 0  5.0M   0% /run/lock
tmpfs48G 0   48G   0% /sys/fs/cgroup
/dev/sda2   473M  236M  213M  53% /boot
tmpfs   9.5G  4.0K  9.5G   1% /run/user/910
tmpfs   9.5G 0  9.5G   0% /run/user/1000
/dev/loop4   89M   89M 0 100% /snap/core/6964
/dev/loop9   57M   57M 0 100% /snap/snapcraft/3022
/dev/loop1   57M   57M 0 100% /snap/snapcraft/3059
/dev/loop10  55M   55M 0 100% /snap/lxd/10934
/dev/loop11  55M   55M 0 100% /snap/lxd/10972
/dev/loop2   89M   89M 0 100% /snap/core/7169
apache-maven-2.2.1
apache-maven-3.0.4
apache-maven-3.0.5
apache-maven-3.1.1
apache-maven-3.2.1
apache-maven-3.2.5
apache-maven-3.3.3
apache-maven-3.3.9
apache-maven-3.5.0
apache-maven-3.5.2
apache-maven-3.5.4
apache-maven-3.6.0
latest
latest2
latest3


===
Verifying compile level compatibility with HBase 0.98 with Phoenix 
4.x-HBase-0.98
===

Cloning into 'hbase'...
Switched to a new branch '0.98'
Branch 0.98 set up to track remote branch 0.98 from origin.
[ERROR] Plugin org.codehaus.mojo:findbugs-maven-plugin:2.5.2 or one of its 
dependencies could not be resolved: Failed to read artifact descriptor for 
org.codehaus.mojo:findbugs-maven-plugin:jar:2.5.2: Could not transfer artifact 
org.codehaus.mojo:findbugs-maven-plugin:pom:2.5.2 from/to central 
(https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version 
-> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Build step 'Execute shell' marked build as failure