[
https://issues.apache.org/jira/browse/DL-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902172#comment-15902172
]
ASF GitHub Bot commented on DL-193:
-----------------------------------
Github user arvindkandhare commented on the issue:
https://github.com/apache/incubator-distributedlog/pull/123
While the compile passes, the tests actually try to create a server
process. This tries to start bookkeeper server, which has dependencies on Guava
again. This means that this PR needs changes to the Bookkeeper pulled from:
https://github.com/twitter/bookkeeper/.
As Guava has moved and changed the API quiet a bit, this is an involved
changed. Another interesting point is that Apache bookkeeper uses even older
version of Guava (13.0 in their master branch). So this PR should not go in
before the Twitter bookkeeper moves towards this version.
Do share your views on this.
> Use the latest version of Guava
> -------------------------------
>
> Key: DL-193
> URL: https://issues.apache.org/jira/browse/DL-193
> Project: DistributedLog
> Issue Type: Improvement
> Components: builds, distributedlog-core, distributedlog-service
> Reporter: Arvind Kandhare
> Assignee: Arvind Kandhare
>
> The Guava version used is 16.0 which is too old. It should be 20.0.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)