this is unusual.
--
Ranger Tsao
2015-06-22 16:06 GMT+08:00 Jason Wee :
> what's your questions?
>
> On Mon, Jun 22, 2015 at 12:05 AM, 曹志富 wrote:
>
>> the logger like this :
>>
>>
>> INFO [CompactionExecutor:501] 2015-06-21 21:42:36,306
>> CompactionTask.java
what's your questions?
On Mon, Jun 22, 2015 at 12:05 AM, 曹志富 wrote:
> the logger like this :
>
>
> INFO [CompactionExecutor:501] 2015-06-21 21:42:36,306
> CompactionTask.java:140 - Compacting
> [SSTableReader(path='/home/ant/apache-cassandra-2.1.6/bin/../data/data/system/hints/system-hints-ka-3
the logger like this :
INFO [CompactionExecutor:501] 2015-06-21 21:42:36,306
CompactionTask.java:140 - Compacting
[SSTableReader(path='/home/ant/apache-cassandra-2.1.6/bin/../data/data/system/hints/system-hints-ka-365-Data.db')]
INFO [CompactionExecutor:501] 2015-06-21 21:42:37,782
CompactionTa
Fwiw, similar to another issue of stuck compaction that was on the list
several days ago, if I cleared out the hints, either by removing files
while node was down, or running a scrub on system.hints during node
startup, I was able to get these compactions cleared, an the nodes are
starting to get c
Is there anything else on the network that could be attempting to
connect to 9160?
That is the exact error you would get when someone initiates a
connection and sends a null byte. You can reproduce it thusly:
echo -n 'm' | nc localhost 9160
On Wed, Aug 7, 2013 at 11:11 AM, David McNelis wrote:
Nate,
We had a node that was flaking on us last week and had a lot of handoffs
fail to that node. We ended up decommissioning that node entirely. I
can't find the actual error we were getting at the time (logs have been
rotated out), but currently we're not seeing any errors there.
We haven't h
Thrift and ClientState are both unrelated to hints.
What do you see in the logs after "Started hinted handoff for
host:..." from HintedHandoffManager?
It should either have an error message or something along the lines of
"Finished hinted handoff of:..."
Where there any schema updates that prece
Morning folks,
For the last couple of days all of my nodes (17, all running 1.2.8) have
been stuck at various percentages of completion for compacting
system.hints. I've tried restarting the nodes (including a full rolling
restart of the cluster) to no avail.
When I turn on Debugging I am seeing
> What are the proper compaction settings for the hints CF? Mine are:
> compaction={'min_threshold': '0', 'class':
> 'SizeTieredCompactionStrategy', 'max_threshold': '0'}
Compaction is run manually by the code when it finishes
7;: '0', 'class':
'SizeTieredCompactionStrategy', 'max_threshold': '0'}
Is hints compaction a common problem? What are steps to remedy?
Thanks!
Dane
10 matches
Mail list logo