-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.1
-
Component/s: None
-
Labels:None
The current syntax is for
example
//ensures that at least 2 replicas go to servers with port 8983 {"replica":">1", "shard":"#ANY" ,"port":8983}
We should add an implicit attribute called type and the value of type
can be NRT (default) , TLOG or PULL
so a policy would look as follows
{"replica":"1", "shard":"#ANY" ,"port":8983, "type":"NRT"} {"replica":"1", "shard":"#ANY" ,"port":7574, "type":"PULL"} {"replica":"1", "shard":"#ANY" ,"port":7573, "type":"TLOG"}