solr - Be very careful committing from the client! In fact, don’t do it -


i created solr cloud cluster 3 replicas , shards , configured external zookeeper. working fine. after period of time notice when restarted node takes long time start up.

i observe in version in zookeeper on each node has huge amount of data in version-2 folder.after few days noticed nodes down .recovery fail in many cases.

in application need live updates in cloud.so when user updates profile rewrite document solr commit() .

is missing or live updates not right option because thousands of peoples updating profiles same time?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -