Re: Invalid UTF-8 character 0xfffe during shard update

2013-08-05 Thread Sundararaju, Shankar
The problem is that even though unicode point \u and \uFFFE are valid UTF-8 characters, they will not be parsed by standards conforming XML parsers. There is something called UTF-8 replacement character \uFFFD that can be used to replace such characters. While indexing docs, replace all such ch

Thousands of "cluster state change" events per second from zookeeper

2013-07-11 Thread Sundararaju, Shankar
Hi, We have 3 search client nodes connected to a 12x2 Solr 4.2.1 cluster through CloudSolrServer. We are noticing thousands of such events being logged every second on these client nodes and filling up the logs quickly. Are there any known bug in Zookeeper or SolrJ client that can cause this? W