Christopher McTague

Results 14 comments of Christopher McTague

We could do something like this | Releases | Tour | Community | Contribute | Issue Tracking | |:--------:|------|------------------|-------------------|----------------| | Download | | Get Involved | How to Contribute |...

Thats what I assumed but was just documenting it

``` Running org.apache.fluo.integration.impl.CollisionIT DEBUG oldestTs : 6839 recentTS : 6839 DEBUG 0 stat:processed [] 6764-WRITE 6755 DEBUG 0 stat:processed [] 6755-DATA 181 DEBUG 0 stat:total [] 6499-TX_DONE DEBUG 0 stat:total...

@ctubbsii Its getting the error in all the IT's. I just didn't copy them all as it's a long list. Those are the first ones and all the rest display...

`ps aux | grep jav[a]` returns nothing ``` jps -ml 1023 sun.tools.jps.Jps -ml ``` Rebooted and still getting the same list of errors.

@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...

@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...

@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:...

@ctubbsii On a Mac and I disabled to firewall and nothing changed.

@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...