Hi, all,
We have recently encountered a Cassandra OOM issue when Cassandra is brought up
sometimes (but not always) in our 4-node cluster test bed.
After analyzing the heap dump, we could find the Internal-Response thread pool
(JMXEnabledThreadPoolExecutor) is filled with thounds of
'org.apach
Thanks for the prompt service!
-- Jack Krupansky
On Tue, Apr 19, 2016 at 12:16 PM, Benjamin Lerer <
benjamin.le...@datastax.com> wrote:
> Done. Thanks for reporting the problem.
>
> On Tuesday, April 19, 2016, Benjamin Lerer
> wrote:
>
> > I will fix it. I am the one that has probably done them
Done. Thanks for reporting the problem.
On Tuesday, April 19, 2016, Benjamin Lerer
wrote:
> I will fix it. I am the one that has probably done them anyway.
>
> Benjamin
>
> On Tue, Apr 19, 2016 at 4:57 PM, Jack Krupansky > wrote:
>
>> Comment typo for maxFunctionForCounter in AggregateFcts.java
I will fix it. I am the one that has probably done them anyway.
Benjamin
On Tue, Apr 19, 2016 at 4:57 PM, Jack Krupansky
wrote:
> Comment typo for maxFunctionForCounter in AggregateFcts.java:
>
> /**
> * AVG function for counter column values.
> */
> public static final Aggreg
Comment typo for maxFunctionForCounter in AggregateFcts.java:
/**
* AVG function for counter column values.
*/
public static final AggregateFunction maxFunctionForCounter =
new NativeAggregateFunction("max", CounterColumnType.instance,
CounterColumnType.instance)
That commen