-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11020/
-----------------------------------------------------------
Review request for giraph.
Description
-------
Right now we generate a lot of output in the test, we can reduce a lot of
useless output from ZooKeeper in testing by changing the log level. In practice
in real applications, this isn't much of an issue, so only changing this for
tests.
This addresses bug GIRAPH-665.
https://issues.apache.org/jira/browse/GIRAPH-665
Diffs
-----
giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java
5dbf9779c1f98333da481e32fa7f04474f6a91a1
giraph-core/src/test/java/org/apache/giraph/BspCase.java
dbee7f089187311ff451eca7179dcf675ae15213
Diff: https://reviews.apache.org/r/11020/diff/
Testing
-------
mvn clean verify
Thanks,
Avery Ching