for all 3 nodes? can you copy+paste the output as it appears please?
Unable to retrieve data from solr portal in dse.
(21 posts) (2 voices)-
Posted 5 months ago #
-
[root@ilabs-rmlog bin]# ./dsetool ring 0.0.0.39
Address DC Rack Workload Status State Load Owns Token
56713727820156410577229101238628035242
0.0.0.31 Solr rack1 Search Up Normal 29.88 MB 33.33% 0
0.0.0.39 Solr rack1 Search Up Normal 30.99 MB 33.33% 113427455640312821154458202477256070485
0.0.0.37 Solr rack1 Search Up Normal 30.21 MB 33.33% 56713727820156410577229101238628035242Posted 5 months ago # -
Details from all 3 nodes
for 0.0.0.39
[root@ilabs-rmlog bin]# ./dsetool ring 0.0.0.39
Address DC Rack Workload Status State Load Owns Token
56713727820156410577229101238628035242
0.0.0.31 Solr rack1 Search Up Normal 29.88 MB 33.33% 0
0.0.0.39 Solr rack1 Search Up Normal 30.99 MB 33.33% 113427455640312821154458202477256070485
0.0.0.37 Solr rack1 Search Up Normal 30.21 MB 33.33% 56713727820156410577229101238628035242---------------------------------------------
for 0.0.0.37
[root@ilabs-host2 bin]# ./dsetool ring 0.0.0.37
Address DC Rack Workload Status State Load Owns Token
56713727820156410577229101238628035242
0.0.0.31 Solr rack1 Search Up Normal 29.88 MB 33.33% 0
0.0.0.39 Solr rack1 Search Up Normal 30.99 MB 33.33% 113427455640312821154458202477256070485
0.0.0.37 Solr rack1 Search Up Normal 30.21 MB 33.33% 56713727820156410577229101238628035242
[root@ilabs-host2 bin]#---------------------------------------------
for 0.0.0.31
[root@ilabs-host1 bin]# ./dsetool ring 0.0.0.31
Address DC Rack Workload Status State Load Owns Token
56713727820156410577229101238628035242
0.0.0.31 Solr rack1 Search Up Normal 29.88 MB 33.33% 0
0.0.0.39 Solr rack1 Search Up Normal 30.99 MB 33.33% 113427455640312821154458202477256070485
0.0.0.37 Solr rack1 Search Up Normal 30.21 MB 33.33% 56713727820156410577229101238628035242---------------------------------------------
Posted 5 months ago # -
You detailed how you created the keyspace from cassandra-cli, but how exactly are you creating the column family and index? Also, how are you populating the cf with data (if at all)?
Also, are you running DSE 2.2 or 2.2.1 ?
I'm trying to reproduce this issue but so far I'm unable to.
Posted 5 months ago # -
This below script i used to create keyspace.
CREATE KEYSPACE <KeySpaceName> with placement_strategy = 'SimpleStrategy' and strategy_options = {replication_factor : 1} and durable_writes = true;I used the script which is available in datastax/demo/wikipedia/1-add-schema.sh.
I modified the script with my host,keyspace and cf name then pushed solr config and schema files. I inserted records after that.
I am using DSE 2.2 version.
Posted 5 months ago # -
This issue is NOT surfacing if we use DSE v2.1.1, so looks like DSE 2.2 + Virtual env you might be able to replicate this issue
Posted 5 months ago #
Reply
You must log in to post.
