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

2019-10-18 Thread Apache Jenkins Server
See 


Changes:


--
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu) in workspace 

[Phoenix_Compile_Compat_wHBase] $ /bin/bash /tmp/jenkins580268092701918494.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) 386349
max locked memory   (kbytes, -l) 16384
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:   98949828 kB
MemFree:29574556 kB
Filesystem  Size  Used Avail Use% Mounted on
udev 48G 0   48G   0% /dev
tmpfs   9.5G  1.6M  9.5G   1% /run
/dev/sda3   3.6T  499G  3.0T  15% /
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  158M  292M  36% /boot
tmpfs   9.5G  4.0K  9.5G   1% /run/user/910
/dev/loop0   90M   90M 0 100% /snap/core/7713
/dev/loop1   58M   58M 0 100% /snap/snapcraft/3440
/dev/loop4   90M   90M 0 100% /snap/core/7917
/dev/loop2   55M   55M 0 100% /snap/lxd/12181
/dev/loop3   55M   55M 0 100% /snap/lxd/12211
apache-maven-2.2.1
apache-maven-3.0.5
apache-maven-3.1.1
apache-maven-3.2.5
apache-maven-3.3.9
apache-maven-3.5.2
apache-maven-3.5.4
apache-maven-3.6.0
apache-maven-3.6.2
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


svn commit: r1868598 - in /phoenix/site: publish/language/datatypes.html publish/language/functions.html publish/language/index.html publish/secondary_indexing.html source/src/site/markdown/secondary_

2019-10-18 Thread elserj
Author: elserj
Date: Fri Oct 18 15:06:28 2019
New Revision: 1868598

URL: http://svn.apache.org/viewvc?rev=1868598=rev
Log:
PHOENIX-5511 Update secondary indexing configurations by version (Istvan Toth)

Modified:
phoenix/site/publish/language/datatypes.html
phoenix/site/publish/language/functions.html
phoenix/site/publish/language/index.html
phoenix/site/publish/secondary_indexing.html
phoenix/site/source/src/site/markdown/secondary_indexing.md

Modified: phoenix/site/publish/language/datatypes.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1868598=1868597=1868598=diff
==
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Fri Oct 18 15:06:28 2019
@@ -1,7 +1,7 @@
 
 
 
 

Modified: phoenix/site/publish/language/functions.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1868598=1868597=1868598=diff
==
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Fri Oct 18 15:06:28 2019
@@ -1,7 +1,7 @@
 
 
 
 

Modified: phoenix/site/publish/language/index.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1868598=1868597=1868598=diff
==
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Fri Oct 18 15:06:28 2019
@@ -1,7 +1,7 @@
 
 
 
 

Modified: phoenix/site/publish/secondary_indexing.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/secondary_indexing.html?rev=1868598=1868597=1868598=diff
==
--- phoenix/site/publish/secondary_indexing.html (original)
+++ phoenix/site/publish/secondary_indexing.html Fri Oct 18 15:06:28 2019
@@ -1,7 +1,7 @@
 
 
 
 
@@ -350,17 +350,25 @@ CREATE LOCAL INDEX my_index ON my_table
  
  Setup 
  Non transactional, mutable indexing requires special configuration options 
on the region server and master to run - Phoenix ensures that they are setup 
correctly when you enable mutable indexing on the table; if the correct 
properties are not set, you will not be able to use secondary indexing. After 
adding these settings to your hbase-site.xml, you’ll need to do a rolling 
restart of your cluster. 
- You will need to add the following parameters to hbase-site.xml 
on each region server: 
-  
-  property
+ As Phoenix matures, it needs less and less manual configuration. For older 
Phoenix versions you’ll need to add the properties listed for that version, 
as well as the properties listed for the later versions. 
+  
+   
+   For Phoenix 4.12 and later 
+   You will need to add the following parameters to hbase-site.xml 
on each region server: 
+
+property
   namehbase.regionserver.wal.codec/name
   
valueorg.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec/value
 /property
  
-  
- The above property enables custom WAL edits to be written, ensuring proper 
writing/replay of the index updates. This codec supports the usual host of 
WALEdit options, most notably WALEdit compression. 
-  
-  property
+
+   The above property enables custom WAL edits to be written, ensuring 
proper writing/replay of the index updates. This codec supports the usual host 
of WALEdit options, most notably WALEdit compression. 
+   
+   
+   For Phoenix 4.8 - 4.11 
+   The following configuration changes are also required to the server-side 
hbase-site.xml on the master and regions server nodes: 
+
+property
   namehbase.region.server.rpc.scheduler.factory.class/name
   
valueorg.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory/value
   descriptionFactory to create the Phoenix RPC Scheduler that uses 
separate queues for index and metadata updates/description
@@ -371,11 +379,14 @@ CREATE LOCAL INDEX my_index ON my_table
   descriptionFactory to create the Phoenix RPC Scheduler that uses 
separate queues for index and metadata updates/description
 /property
  
-  
- The above properties prevent deadlocks from occurring during index 
maintenance for global indexes (HBase 0.98.4+ and Phoenix 4.3.1+ only) by 
ensuring index updates are processed with a higher priority than data updates. 
It also prevents deadlocks by ensuring metadata rpc calls are processed with a 
higher priority than data rpc calls. 
- From Phoenix 4.8.0 onward, no configuration changes are required to use 
local indexing. In Phoenix 4.7 and below, the following configuration changes 
are required to the server-side hbase-site.xml on the master and regions server 
nodes: 
-  
-  property
+
+   The above properties prevent deadlocks from occurring during index 
maintenance for global indexes (HBase 0.98.4+ and