[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2018-03-12 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-372407397
 
 
   
[ZKSecretIT.java#L59](https://github.com/apache/fluo/blob/master/modules/integration/src/test/java/org/apache/fluo/integration/impl/ZKSecretIT.java#L59)
   ```
   @Override
   protected void setConfig(FluoConfiguration config) {
config.setZookeeperSecret("are3");
config.setObserverProvider(MyObserverProvider.class);
   }
   ```
   Setting the secret here is messing up the config for the rest of the IT's in 
my environment. The secret should return to the default after this test is 
done.  Where is the default for this property being set?
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-30 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-348279132
 
 
   @keith-turner Yea sorry those were two different test runs.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-30 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-348279132
 
 
   @keith-turner Yea sorry those were four different test runs.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-28 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-347635816
 
 
   @keith-turner Removing the timeout rule just made the test never end. 
   
   I just emailed you the jStack dump


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-27 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-347401335
 
 
   My environment currently is on a mid 2012 macOS laptop with the latest 
version that the issues are occurring on. I run`brew update` and `brew upgrade` 
probably once a week so everything is up to date. Any particular information 
you would like to know? 
   
   The timeout did not change anything other than it taking longer to time out.
   
   I just started an environment on my Centos7 server at school. Was able to 
run `mvn verify` without issue.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345893991
 
 
   @keith-turner 
   Sorry I forgot about that. There is a lot more to it but this is the gist of 
it from what I can tell
   ```
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.library.path=:/Users/*OMIT*/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.io.tmpdir=/var/folders/0d/bgnqjj8d503f19qzqwpcrg5mgn/T/
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.compiler=
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.name=Mac OS X
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.arch=x86_64
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.version=10.1*.*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.name=*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.home=/Users/*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.dir=/Users/*OMIT*/Desktop/Apache_Workspace/fluo
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : tickTime set to 2000
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : minSessionTimeout 
set to -1
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : maxSessionTimeout 
set to -1
   2017-11-20 20:42:09,343 [server.NIOServerCnxnFactory] INFO : binding to port 
/127.0.0.1:60463
   2017-11-20 20:42:09,416 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60467
   2017-11-20 20:42:09,471 [server.NIOServerCnxn] INFO : Processing ruok 
command from /127.0.0.1:60467
   2017-11-20 20:42:09,474 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:60467 (no session established for client)
   2017-11-20 20:42:10,876 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60468
   2017-11-20 20:42:10,887 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:60468
   2017-11-20 20:42:10,890 [persistence.FileTxnLog] INFO : Creating new log 
file: log.1
   2017-11-20 20:42:10,899 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3 with negotiated timeout 3 for client /127.0.0.1:60468
   2017-11-20 20:42:10,962 [server.ZooKeeperServer] INFO : got auth packet 
/127.0.0.1:60468
   2017-11-20 20:42:10,975 [server.ZooKeeperServer] INFO : auth success 
/127.0.0.1:60468
   ```
   
   ```
   2017-11-20 20:44:08,947 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3008f with negotiated timeout 3 for client /127.0.0.1:61050
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad3008f type:create 
cxid:0x3 zxid:0x7da txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,952 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61050 which had sessionid 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,955 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30090 with negotiated timeout 3 for client /127.0.0.1:61051
   2017-11-20 20:44:08,957 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30090 type:create 
cxid:0x3 zxid:0x7dd txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,958 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad30090
   2017-11-20 20:44:08,958 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61051 which had sessionid 0x15fdc3d5ad30090
   2017-11-20 20:44:10,083 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61055
   2017-11-20 20:44:10,083 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61055
   2017-11-20 20:44:10,088 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30091 with negotiated timeout 3 for client 

[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345893991
 
 
   @keith-turner 
   Sorry I forgot about that. There is a lot more to it but this is the gist of 
it from what I can tell
   ```
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.library.path=:/Users/*OMIT*/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.io.tmpdir=/var/folders/0d/bgnqjj8d503f19qzqwpcrg5mgn/T/
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.compiler=
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.name=Mac OS X
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.arch=x86_64
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.version=10.1*.*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.name=*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.home=/Users/*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.dir=/Users/*OMIT*/Desktop/Apache_Workspace/fluo
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : tickTime set to 2000
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : minSessionTimeout 
set to -1
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : maxSessionTimeout 
set to -1
   2017-11-20 20:42:09,343 [server.NIOServerCnxnFactory] INFO : binding to port 
/127.0.0.1:60463
   2017-11-20 20:42:09,416 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60467
   2017-11-20 20:42:09,471 [server.NIOServerCnxn] INFO : Processing ruok 
command from /127.0.0.1:60467
   2017-11-20 20:42:09,474 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:60467 (no session established for client)
   2017-11-20 20:42:10,876 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60468
   2017-11-20 20:42:10,887 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:60468
   2017-11-20 20:42:10,890 [persistence.FileTxnLog] INFO : Creating new log 
file: log.1
   2017-11-20 20:42:10,899 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3 with negotiated timeout 3 for client /127.0.0.1:60468
   2017-11-20 20:42:10,962 [server.ZooKeeperServer] INFO : got auth packet 
/127.0.0.1:60468
   2017-11-20 20:42:10,975 [server.ZooKeeperServer] INFO : auth success 
/127.0.0.1:60468
   ```
   
   ```
   2017-11-20 20:44:08,947 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3008f with negotiated timeout 3 for client /127.0.0.1:61050
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad3008f type:create 
cxid:0x3 zxid:0x7da txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,952 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61050 which had sessionid 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,955 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30090 with negotiated timeout 3 for client /127.0.0.1:61051
   2017-11-20 20:44:08,957 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30090 type:create 
cxid:0x3 zxid:0x7dd txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,958 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad30090
   2017-11-20 20:44:08,958 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61051 which had sessionid 0x15fdc3d5ad30090
   2017-11-20 20:44:10,083 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61055
   2017-11-20 20:44:10,083 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61055
   2017-11-20 20:44:10,088 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30091 with negotiated timeout 3 for client 

[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345893991
 
 
   @keith-turner 
   Sorry I forgot about that. There is a lot more to it but this is the gist of 
it from what I can tell
   ```
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.library.path=:/Users/*OMIT*/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.io.tmpdir=/var/folders/0d/bgnqjj8d503f19qzqwpcrg5mgn/T/
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.compiler=
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.name=Mac OS X
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.arch=x86_64
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.version=10.13.1
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.name=*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.home=/Users/*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.dir=/Users/*OMIT*/Desktop/Apache_Workspace/fluo
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : tickTime set to 2000
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : minSessionTimeout 
set to -1
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : maxSessionTimeout 
set to -1
   2017-11-20 20:42:09,343 [server.NIOServerCnxnFactory] INFO : binding to port 
/127.0.0.1:60463
   2017-11-20 20:42:09,416 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60467
   2017-11-20 20:42:09,471 [server.NIOServerCnxn] INFO : Processing ruok 
command from /127.0.0.1:60467
   2017-11-20 20:42:09,474 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:60467 (no session established for client)
   2017-11-20 20:42:10,876 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60468
   2017-11-20 20:42:10,887 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:60468
   2017-11-20 20:42:10,890 [persistence.FileTxnLog] INFO : Creating new log 
file: log.1
   2017-11-20 20:42:10,899 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3 with negotiated timeout 3 for client /127.0.0.1:60468
   2017-11-20 20:42:10,962 [server.ZooKeeperServer] INFO : got auth packet 
/127.0.0.1:60468
   2017-11-20 20:42:10,975 [server.ZooKeeperServer] INFO : auth success 
/127.0.0.1:60468
   ```
   
   ```
   2017-11-20 20:44:08,947 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3008f with negotiated timeout 3 for client /127.0.0.1:61050
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad3008f type:create 
cxid:0x3 zxid:0x7da txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,952 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61050 which had sessionid 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,955 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30090 with negotiated timeout 3 for client /127.0.0.1:61051
   2017-11-20 20:44:08,957 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30090 type:create 
cxid:0x3 zxid:0x7dd txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,958 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad30090
   2017-11-20 20:44:08,958 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61051 which had sessionid 0x15fdc3d5ad30090
   2017-11-20 20:44:10,083 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61055
   2017-11-20 20:44:10,083 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61055
   2017-11-20 20:44:10,088 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30091 with negotiated timeout 3 for client 

[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345893991
 
 
   @keith-turner 
   Sorry I forgot about that. There is a lot more to it but this is the gist of 
it from what I can tell
   ```
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.library.path=:/Users/*OMIT*/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.io.tmpdir=/var/folders/0d/bgnqjj8d503f19qzqwpcrg5mgn/T/
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.compiler=
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.name=Mac OS X
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.arch=x86_64
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.version=10.13.1
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.name=*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.home=/Users/*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.dir=/Users/*OMIT*/Desktop/Apache_Workspace/fluo
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : tickTime set to 2000
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : minSessionTimeout 
set to -1
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : maxSessionTimeout 
set to -1
   2017-11-20 20:42:09,343 [server.NIOServerCnxnFactory] INFO : binding to port 
/127.0.0.1:60463
   2017-11-20 20:42:09,416 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60467
   2017-11-20 20:42:09,471 [server.NIOServerCnxn] INFO : Processing ruok 
command from /127.0.0.1:60467
   2017-11-20 20:42:09,474 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:60467 (no session established for client)
   2017-11-20 20:42:10,876 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60468
   2017-11-20 20:42:10,887 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:60468
   2017-11-20 20:42:10,890 [persistence.FileTxnLog] INFO : Creating new log 
file: log.1
   2017-11-20 20:42:10,899 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3 with negotiated timeout 3 for client /127.0.0.1:60468
   2017-11-20 20:42:10,962 [server.ZooKeeperServer] INFO : got auth packet 
/127.0.0.1:60468
   2017-11-20 20:42:10,975 [server.ZooKeeperServer] INFO : auth success 
/127.0.0.1:60468
   ```
   
   ```
   2017-11-20 20:44:08,947 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3008f with negotiated timeout 3 for client /127.0.0.1:61050
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad3008f type:create 
cxid:0x3 zxid:0x7da txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,952 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61050 which had sessionid 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,955 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30090 with negotiated timeout 3 for client /127.0.0.1:61051
   2017-11-20 20:44:08,957 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30090 type:create 
cxid:0x3 zxid:0x7dd txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,958 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad30090
   2017-11-20 20:44:08,958 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61051 which had sessionid 0x15fdc3d5ad30090
   2017-11-20 20:44:10,083 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61055
   2017-11-20 20:44:10,083 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61055
   2017-11-20 20:44:10,088 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30091 with negotiated timeout 3 for client 

[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345888617
 
 
   @ctubbsii 
   On a Mac and I disabled to firewall and nothing changed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345888543
 
 
   @keith-turner 
   The `-e` flag didn't change anything. Still not finding any trace in the log 
file. 
   In the `failsafe-reports` it has all the same information as the log like 
such:
   
   ```
   
---
   Test set: org.apache.fluo.integration.impl.ReadLockIT
   
---
   Tests run: 24, Failures: 0, Errors: 24, Skipped: 0, Time elapsed: 5.806 sec 
<<< FAILURE! - in org.apache.fluo.integration.impl.ReadLockIT
   testWriteAfterReadLock(org.apache.fluo.integration.impl.ReadLockIT)  Time 
elapsed: 0.009 sec  <<< ERROR!
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test7
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test7
   
   testWriteAfterReadLock(org.apache.fluo.integration.impl.ReadLockIT)  Time 
elapsed: 0.01 sec  <<< ERROR!
   java.lang.NullPointerException
   
   testOnlyReadLocks(org.apache.fluo.integration.impl.ReadLockIT)  Time 
elapsed: 1.17 sec  <<< ERROR!
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test8
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test8
   
   testOnlyReadLocks(org.apache.fluo.integration.impl.ReadLockIT)  Time 
elapsed: 1.17 sec  <<< ERROR!
   java.lang.NullPointerException
   ```
   There are 30 .txt files in those logs for all the various IT's failing.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345753824
 
 
   @ctubbsii 
   No luck with any of that sadly. Be right back gonna toss my laptop off the 
roof.
   
   @keith-turner 
   Is this what you were looking for? I don't see any trace when looking at the 
file manually. I can email you the log file if it you want to take a look.
   ```
grep NoAuth /tmp/fluo-build.log 
   [DEBUG] Found import: import 
org.apache.zookeeper.KeeperException.NoAuthException;
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/mini-test2
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/mini-test2
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test3
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test3
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test4
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test4
   ```
   
   (EDIT: extra lines truncated by @cltubbs for easier scrolling; it was just 
repeats of the same error above)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345759461
 
 
   @keith-turner 
   ```
   grep -A 10 "NoAuth for" /tmp/fluo-build.log | head -20
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/mini-test2
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/mini-test2
   
   test1(org.apache.fluo.integration.impl.SelfNotificationIT)  Time elapsed: 
1.131 sec  <<< ERROR!
   java.lang.RuntimeException: java.lang.IllegalStateException: tracker already 
closed
   Caused by: java.lang.IllegalStateException: tracker already closed
   
   Running org.apache.fluo.integration.impl.ParallelScannerIT
   Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.043 sec 
<<< FAILURE! - in org.apache.fluo.integration.impl.ParallelScannerIT
   
testParallelScanRecovery1(org.apache.fluo.integration.impl.ParallelScannerIT)  
Time elapsed: 0.01 sec  <<< ERROR!
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test3
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test3
   
   
testParallelScanRecovery1(org.apache.fluo.integration.impl.ParallelScannerIT)  
Time elapsed: 0.01 sec  <<< ERROR!
   java.lang.NullPointerException
   
   
testParallelScanRecovery2(org.apache.fluo.integration.impl.ParallelScannerIT)  
Time elapsed: 0.009 sec  <<< ERROR!
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test4
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test4
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-20 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345753824
 
 
   @ctubbsii 
   No luck with any of that sadly. Be right back gonna toss my laptop off the 
roof.
   
   @keith-turner 
   Is this what you were looking for? I don't see any trace when looking at the 
file manually. I can email you the log file if it you want to take a look.
   ```
grep NoAuth /tmp/fluo-build.log 
   [DEBUG] Found import: import 
org.apache.zookeeper.KeeperException.NoAuthException;
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/mini-test2
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/mini-test2
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test3
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test3
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test4
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test4
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test5
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test5
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test6
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test6
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test7
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test7
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test8
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test8
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test9
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test9
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test10
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test10
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test11
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test11
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test12
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test12
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test13
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test13
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test14
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test14
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test15
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test15
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test16
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test16
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test17
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test17
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test18
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test18
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test19
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 

[GitHub] cjmctague commented on issue #971: IT's error out when calling mvn verify

2017-11-19 Thread GitBox
cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345575624
 
 
   `ps aux | grep jav[a]` returns nothing
   ```
   jps -ml
   1023 sun.tools.jps.Jps -ml
   ```
   Rebooted and still getting the same list of errors.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services