[
https://issues.apache.org/jira/browse/ZOOKEEPER-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320311#comment-16320311
]
ASF GitHub Bot commented on ZOOKEEPER-2939:
-------------------------------------------
Github user anmolnar commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/440#discussion_r160689248
--- Diff: build.xml ---
@@ -198,7 +198,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<!-- ====================================================== -->
<!-- Dependency versions -->
<!-- ====================================================== -->
- <property name="slf4j.version" value="1.7.25"/>
+ <property name="slf4j.version" value="1.7.22"/>
--- End diff --
Here's the issue:
{code}
BUILD FAILED
/Users/Molnar/git/my-zookeeper/build.xml:420: impossible to resolve
dependencies:
org.slf4j#slf4j-api;1.7.22 (needed by
[io.dropwizard.metrics#metrics-core;3.2.5]) conflicts with
org.slf4j#slf4j-api;1.7.25 (needed by
[org.apache.zookeeper#zookeeper;3.6.0-SNAPSHOT])
{code}
> Deal with maxbuffer as it relates to proposals
> ----------------------------------------------
>
> Key: ZOOKEEPER-2939
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2939
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: jute, server
> Reporter: Andor Molnar
> Assignee: Andor Molnar
> Fix For: 3.5.4, 3.6.0
>
>
> Monitor real-time Jute buffer usage as it relates to proposals.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)