mirror of https://github.com/apache/lucene.git
this should be volatile
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54681c0cfd
commit
6d2ef6a1e4
|
@ -52,7 +52,7 @@ public class CloudSolrServer extends SolrServer {
|
|||
private String zkHost; // the zk server address
|
||||
private int zkConnectTimeout = 10000;
|
||||
private int zkClientTimeout = 10000;
|
||||
private String defaultCollection;
|
||||
private volatile String defaultCollection;
|
||||
private LBHttpSolrServer lbServer;
|
||||
Random rand = new Random();
|
||||
private MultiThreadedHttpConnectionManager connManager;
|
||||
|
|
Loading…
Reference in New Issue