Hello, we are using DSE Search workload with Search and Cass running on same nodes/jvm.
1. When repairs are run, does it initiate rebuilds of solr indexes? Does it rebuild only when any data is repaired? 2. How about the compactions, does it trigger any search indexes rebuilds? I guess not, since data is not getting changed, but not sure. Or maybe when it cleans tombstones, how does solr handles deleted data? 4. Is it generally a good idea to run both Cass and Search on same node/JVM? Any potential issues which could arise from such a setup or thats a good way to setup since data is colocated on the same nodes. Regards, Ayub