[GitHub] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-372466427 I think this test needs to completely clear zookeeper after it runs. I can look into doing that. 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-347672768 I looked at the jstack you sent, it seems like the file contains 4 jstacks. Are those for 4 different test runs? It seems in two the of the jstacks the main test thread is stuck waiting to get a timestamp from the oracle. In one of the jstacks, the main thread is stuck trying to connect to zookeeper. In the other jstack I am not sure what it is doing. 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-347554053 @cjmctague can you try removing the timeout rule and see if it ever completes... or set it really high. Also when its stuck, can you find the java process running the IT and run jstack on it? 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-347248752 > After removing the ZKSecretIT the "NoAuth" errors have gone away. Is there a way to for this IT to go last or should we just fix the "Auth" after the IT has concluded? I looked at a successful Travis build and this test ran in the middle of the ITs. There are two possibilities. When this test runs first, it leaves everything in a bad state OR there is something in your environment that exposing a bug. I suspect its the latter, but not sure. I will take a look at the test and see if better cleanup could be done. Re the OracleIT, some of the error messages from it are expected. The timeout is not. Does that test consistently timeout? Could try bumping its timeout up by adding `2 *` like the following in the test. ```java public Timeout globalTimeout = Timeout.seconds(2 * getTestTimeout()); ``` 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345900077 I noticed in the logs you emailed me that ZKSecretIT runs first and then everything after that fails. That test does modify auths in Zookeeper. 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345899607 @cjmctague can you find the test org.apache.fluo.integration.impl.ZKSecretIT and delete it? I am wondering if that test is mucking things up for you. 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345891355 @cjmctague what about the zookeeper server logs, anything there? 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345819064 Something else to look at is `modules/integration/target/accumulo-maven-plugin/it-instance-maven/logs/Zoo*`. These files are for the Zookeeper server that started up for the integration test. 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345773493 Ugh, so -`X` did not show the stack traces. Maybe the `-e` option will. Could try `mvn -X -e -l /tmp/fluo-build.log` Also there may be info of interest in `modules/integration/target/failsafe-reports` after running the build. Make sure to get a video of the laptop toss, could be a hit on /r/osha or /r/wcgw 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345756894 @cjmctague yeah you can email me the log. If you can bzip2 or gzip it. bzip will probably compress better. 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345755754 Try `grep -A 10 "NoAuth for" /tmp/fluo-build.log | head -20` 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] keith-turner commented on issue #971: IT's error out when calling mvn verify
keith-turner commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345743469 Are there any stack trace lines after the messages like `Caused by: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /fluo/mini-test2`? I ask because I am curious if this has anything to do with the changes in #899. Each node in ZK can have an auth set. Accumulo sets auths in ZK and Fluo does optionally with the changes in #899. The paths in the error messages `/fluo/impl-test4` lead me to believe its executing Fluo code when this happens. It would be nice to know what specific code is executing. If you are not seeing the stack traces, then its possible that adding the `-X` option will show the stack traces. However this can generate a huge amount out output, so you may also want to use the `-l ` option. Could run something like the following. ```bash mvn -X -l /tmp/fluo-build.log clean verify # search for NoAuth less /tmp/fluo-build.log ``` 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