You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/08/09 11:14:51 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1759 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1759/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:49437/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49437/collection1
	at __randomizedtesting.SeedInfo.seed([1EB502FF35A1D19C:9F538CE742FEB1A0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:561)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:449)
	... 47 more




Build Log:
[...truncated 11097 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/init-core-data-001
   [junit4]   2> 392760 T818 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 392761 T818 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 392766 T818 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 392767 T818 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 392769 T819 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 392869 T818 oasc.ZkTestServer.run start zk server on port:49407
   [junit4]   2> 392872 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 392878 T825 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@581380ce name:ZooKeeperConnection Watcher:127.0.0.1:49407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 392878 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 392879 T818 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 392889 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 392897 T827 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe36e56 name:ZooKeeperConnection Watcher:127.0.0.1:49407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 392898 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 392898 T818 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 392905 T818 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 392909 T818 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 392915 T818 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 392923 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 392924 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 392938 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 392939 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 392947 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 392948 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 392958 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 392959 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 392969 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 392970 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 392980 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 392981 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 392988 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 392988 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 392995 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 392996 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 393004 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 393006 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 393013 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 393014 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 393022 T818 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 393023 T818 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 393034 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 393039 T829 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58ce8831 name:ZooKeeperConnection Watcher:127.0.0.1:49407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 393039 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 395338 T818 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 395350 T818 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 395364 T818 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49411
   [junit4]   2> 395368 T818 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 395368 T818 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 395368 T818 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002
   [junit4]   2> 395368 T818 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/'
   [junit4]   2> 395417 T818 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/solr.xml
   [junit4]   2> 395446 T818 oasc.CoreContainer.<init> New CoreContainer 1427629211
   [junit4]   2> 395447 T818 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/]
   [junit4]   2> 395448 T818 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 395448 T818 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 395449 T818 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 395449 T818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 395450 T818 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 395450 T818 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 395451 T818 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 395452 T818 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 395452 T818 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 395456 T818 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 395458 T818 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 395459 T818 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 395460 T818 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 395460 T818 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49407/solr
   [junit4]   2> 395461 T818 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 395464 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 395468 T840 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56777ba5 name:ZooKeeperConnection Watcher:127.0.0.1:49407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 395469 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 395477 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 395481 T842 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e7ed899 name:ZooKeeperConnection Watcher:127.0.0.1:49407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 395481 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 395485 T818 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 395496 T818 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 395507 T818 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 395518 T818 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 395528 T818 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 395543 T818 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 395548 T818 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49411_
   [junit4]   2> 395550 T818 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49411_
   [junit4]   2> 395561 T818 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 395569 T818 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 395584 T818 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49411_
   [junit4]   2> 395584 T818 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 395594 T818 oasc.Overseer.start Overseer (id=92246462866194436-127.0.0.1:49411_-n_0000000000) starting
   [junit4]   2> 395608 T818 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 395651 T844 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 395655 T818 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 395666 T818 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 395671 T818 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 395680 T843 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 395687 T845 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 395687 T845 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 395689 T845 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 395690 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 395694 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 395695 T843 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49411",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49411_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 395695 T843 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 395696 T843 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 395706 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 396693 T845 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 396693 T845 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 396696 T845 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 396696 T845 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 396701 T845 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 396701 T845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/'
   [junit4]   2> 396703 T845 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 396705 T845 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 396706 T845 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 396764 T845 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 396791 T845 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 396795 T845 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 396800 T845 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 396805 T845 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 396834 T845 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 396842 T845 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 396848 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 396862 T845 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 396862 T845 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 396862 T845 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 396863 T845 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/data/
   [junit4]   2> 396864 T845 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 396864 T845 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/data
   [junit4]   2> 396865 T845 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/data/index/
   [junit4]   2> 396866 T845 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 396867 T845 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/data/index
   [junit4]   2> 396867 T845 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 396875 T845 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a30e8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 396875 T845 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 396879 T845 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 397669 T845 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 397670 T845 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 397670 T845 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 397671 T845 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 397672 T845 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 397673 T845 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 397673 T845 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 397673 T845 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 397674 T845 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 397674 T845 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 397674 T845 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 397674 T845 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 397684 T845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 397686 T845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 397689 T845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 397691 T845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 397694 T845 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 397699 T845 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 397700 T845 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 397704 T845 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=83.75, floorSegmentMB=1.0234375, forceMergeDeletesPctAllowed=16.82401625756365, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13770140083913118
   [junit4]   2> 397711 T845 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a30e8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 397713 T845 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 397713 T845 oass.SolrIndexSearcher.<init> Opening Searcher@53ad0af2[collection1] main
   [junit4]   2> 397713 T845 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 397717 T845 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 397717 T845 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 397719 T845 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 397719 T845 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 397720 T845 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 397722 T845 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 397722 T845 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 397724 T845 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 397732 T845 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 397732 T845 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 397732 T845 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 397746 T845 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 397794 T845 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 397794 T847 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@53ad0af2[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 397797 T850 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49411 collection:control_collection shard:shard1
   [junit4]   2> 397799 T818 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 397799 T818 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 397800 T850 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 397807 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 397812 T852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a0b248 name:ZooKeeperConnection Watcher:127.0.0.1:49407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 397812 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 397816 T818 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 397826 T850 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 397827 T818 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 397831 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 397834 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 397841 T850 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 397842 T850 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C227 name=collection1 org.apache.solr.core.SolrCore@74daaded url=https://127.0.0.1:49411/collection1 node=127.0.0.1:49411_ C227_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:49411, core=collection1, node_name=127.0.0.1:49411_}
   [junit4]   2> 397842 T850 C227 P49411 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49411/collection1/
   [junit4]   2> 397843 T850 C227 P49411 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 397843 T850 C227 P49411 oasc.SyncStrategy.syncToMe https://127.0.0.1:49411/collection1/ has no replicas
   [junit4]   2> 397843 T850 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49411/collection1/ shard1
   [junit4]   2> 397843 T850 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 397845 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 397847 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 397866 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 397871 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 397982 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 397990 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 398027 T850 oasc.ZkController.register We are https://127.0.0.1:49411/collection1/ and leader is https://127.0.0.1:49411/collection1/
   [junit4]   2> 398030 T850 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49411
   [junit4]   2> 398030 T850 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 398031 T850 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 398031 T850 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 398035 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 398037 T850 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 398041 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 398045 T843 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49411",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49411_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 398170 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 398171 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 400048 T818 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 400050 T818 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 400059 T818 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 400061 T818 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49415
   [junit4]   2> 400065 T818 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 400065 T818 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 400065 T818 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003
   [junit4]   2> 400066 T818 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/'
   [junit4]   2> 400113 T818 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/solr.xml
   [junit4]   2> 400143 T818 oasc.CoreContainer.<init> New CoreContainer 430699971
   [junit4]   2> 400143 T818 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/]
   [junit4]   2> 400145 T818 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 400145 T818 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 400145 T818 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 400146 T818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 400146 T818 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 400147 T818 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 400148 T818 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 400148 T818 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 400148 T818 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 400151 T818 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 400154 T818 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 400155 T818 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 400155 T818 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 400156 T818 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49407/solr
   [junit4]   2> 400157 T818 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 400159 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 400164 T864 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fd516ef name:ZooKeeperConnection Watcher:127.0.0.1:49407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 400165 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 400174 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 400180 T866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4dea3ba3 name:ZooKeeperConnection Watcher:127.0.0.1:49407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 400180 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 400207 T818 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 401220 T818 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49415_
   [junit4]   2> 401222 T818 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49415_
   [junit4]   2> 401246 T868 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 401246 T868 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 401248 T868 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 401248 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 401253 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 401255 T843 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49415",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49415_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 401255 T843 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 401255 T843 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 401264 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 401264 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 401264 T867 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 402251 T868 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 402251 T868 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 402253 T868 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 402253 T868 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 402256 T868 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 402256 T868 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/'
   [junit4]   2> 402258 T868 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 402259 T868 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 402259 T868 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 402317 T868 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 402327 T868 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 402331 T868 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 402335 T868 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 402355 T868 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 402357 T868 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 402358 T868 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 402359 T868 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/data/
   [junit4]   2> 402360 T868 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 402360 T868 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/data
   [junit4]   2> 402361 T868 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/data/index/
   [junit4]   2> 402362 T868 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 402364 T868 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/data/index
   [junit4]   2> 402364 T868 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 402372 T868 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@129b71d9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 402372 T868 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 402375 T868 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 402377 T868 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 402377 T868 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 402377 T868 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 402378 T868 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 402378 T868 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 402378 T868 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 402378 T868 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 402379 T868 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 402380 T868 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 402380 T868 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 402380 T868 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 402380 T868 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 402393 T868 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 402395 T868 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 402396 T868 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 402398 T868 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 402400 T868 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 402402 T868 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 402402 T868 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 402403 T868 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=83.75, floorSegmentMB=1.0234375, forceMergeDeletesPctAllowed=16.82401625756365, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13770140083913118
   [junit4]   2> 402405 T868 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@129b71d9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 402405 T868 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 402405 T868 oass.SolrIndexSearcher.<init> Opening Searcher@304cc551[collection1] main
   [junit4]   2> 402406 T868 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 402408 T868 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 402408 T868 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 402411 T868 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 402411 T868 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 402415 T868 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 402418 T868 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 402418 T868 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 402419 T868 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 402419 T868 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 402419 T868 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 402423 T868 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 402425 T872 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49415 collection:collection1 shard:shard2
   [junit4]   2> 402426 T818 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 402427 T818 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 402428 T869 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@304cc551[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 402430 T872 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 402444 T872 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 402448 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 402452 T872 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 402452 T872 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C228 name=collection1 org.apache.solr.core.SolrCore@49abfdc4 url=https://127.0.0.1:49415/collection1 node=127.0.0.1:49415_ C228_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:49415, core=collection1, node_name=127.0.0.1:49415_}
   [junit4]   2> 402452 T872 C228 P49415 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49415/collection1/
   [junit4]   2> 402453 T872 C228 P49415 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 402453 T872 C228 P49415 oasc.SyncStrategy.syncToMe https://127.0.0.1:49415/collection1/ has no replicas
   [junit4]   2> 402453 T872 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49415/collection1/ shard2
   [junit4]   2> 402454 T872 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 402454 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 402481 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 402589 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 402590 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 402591 T867 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 402629 T872 oasc.ZkController.register We are https://127.0.0.1:49415/collection1/ and leader is https://127.0.0.1:49415/collection1/
   [junit4]   2> 402630 T872 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49415
   [junit4]   2> 402630 T872 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 402630 T872 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 402631 T872 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 402634 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 402638 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 402640 T843 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49415",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49415_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 402642 T872 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 402753 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 402754 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 402754 T867 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 404675 T818 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 404679 T818 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 404688 T818 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 404691 T818 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49418
   [junit4]   2> 404697 T818 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 404698 T818 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 404699 T818 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004
   [junit4]   2> 404700 T818 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/'
   [junit4]   2> 404780 T818 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/solr.xml
   [junit4]   2> 404817 T818 oasc.CoreContainer.<init> New CoreContainer 1060899455
   [junit4]   2> 404818 T818 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/]
   [junit4]   2> 404818 T818 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 404820 T818 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 404820 T818 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 404820 T818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 404821 T818 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 404822 T818 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 404822 T818 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 404823 T818 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 404823 T818 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 404828 T818 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 404830 T818 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 404831 T818 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 404832 T818 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 404832 T818 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49407/solr
   [junit4]   2> 404833 T818 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 404835 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 404842 T883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e94aa23 name:ZooKeeperConnection Watcher:127.0.0.1:49407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 404843 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 404852 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 404856 T885 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4417f5ba name:ZooKeeperConnection Watcher:127.0.0.1:49407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 404857 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 404881 T818 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 405892 T818 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49418_
   [junit4]   2> 405895 T818 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49418_
   [junit4]   2> 406834 T887 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 406834 T887 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 406836 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 406836 T887 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 406841 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 406844 T843 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49418",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49418_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 406844 T843 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 406844 T843 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 406857 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 406857 T886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 406858 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 406858 T867 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 407840 T887 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 407840 T887 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 407841 T887 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 407842 T887 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 407848 T887 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 407849 T887 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/'
   [junit4]   2> 407851 T887 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 407851 T887 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 407852 T887 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 407908 T887 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 407932 T887 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 407935 T887 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 407939 T887 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 407959 T887 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 407960 T887 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 407960 T887 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 407961 T887 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/data/
   [junit4]   2> 407961 T887 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 407962 T887 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/data
   [junit4]   2> 407963 T887 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/data/index/
   [junit4]   2> 407964 T887 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 407965 T887 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/data/index
   [junit4]   2> 407966 T887 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 407975 T887 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6416bbd2; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 407976 T887 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 407979 T887 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 407980 T887 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 407980 T887 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 407981 T887 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 407982 T887 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 407982 T887 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 407982 T887 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 407983 T887 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 407983 T887 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 407983 T887 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 407983 T887 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 407984 T887 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 407984 T887 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 407996 T887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 407997 T887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 407998 T887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 408000 T887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 408001 T887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 408004 T887 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 408004 T887 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 408005 T887 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=83.75, floorSegmentMB=1.0234375, forceMergeDeletesPctAllowed=16.82401625756365, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13770140083913118
   [junit4]   2> 408008 T887 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6416bbd2; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 408008 T887 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 408009 T887 oass.SolrIndexSearcher.<init> Opening Searcher@4caef90c[collection1] main
   [junit4]   2> 408009 T887 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 408013 T887 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 408013 T887 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 408016 T887 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 408017 T887 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 408017 T887 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 408020 T887 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 408020 T887 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 408021 T887 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 408021 T887 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 408021 T887 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 408024 T887 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 408024 T888 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4caef90c[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 408027 T891 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49418 collection:collection1 shard:shard3
   [junit4]   2> 408028 T818 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 408029 T818 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 408031 T891 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 408049 T891 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 408058 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408064 T891 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 408064 T891 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C229 name=collection1 org.apache.solr.core.SolrCore@73dbfc56 url=https://127.0.0.1:49418/collection1 node=127.0.0.1:49418_ C229_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:49418, core=collection1, node_name=127.0.0.1:49418_}
   [junit4]   2> 408065 T891 C229 P49418 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49418/collection1/
   [junit4]   2> 408065 T891 C229 P49418 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 408065 T891 C229 P49418 oasc.SyncStrategy.syncToMe https://127.0.0.1:49418/collection1/ has no replicas
   [junit4]   2> 408066 T891 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49418/collection1/ shard3
   [junit4]   2> 408066 T891 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 408071 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 408112 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408120 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 408121 T867 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 408122 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 408123 T886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 408151 T891 oasc.ZkController.register We are https://127.0.0.1:49418/collection1/ and leader is https://127.0.0.1:49418/collection1/
   [junit4]   2> 408152 T891 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49418
   [junit4]   2> 408152 T891 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 408152 T891 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 408152 T891 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 408159 T891 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 408160 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408167 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 408169 T843 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49418",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49418_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 408281 T886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 408282 T867 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 408284 T853 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 408292 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 410475 T818 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 410476 T818 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 410492 T818 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 410495 T818 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49421
   [junit4]   2> 410500 T818 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 410501 T818 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 410501 T818 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-005
   [junit4]   2> 410502 T818 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-005/'
   [junit4]   2> 410577 T818 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-005/solr.xml
   [junit4]   2> 410601 T818 oasc.CoreContainer.<init> New CoreContainer 1923642913
   [junit4]   2> 410601 T818 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-005/]
   [junit4]   2> 410602 T818 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 410602 T818 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 410603 T818 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 410603 T818 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 410603 T818 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 410604 T818 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 410604 T818 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 410604 T818 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 410605 T818 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 410608 T818 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 410612 T818 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 410612 T818 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 410613 T818 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 410614 T818 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49407/solr
   [junit4]   2> 410614 T818 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 410616 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410624 T902 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@431abeb0 name:ZooKeeperConnection Watcher:127.0.0.1:49407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410625 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410634 T818 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410639 T904 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e1b3ab9 name:ZooKeeperConnection Watcher:127.0.0.1:49407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410639 T818 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410674 T818 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 411688 T818 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49421_
   [junit4]   2> 411691 T818 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49421_
   [junit4]   2> 411722 T906 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 411722 T906 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 411724 T906 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 411724 T846 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411731 T843 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 411733 T843 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49421",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49421_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 411733 T843 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 411734 T843 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 411743 T846 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 411744 T867 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 411745 T905 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state

[...truncated too long message...]

/collection1/data;done=false>>]
   [junit4]   2> 557026 T818 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-010/collection1/data
   [junit4]   2> 557026 T818 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-010/collection1/data/index.20140809092926819 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-010/collection1/data/index.20140809092926819;done=false>>]
   [junit4]   2> 557027 T818 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001/tempDir-010/collection1/data/index.20140809092926819
   [junit4]   2> 557029 T1078 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49443_
   [junit4]   2> 557039 T1033 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 557056 T818 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 558536 T1080 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 562045 T818 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 562047 T818 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49407 49407
   [junit4]   2> 562069 T819 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49407 49407
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=1EB502FF35A1D19C -Dtests.slow=true -Dtests.locale=de_CH -Dtests.timezone=Europe/Bratislava -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    170s | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49437/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1EB502FF35A1D19C:9F538CE742FEB1A0]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:561)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
   [junit4]    > 	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:449)
   [junit4]    > 	... 47 more
   [junit4]   2> 562461 T818 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-1EB502FF35A1D19C-001
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=de_CH, timezone=Europe/Bratislava
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=2,threads=1,free=44010576,total=139599872
   [junit4]   2> NOTE: All tests run in this JVM: [TestReversedWildcardFilterFactory, TestQuerySenderNoQuery, ZkNodePropsTest, ResourceLoaderTest, SchemaVersionSpecificBehaviorTest, PreAnalyzedFieldTest, AnalysisAfterCoreReloadTest, TestIBSimilarityFactory, XmlUpdateRequestHandlerTest, TestUtils, UniqFieldsUpdateProcessorFactoryTest, RequiredFieldsTest, TestRangeQuery, SuggesterWFSTTest, TestSolrCoreProperties, AliasIntegrationTest, TestManagedStopFilterFactory, TestSearcherReuse, OverseerCollectionProcessorTest, TestFieldResource, TestDocumentBuilder, ShardRoutingCustomTest, DocumentBuilderTest, TestBinaryResponseWriter, TestDistributedGrouping, TestCSVResponseWriter, OverseerRolesTest, ShowFileRequestHandlerTest, CopyFieldTest, TestCloudInspectUtil, TestCloudSchemaless]
   [junit4] Completed in 169.76s, 1 test, 1 error <<< FAILURES!

[...truncated 1231 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 421 suites, 1761 tests, 1 error, 44 ignored (17 assumptions)

Total time: 154 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1762 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1762/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessor

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor:     1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at java.util.TimerThread.mainLoop(Timer.java:526)         at java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: 
   1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
	at __randomizedtesting.SeedInfo.seed([AA9C2328B9352DCA]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessor

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at java.util.TimerThread.mainLoop(Timer.java:526)         at java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
	at __randomizedtesting.SeedInfo.seed([AA9C2328B9352DCA]:0)




Build Log:
[...truncated 14997 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessor
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001
   [junit4]   2> 20111 T22 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 24590 T22 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 24593 T22 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/collection1/'
   [junit4]   2> 24672 T22 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 24842 T22 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 24844 T22 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 24869 T22 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 24901 T22 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 24903 T22 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 24904 T22 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24907 T22 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 24907 T22 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001
   [junit4]   2> 24908 T22 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/'
   [junit4]   2> 24957 T22 oasc.CoreContainer.<init> New CoreContainer 1499987693
   [junit4]   2> 24958 T22 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/]
   [junit4]   2> 24959 T22 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 24961 T22 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 24962 T22 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 24963 T22 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 24963 T22 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 24963 T22 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 24964 T22 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 24965 T22 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 24966 T22 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 25122 T22 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 25126 T22 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 25127 T22 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 25127 T22 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 25139 T24 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/collection1/'
   [junit4]   2> 25246 T24 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 25281 T24 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 25282 T24 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 25301 T24 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 25327 T24 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 25328 T24 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 25328 T24 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 25329 T24 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/collection1/
   [junit4]   2> 25330 T24 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 25330 T24 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/
   [junit4]   2> 25331 T24 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 25331 T24 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}
   [junit4]   2> 25332 T24 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 25347 T24 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001
   [junit4]   2> 25349 T24 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index/
   [junit4]   2> 25349 T24 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 25350 T24 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index
   [junit4]   2> 25390 T24 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 25391 T24 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 25394 T24 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 25509 T24 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 25510 T24 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 25511 T24 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 25512 T24 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 25512 T24 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 25512 T24 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 25513 T24 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 25513 T24 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 25514 T24 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 25514 T24 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 25524 T24 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25530 T24 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25532 T24 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25540 T24 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25543 T24 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25546 T24 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 25546 T24 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 25550 T24 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 25550 T24 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 25551 T24 oass.SolrIndexSearcher.<init> Opening Searcher@2fe32b09[collection1] main
   [junit4]   2> 25552 T24 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/collection1/conf
   [junit4]   2> 25553 T24 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/collection1/conf}
   [junit4]   2> 25555 T24 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/collection1/conf
   [junit4]   2> 25556 T24 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 25558 T24 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/core-home-001/collection1/conf
   [junit4]   2> 25559 T24 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 25559 T24 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 25559 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2fe32b09[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 25561 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 25562 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2fe32b09[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 25567 T22 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 25586 T22 oas.SolrTestCaseJ4.setUp ###Starting testCachedChildEntities
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@77d64a30
   [junit4]   2> 25987 T22 C2 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 25995 T22 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 397
   [junit4]   2> 26010 T22 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26013 T22 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 26014 T22 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 26015 T22 C2 oass.SolrIndexSearcher.<init> Opening Searcher@2b8545a8[collection1] main
   [junit4]   2> 26018 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2b8545a8[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 26022 T22 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 26024 T25 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=6 
   [junit4]   2> 26025 T25 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 26027 T25 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 26027 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 26027 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b8545a8[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 26028 T22 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 18
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@77d64a30
   [junit4]   2> 31947 T22 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 31949 T22 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 31956 T22 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 31957 T22 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 32225 T22 C3 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [CachedSqlEntityProcessor]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32226 T22 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 32244 T22 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 32249 T22 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 3
   [junit4]   2> 32702 T22 C3 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 32706 T22 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 3
   [junit4]   2> 32926 T22 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 32930 T22 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32961 T22 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 32965 T22 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 32968 T22 C3 oass.SolrIndexSearcher.<init> Opening Searcher@22ecd8e8[collection1] main
   [junit4]   2> 32972 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@22ecd8e8[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 32973 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 32974 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 32975 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 32976 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 32976 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22ecd8e8[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 32976 T22 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 32978 T22 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 32979 T22 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 32980 T22 C3 oashd.DocBuilder.execute Time taken = 0:0:1.21
   [junit4]   2> 32981 T22 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={indent=true&synchronous=true&commit=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+transformer%3D"AddAColumnTransformer"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a<entity+name%3D"Countries"+pk%3D"Countries.CODE"+dataSource%3D"derby"+transformer%3D"AddAColumnTransformer"+newColumnName%3D"countryAdded_s"+newColumnValue%3D"country_added"+processor%3D"CachedSqlEntityProcessor"+where%3D"CODE%3DPeople.COUNTRY_CODE"+query%3D"SELECT+CODE,+COUNTRY_NAME+FROM+COUNTRIES"+>+%0a<field+column%3D"CODE"+name%3D"COUNTRY_CODE_s"+/>+%0a<field+column%3D"COUNTRY_NAME"+name%3D"COUNTRY_NAME_s"+/>+%0a</entity>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 1055
   [junit4]   2> 33154 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=12 
   [junit4]   2> 33176 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=6 
   [junit4]   2> 33265 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Jayden&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 33342 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODES_mult_s:NR&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=1 
   [junit4]   2> 33352 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=countryAdded_s:country_added&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=5 
   [junit4]   2> 33360 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 33361 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 34005 T22 oas.SolrTestCaseJ4.tearDown ###Ending testCachedChildEntities
   [junit4]   2> 34025 T22 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> 34029 T22 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 34030 T22 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 34033 T22 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34036 T22 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 34036 T22 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 34040 T22 C3 oass.SolrIndexSearcher.<init> Opening Searcher@5500a382[collection1] main
   [junit4]   2> 34042 T22 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 34043 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5500a382[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 34045 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 34046 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 34048 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 34048 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 34049 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5500a382[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 34053 T22 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 20
   [junit4]   2> 34667 T22 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 34668 T22 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 34668 T22 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 34670 T22 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 34671 T22 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 34673 T22 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 34677 T22 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 34939 T22 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 34940 T22 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34999 T22 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 35000 T22 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 35004 T22 C3 oass.SolrIndexSearcher.<init> Opening Searcher@3dbc2fc3[collection1] main
   [junit4]   2> 35006 T22 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 35017 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3dbc2fc3[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C60))}
   [junit4]   2> 35018 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 35019 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 35021 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 35021 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 35021 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3dbc2fc3[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C60))}
   [junit4]   2> 35023 T22 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 35025 T22 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 35026 T22 C3 oashd.DocBuilder.execute Time taken = 0:0:0.355
   [junit4]   2> 35027 T22 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={indent=true&synchronous=true&commit=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"People.ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+transformer%3D"TripleThreatTransformer"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, TripleThreat-1-1, TripleThreat-2-1, 2, TripleThreat-1-2, TripleThreat-2-2, 3, TripleThreat-1-3, TripleThreat-2-3, 4, ... (60 adds)],commit=} 0 375
   [junit4]   2> 35626 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=60} hits=60 status=0 QTime=563 
   [junit4]   2> 35701 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-1-*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=44 
   [junit4]   2> 35709 T22 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-2-*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@77d64a30
   [junit4]   2> 35832 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=%2Bid:TripleThreat-1-3+%2BNAME_mult_s:Michael+%2BNAME_mult_s:leahciM++%2BCOUNTRY_CODES_mult_s:NR+%2BCOUNTRY_CODES_mult_s:RN&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=34 
   [junit4]   2> 35835 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=0 
   [junit4]   2> 35840 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 35841 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 36374 T22 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 36387 T22 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> 36389 T22 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 36390 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 36392 T22 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 36393 T22 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 36394 T22 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 36395 T22 C4 oass.SolrIndexSearcher.<init> Opening Searcher@558ee1bf[collection1] main
   [junit4]   2> 36397 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@558ee1bf[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 36399 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 36400 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 36400 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 36401 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 36401 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@558ee1bf[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 36402 T22 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 36407 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 15
   [junit4]   2> 37143 T22 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 37144 T22 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 37144 T22 C4 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 37145 T22 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 37146 T22 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 37148 T22 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 37149 T22 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 37163 T22 C4 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 37163 T22 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 37196 T22 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 37197 T22 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 37237 T22 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 37239 T22 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 37308 T22 C4 oass.SolrIndexSearcher.<init> Opening Searcher@5c489ed4[collection1] main
   [junit4]   2> 37316 T22 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 37316 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5c489ed4[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20))}
   [junit4]   2> 37318 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 37319 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 37319 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 37320 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 37320 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c489ed4[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20))}
   [junit4]   2> 37320 T22 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 37322 T22 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 37322 T22 C4 oashd.DocBuilder.execute Time taken = 0:0:0.176
   [junit4]   2> 37323 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={indent=true&synchronous=true&commit=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"+transformer%3D"AddAColumnTransformer"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a<entity+name%3D"Countries"+pk%3D"Countries.CODE"+dataSource%3D"hsqldb"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+CODE,+COUNTRY_NAME+FROM+COUNTRIES+WHERE+DELETED+!%3D+'Y'+AND+CODE%3D'${People.COUNTRY_CODE}'+"+>+%0a<field+column%3D"CODE"+name%3D"COUNTRY_CODE_s"+/>+%0a<field+column%3D"COUNTRY_NAME"+name%3D"COUNTRY_NAME_s"+/>+%0a</entity>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 187
   [junit4]   2> 37328 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=3 
   [junit4]   2> 37336 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> 37352 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Jayden&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 37362 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODES_mult_s:NR&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=1 
   [junit4]   2> 37365 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 37366 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 37384 T22 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 37403 T22 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> 37406 T22 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 37406 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 37408 T22 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 37409 T22 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 37410 T22 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 37414 T22 C4 oass.SolrIndexSearcher.<init> Opening Searcher@503f2749[collection1] main
   [junit4]   2> 37416 T22 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 37417 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@503f2749[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 37418 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 37419 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 37420 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 37420 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 37420 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@503f2749[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 37423 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 15
   [junit4]   2> 37465 T22 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 37466 T22 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 37467 T22 C4 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 37468 T22 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 37468 T22 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 37470 T22 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 37472 T22 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 37483 T22 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 37484 T22 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 37488 T22 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 37488 T22 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 37505 T22 C4 oass.SolrIndexSearcher.<init> Opening Searcher@74f311be[collection1] main
   [junit4]   2> 37510 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@74f311be[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C20))}
   [junit4]   2> 37511 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 37511 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 37513 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 37513 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 37514 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74f311be[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C20))}
   [junit4]   2> 37514 T22 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 37515 T22 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 37516 T22 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 37516 T22 C4 oashd.DocBuilder.execute Time taken = 0:0:0.48
   [junit4]   2> 37518 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={indent=true&synchronous=true&commit=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 58
   [junit4]   2> 37524 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=4 
   [junit4]   2> 37530 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 37531 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 37533 T22 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 37564 T22 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 37566 T22 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 37567 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 37569 T22 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 37572 T22 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 37574 T22 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 37574 T22 C4 oass.SolrIndexSearcher.<init> Opening Searcher@5a2359f[collection1] main
   [junit4]   2> 37574 T22 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 37577 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5a2359f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 37578 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 37579 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 37579 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 37580 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 37580 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5a2359f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 37598 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 31
   [junit4]   2> 37930 T22 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 37932 T22 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 37932 T22 C4 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 37934 T22 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 37934 T22 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 37936 T22 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 37938 T22 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 37962 T22 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 37963 T22 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 37993 T22 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2afff326 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 37994 T22 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 37997 T22 C4 oass.SolrIndexSearcher.<init> Opening Searcher@2b7858ad[collection1] main
   [junit4]   2> 37998 T22 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 38000 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2b7858ad[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):C20))}
   [junit4]   2> 38001 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 38001 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 38002 T25 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 38002 T25 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 38003 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b7858ad[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):C20))}
   [junit4]   2> 38004 T22 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 38005 T22 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 38006 T22 C4 oashd.DocBuilder.execute Time taken = 0:0:0.72
   [junit4]   2> 38007 T22 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={indent=true&synchronous=true&commit=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+transformer%3D"AddAColumnTransformer"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 82
   [junit4]   2> 38025 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=4 
   [junit4]   2> 38034 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 38034 T22 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 38545 T22 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 38665 T22 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 38665 T22 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1499987693
   [junit4]   2> 38666 T22 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@77d64a30
   [junit4]   2> 38667 T22 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=10,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=140,cumulative_deletesById=0,cumulative_deletesByQuery=10,cumulative_errors=0}
   [junit4]   2> 38667 T22 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 38667 T22 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 38667 T22 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 38673 T22 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 38678 T22 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 38678 T22 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001;done=false>>]
   [junit4]   2> 38679 T22 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001
   [junit4]   2> 38680 T22 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 38680 T22 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-AA9C2328B9352DCA-001/init-core-data-001/index
   [junit4]   2> 18648 T21 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 38686 T21 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: 
   [junit4]   2> 	   1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> 38689 T21 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
   [junit4]   2> 41707 T21 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=331), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=331)), sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=sr_RS_#Latn, timezone=Asia/Jayapura
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=2,threads=2,free=15893240,total=100663296
   [junit4]   2> NOTE: All tests run in this JVM: [TestWriterImpl, TestDateFormatTransformer, TestBuiltInEvaluators, TestURLDataSource, TestSqlEntityProcessor]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessor -Dtests.seed=AA9C2328B9352DCA -Dtests.slow=true -Dtests.locale=sr_RS_#Latn -Dtests.timezone=Asia/Jayapura -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestSqlEntityProcessor (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: 
   [junit4]    >    1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]    >         at java.util.TimerThread.run(Timer.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AA9C2328B9352DCA]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=23, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]    >         at java.util.TimerThread.run(Timer.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AA9C2328B9352DCA]:0)
   [junit4] Completed in 41.92s, 6 tests, 2 errors, 1 skipped <<< FAILURES!

[...truncated 105 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:209: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:440: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 37 suites, 148 tests, 2 suite-level errors, 130 ignored

Total time: 169 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1761 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1761/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta:     1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:503)         at java.util.TimerThread.mainLoop(Timer.java:526)         at java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta: 
   1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:503)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
	at __randomizedtesting.SeedInfo.seed([AF00CD81A18CE2F6]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:503)         at java.util.TimerThread.mainLoop(Timer.java:526)         at java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:503)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
	at __randomizedtesting.SeedInfo.seed([AF00CD81A18CE2F6]:0)




Build Log:
[...truncated 15317 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001
   [junit4]   2> 34887 T47 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 38130 T47 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 38132 T47 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/collection1/'
   [junit4]   2> 38278 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 38348 T47 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 38354 T47 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 38381 T47 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 38471 T47 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 38472 T47 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 38474 T47 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 38476 T47 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 38477 T47 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001
   [junit4]   2> 38477 T47 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/'
   [junit4]   2> 38587 T47 oasc.CoreContainer.<init> New CoreContainer 951190276
   [junit4]   2> 38587 T47 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/]
   [junit4]   2> 38589 T47 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 38590 T47 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 38590 T47 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 38591 T47 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 38591 T47 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 38592 T47 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 38592 T47 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 38593 T47 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 38594 T47 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 38596 T47 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 38598 T47 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 38599 T47 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 38601 T47 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 38618 T49 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/collection1/'
   [junit4]   2> 38719 T49 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 38800 T49 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 38801 T49 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 38824 T49 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 38906 T49 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 38908 T49 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 38909 T49 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 38911 T49 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/collection1/
   [junit4]   2> 38912 T49 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 38914 T49 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/
   [junit4]   2> 38915 T49 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 38918 T49 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}
   [junit4]   2> 38919 T49 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 38921 T49 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001
   [junit4]   2> 38922 T49 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index/
   [junit4]   2> 38923 T49 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 38923 T49 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index
   [junit4]   2> 38926 T49 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 38926 T49 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 38930 T49 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 38930 T49 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 38932 T49 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38932 T49 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38933 T49 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38934 T49 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38934 T49 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 38935 T49 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 38936 T49 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 38936 T49 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38937 T49 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 38954 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38956 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38959 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38962 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38965 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38969 T49 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 38970 T49 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 38971 T49 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 38971 T49 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 38973 T49 oass.SolrIndexSearcher.<init> Opening Searcher@1b2ab82[collection1] main
   [junit4]   2> 38974 T49 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/collection1/conf
   [junit4]   2> 38975 T49 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/collection1/conf}
   [junit4]   2> 38975 T49 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/collection1/conf
   [junit4]   2> 38977 T49 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 38978 T49 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/core-home-001/collection1/conf
   [junit4]   2> 38979 T49 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 38980 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1b2ab82[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 38981 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 38982 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b2ab82[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 38980 T49 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 38990 T47 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 39004 T47 oas.SolrTestCaseJ4.setUp ###Starting testDeltaImportWithoutInitialFullImport
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@576ec5d6
   [junit4]   2> 39060 T47 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 39062 T47 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 45
   [junit4]   2> 39082 T47 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 39084 T47 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 39085 T47 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 39087 T47 C3 oass.SolrIndexSearcher.<init> Opening Searcher@5c60db37[collection1] main
   [junit4]   2> 39089 T47 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 39090 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5c60db37[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 39090 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 39091 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 39092 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 39092 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 39093 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c60db37[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 39094 T47 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@576ec5d6
   [junit4]   2> 39924 T47 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 39925 T47 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 39926 T47 C4 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 39927 T47 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 40017 T47 C4 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 40028 T47 C4 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 40040 T47 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 40042 T47 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 40085 T47 C4 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 40088 T47 C4 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 20
   [junit4]   2> 40089 T47 C4 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 40090 T47 C4 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 40119 T47 C4 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 40120 T47 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 40121 T47 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 40204 T47 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 40205 T47 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 40259 T47 C4 oass.SolrIndexSearcher.<init> Opening Searcher@7b3b18b5[collection1] main
   [junit4]   2> 40260 T47 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 40260 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7b3b18b5[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 40261 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 40262 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 40263 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 40264 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 40264 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b3b18b5[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 40265 T47 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 40267 T47 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 40269 T47 C4 oashd.DocBuilder.execute Time taken = 0:0:0.341
   [junit4]   2> 40269 T47 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=delta-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"People.ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+deletedPkQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+"+deltaImportQuery%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+where+ID%3D${dih.delta.ID}+"+deltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+UNION+DISTINCT+SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+COUNTRY_CODE+IN+(SELECT+CODE+FROM+COUNTRIES+WHERE+last_modified+%26gt;%3D'${dih.People.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=false} {add=[10, 11, 8, 9, 14, 15, 12, 13, 2, 3, ... (20 adds)],commit=} 0 358
   [junit4]   2> 40273 T47 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=*:*&rows=20&start=0&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> 40313 T47 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 40315 T47 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 40329 T47 oas.SolrTestCaseJ4.tearDown ###Ending testDeltaImportWithoutInitialFullImport
   [junit4]   2> 40350 T47 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> 40352 T47 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 40352 T47 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 40360 T47 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 40364 T47 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 40369 T47 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 40373 T47 C4 oass.SolrIndexSearcher.<init> Opening Searcher@18dbc02e[collection1] main
   [junit4]   2> 40373 T47 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 40374 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@18dbc02e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 40375 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 40376 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 40377 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 40377 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 40378 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18dbc02e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 40386 T47 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 26
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@576ec5d6
   [junit4]   2> 46157 T47 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 46157 T47 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 46158 T47 C5 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 46159 T47 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 46160 T47 C5 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 46162 T47 C5 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 46165 T47 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 46602 T47 C5 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 46603 T47 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 46639 T47 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 46640 T47 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 46651 T47 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5998f9bf[collection1] main
   [junit4]   2> 46653 T47 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 46654 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5998f9bf[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C60))}
   [junit4]   2> 46655 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 46656 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 46660 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=4 
   [junit4]   2> 46661 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 46661 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5998f9bf[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C60))}
   [junit4]   2> 46662 T47 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 46663 T47 C5 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 46664 T47 C5 oashd.DocBuilder.execute Time taken = 0:0:0.503
   [junit4]   2> 46664 T47 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+transformer%3D"TripleThreatTransformer"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+deletedPkQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+"+deltaImportQuery%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+where+ID%3D${dih.delta.ID}+"+deltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+UNION+DISTINCT+SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+COUNTRY_CODE+IN+(SELECT+CODE+FROM+COUNTRIES+WHERE+last_modified+%26gt;%3D'${dih.People.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=true} {deleteByQuery=*:*,add=[1, TripleThreat-1-1, TripleThreat-2-1, 2, TripleThreat-1-2, TripleThreat-2-2, 3, TripleThreat-1-3, TripleThreat-2-3, 4, ... (60 adds)],commit=} 0 521
   [junit4]   2> 47253 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&rows=60&sort=id+asc} hits=60 status=0 QTime=387 
   [junit4]   2> 47359 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:TripleThreat-1-*&rows=20&start=0&version=2.2} hits=20 status=0 QTime=36 
   [junit4]   2> 47371 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:TripleThreat-2-*&rows=20&start=0&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> 47517 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=%2Bid:TripleThreat-1-3+%2BNAME_mult_s:Michael+%2BNAME_mult_s:leahciM++%2BCOUNTRY_CODES_mult_s:NR+%2BCOUNTRY_CODES_mult_s:RN&rows=20&start=0&version=2.2} hits=1 status=0 QTime=62 
   [junit4]   2> 47525 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=AddAColumn_s:Added&rows=20&start=0&version=2.2} hits=20 status=0 QTime=3 
   [junit4]   2> 47535 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 47536 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 47537 T47 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 47700 T47 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 47701 T47 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 47701 T47 C5 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 47702 T47 C5 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 47704 T47 C5 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 47704 T47 C5 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 47705 T47 C5 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 47707 T47 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 47992 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 48008 T47 C5 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 7
   [junit4]   2> 48009 T47 C5 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 6
   [junit4]   2> 48009 T47 C5 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 48010 T47 C5 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 48011 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 48011 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 6
   [junit4]   2> 48012 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 48013 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 7
   [junit4]   2> 48014 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 48014 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 5
   [junit4]   2> 48015 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 48016 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 1
   [junit4]   2> 48017 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 48017 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 15
   [junit4]   2> 48018 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 48018 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 12
   [junit4]   2> 48128 T47 C5 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 48141 T47 C5 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 48144 T47 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 48254 T47 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 48255 T47 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 48277 T47 C5 oass.SolrIndexSearcher.<init> Opening Searcher@aac1284[collection1] main
   [junit4]   2> 48279 T47 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 48292 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@aac1284[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C60/24:delGen=1) Uninverting(_2(5.0):C21))}
   [junit4]   2> 48292 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 48294 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 48295 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 48296 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 48296 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@aac1284[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C60/24:delGen=1) Uninverting(_2(5.0):C21))}
   [junit4]   2> 48298 T47 C5 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 48299 T47 C5 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 48300 T47 C5 oashd.DocBuilder.execute Time taken = 0:0:0.597
   [junit4]   2> 48300 T47 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=delta-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"People.ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+transformer%3D"TripleThreatTransformer"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+deletedPkQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+"+deltaImportQuery%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+where+ID%3D${dih.delta.ID}+"+deltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+UNION+DISTINCT+SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+COUNTRY_CODE+IN+(SELECT+CODE+FROM+COUNTRIES+WHERE+last_modified+%26gt;%3D'${dih.People.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=false} {delete=[6, 7, 5, 1, 15, 12],add=[10, TripleThreat-1-10, TripleThreat-2-10, 1011, TripleThreat-1-1011, TripleThreat-2-1011, 11, TripleThreat-1-11, TripleThreat-2-11, 8, ... (21 adds)],commit=} 0 614
   [junit4]   2> 48312 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&rows=45&sort=id+asc} hits=57 status=0 QTime=1 
   [junit4]   2> 48346 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:TripleThreat-1-*&rows=20&start=0&version=2.2} hits=21 status=0 QTime=1 
   [junit4]   2> 48357 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:TripleThreat-2-*&rows=20&start=0&version=2.2} hits=21 status=0 QTime=1 
   [junit4]   2> 48372 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=AddAColumn_s:Added&rows=20&start=0&version=2.2} hits=21 status=0 QTime=0 
   [junit4]   2> 48383 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 48383 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 48390 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:1011&rows=20&start=0&version=2.2} hits=1 status=0 QTime=4 
   [junit4]   2> 48398 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:12&rows=20&start=0&version=2.2} hits=0 status=0 QTime=2 
   [junit4]   2> 48402 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:15&rows=20&start=0&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 48419 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:5&rows=20&start=0&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 48424 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:6&rows=20&start=0&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 48431 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:7&rows=20&start=0&version=2.2} hits=0 status=0 QTime=3 
   [junit4]   2> 48446 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:1&rows=20&start=0&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 48451 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:20&rows=20&start=0&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 48458 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:19&rows=20&start=0&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 48473 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:3&rows=20&start=0&version=2.2} hits=1 status=0 QTime=5 
   [junit4]   2> 48488 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:8&rows=20&start=0&version=2.2} hits=1 status=0 QTime=4 
   [junit4]   2> 48494 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:10&rows=20&start=0&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 48501 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:11&rows=20&start=0&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 49246 T47 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 49262 T47 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 49264 T47 C5 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 49265 T47 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 49273 T47 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 49275 T47 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 49276 T47 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 49277 T47 C5 oass.SolrIndexSearcher.<init> Opening Searcher@2607841b[collection1] main
   [junit4]   2> 49278 T47 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 49280 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2607841b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 49281 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 49282 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 49285 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=2 
   [junit4]   2> 49285 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 49286 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2607841b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 49295 T47 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 22
   [junit4]   2> 49351 T47 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 49353 T47 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 49353 T47 C5 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 49355 T47 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 49356 T47 C5 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 49358 T47 C5 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 49358 T47 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 49436 T47 C5 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 49437 T47 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 49500 T47 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 49501 T47 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 49505 T47 C5 oass.SolrIndexSearcher.<init> Opening Searcher@11839b3d[collection1] main
   [junit4]   2> 49505 T47 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 49514 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@11839b3d[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C20))}
   [junit4]   2> 49515 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 49517 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 49518 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 49518 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 49519 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11839b3d[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C20))}
   [junit4]   2> 49520 T47 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 49521 T47 C5 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 49522 T47 C5 oashd.DocBuilder.execute Time taken = 0:0:0.165
   [junit4]   2> 49522 T47 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"People.ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"+transformer%3D"AddAColumnTransformer"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+deletedPkQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+"+deltaImportQuery%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+where+ID%3D${dih.delta.ID}+"+deltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+UNION+DISTINCT+SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+COUNTRY_CODE+IN+(SELECT+CODE+FROM+COUNTRIES+WHERE+last_modified+%26gt;%3D'${dih.People.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=true} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 183
   [junit4]   2> 49527 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=AddAColumn_s:Added&rows=20&start=0&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> 49538 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 49539 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 49541 T47 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 49552 T47 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 49552 T47 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 49553 T47 C5 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 49554 T47 C5 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 49556 T47 C5 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 49556 T47 C5 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 49557 T47 C5 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 49557 T47 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 49560 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 49562 T47 C5 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 3
   [junit4]   2> 49562 T47 C5 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 5
   [junit4]   2> 49563 T47 C5 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 49564 T47 C5 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 49565 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 49565 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 6
   [junit4]   2> 49566 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 49566 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 13
   [junit4]   2> 49567 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 49568 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 11
   [junit4]   2> 49568 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 49568 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 20
   [junit4]   2> 49569 T47 C5 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 49569 T47 C5 oashd.SolrWriter.deleteDoc Deleting document: 9
   [junit4]   2> 49573 T47 C5 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 49574 T47 C5 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 49574 T47 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 49587 T47 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 49588 T47 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 49646 T47 C5 oass.SolrIndexSearcher.<init> Opening Searcher@48de6eb1[collection1] main
   [junit4]   2> 49647 T47 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 49661 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@48de6eb1[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C20/6:delGen=1) Uninverting(_4(5.0):C3))}
   [junit4]   2> 49663 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 49663 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 49664 T50 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 49665 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 49665 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48de6eb1[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C20/6:delGen=1) Uninverting(_4(5.0):C3))}
   [junit4]   2> 49668 T47 C5 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 49668 T47 C5 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 49669 T47 C5 oashd.DocBuilder.execute Time taken = 0:0:0.114
   [junit4]   2> 49670 T47 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=delta-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"People.ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"+transformer%3D"AddAColumnTransformer"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+deletedPkQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+"+deltaImportQuery%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+where+ID%3D${dih.delta.ID}+"+deltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+UNION+DISTINCT+SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+COUNTRY_CODE+IN+(SELECT+CODE+FROM+COUNTRIES+WHERE+last_modified+%26gt;%3D'${dih.People.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=false} {delete=[6, 13, 11, 20, 9],add=[1017, 18, 1009],commit=} 0 122
   [junit4]   2> 49677 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=AddAColumn_s:Added&rows=20&start=0&version=2.2} hits=17 status=0 QTime=3 
   [junit4]   2> 49688 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 49689 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 49693 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:1017&rows=20&start=0&version=2.2} hits=1 status=0 QTime=3 
   [junit4]   2> 49698 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:1009&rows=20&start=0&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 49703 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:6&rows=20&start=0&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 49707 T47 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:20&rows=20&start=0&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@576ec5d6
   [junit4]   2> 50011 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:11&rows=20&start=0&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 50034 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:9&rows=20&start=0&version=2.2} hits=0 status=0 QTime=4 
   [junit4]   2> 50037 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:13&rows=20&start=0&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 50041 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:18&rows=20&start=0&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 50047 T47 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 50065 T47 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> 50067 T47 C6 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 50069 T47 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 50077 T47 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 50079 T47 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 50080 T47 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 50081 T47 C6 oass.SolrIndexSearcher.<init> Opening Searcher@2579946b[collection1] main
   [junit4]   2> 50082 T47 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 50083 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2579946b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 50084 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 50085 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 50086 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 50086 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 50087 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2579946b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 50090 T47 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
   [junit4]   2> 51032 T47 C6 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 51032 T47 C6 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 51033 T47 C6 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 51034 T47 C6 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 51035 T47 C6 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 51037 T47 C6 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 51039 T47 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 51072 T47 C6 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 51073 T47 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 51084 T47 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 51085 T47 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 51088 T47 C6 oass.SolrIndexSearcher.<init> Opening Searcher@49ee9bfa[collection1] main
   [junit4]   2> 51092 T47 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 51100 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@49ee9bfa[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20))}
   [junit4]   2> 51101 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 51102 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 51103 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 51104 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 51105 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49ee9bfa[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20))}
   [junit4]   2> 51111 T47 C6 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 51117 T47 C6 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 51121 T47 C6 oashd.DocBuilder.execute Time taken = 0:0:0.86
   [junit4]   2> 51125 T47 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"People.ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+deletedPkQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+"+deltaImportQuery%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+where+ID%3D${dih.delta.ID}+"+deltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+UNION+DISTINCT+SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+COUNTRY_CODE+IN+(SELECT+CODE+FROM+COUNTRIES+WHERE+last_modified+%26gt;%3D'${dih.People.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=true} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 132
   [junit4]   2> 51141 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=*:*&rows=20&start=0&version=2.2} hits=20 status=0 QTime=3 
   [junit4]   2> 51152 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 51153 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 51154 T47 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 51198 T47 C6 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 51199 T47 C6 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 51199 T47 C6 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 51200 T47 C6 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 51206 T47 C6 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 51206 T47 C6 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 51207 T47 C6 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 51208 T47 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 51244 T47 C6 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 3
   [junit4]   2> 51245 T47 C6 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 3
   [junit4]   2> 51245 T47 C6 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 51246 T47 C6 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 51246 T47 C6 oashd.SolrWriter.deleteDoc Deleting document: 12
   [junit4]   2> 51247 T47 C6 oashd.SolrWriter.deleteDoc Deleting document: 5
   [junit4]   2> 51248 T47 C6 oashd.SolrWriter.deleteDoc Deleting document: 20
   [junit4]   2> 51278 T47 C6 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 51278 T47 C6 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 51279 T47 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 51295 T47 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 51296 T47 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 51300 T47 C6 oass.SolrIndexSearcher.<init> Opening Searcher@36f243b1[collection1] main
   [junit4]   2> 51302 T47 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 51310 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@36f243b1[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20/6:delGen=1) Uninverting(_6(5.0):C3))}
   [junit4]   2> 51311 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 51311 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 51312 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 51313 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 51314 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36f243b1[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20/6:delGen=1) Uninverting(_6(5.0):C3))}
   [junit4]   2> 51315 T47 C6 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 51316 T47 C6 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 51317 T47 C6 oashd.DocBuilder.execute Time taken = 0:0:0.114
   [junit4]   2> 51317 T47 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=delta-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+deletedPkQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+"+deltaImportQuery%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+where+ID%3D${dih.delta.ID}+"+deltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+UNION+DISTINCT+SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+COUNTRY_CODE+IN+(SELECT+CODE+FROM+COUNTRIES+WHERE+last_modified+%26gt;%3D'${dih.People.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=false} {delete=[12, 5, 20],add=[4, 18, 1],commit=} 0 123
   [junit4]   2> 51326 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=*:*&rows=20&start=0&version=2.2} hits=17 status=0 QTime=5 
   [junit4]   2> 51337 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 51338 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 51339 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:12&rows=20&start=0&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 51342 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:5&rows=20&start=0&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 51345 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:20&rows=20&start=0&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 51363 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:4&rows=20&start=0&version=2.2} hits=1 status=0 QTime=4 
   [junit4]   2> 51367 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:18&rows=20&start=0&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 51378 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=id:1&rows=20&start=0&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 51905 T47 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 51930 T47 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> 51933 T47 C6 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 51934 T47 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 51939 T47 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 51940 T47 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 51941 T47 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 51941 T47 C6 oass.SolrIndexSearcher.<init> Opening Searcher@5db95566[collection1] main
   [junit4]   2> 51943 T47 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 51944 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5db95566[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 51945 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 51946 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 51948 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=2 
   [junit4]   2> 51948 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 51950 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5db95566[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 51958 T47 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 18
   [junit4]   2> 52034 T47 C6 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 52034 T47 C6 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 52035 T47 C6 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 52036 T47 C6 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 52037 T47 C6 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 52038 T47 C6 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 52040 T47 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 52041 T47 C6 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 52041 T47 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 52066 T47 C6 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 52066 T47 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52134 T47 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_e,generation=14}
   [junit4]   2> 52136 T47 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 52145 T47 C6 oass.SolrIndexSearcher.<init> Opening Searcher@257ccde[collection1] main
   [junit4]   2> 52147 T47 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 52159 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@257ccde[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 52160 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 52160 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&rows=10&event=newSearcher&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 52161 T50 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 52161 T50 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 52161 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@257ccde[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 52162 T47 C6 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 52163 T47 C6 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 52164 T47 C6 oashd.DocBuilder.execute Time taken = 0:0:0.127
   [junit4]   2> 52165 T47 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/tempDir-001"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"hsqldb"+driver%3D"org.hsqldb.jdbcDriver"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;territory%3Den_US"+/>+%0a<document+name%3D"TestSqlEntityProcessor">+%0a<entity+name%3D"People"+pk%3D"ID"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"+query%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+"+deletedPkQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+"+deltaImportQuery%3D"SELECT+ID,+NAME,+COUNTRY_CODE+FROM+PEOPLE+where+ID%3D${dih.delta.ID}+"+deltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+last_modified+%26gt;%3D'${dih.People.last_index_time}'+UNION+DISTINCT+SELECT+ID+FROM+PEOPLE+WHERE+DELETED!%3D'Y'+AND+COUNTRY_CODE+IN+(SELECT+CODE+FROM+COUNTRIES+WHERE+last_modified+%26gt;%3D'${dih.People.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a<entity+name%3D"Countries"+pk%3D"Countries.CODE"+dataSource%3D"hsqldb"+transformer%3D"AddAColumnTransformer"+newColumnName%3D"countryAdded_s"+newColumnValue%3D"country_added"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+CODE,+COUNTRY_NAME+FROM+COUNTRIES+WHERE+DELETED+!%3D+'Y'+AND+CODE%3D'${People.COUNTRY_CODE}'+"+>+%0a<field+column%3D"CODE"+name%3D"COUNTRY_CODE_s"+/>+%0a<field+column%3D"COUNTRY_NAME"+name%3D"COUNTRY_NAME_s"+/>+%0a</entity>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=true} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 155
   [junit4]   2> 52168 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=*:*&rows=20&start=0&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> 52181 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=NAME_mult_s:Jayden&rows=20&start=0&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 52187 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=COUNTRY_CODES_mult_s:NR&rows=20&start=0&version=2.2} hits=2 status=0 QTime=2 
   [junit4]   2> 52197 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=countryAdded_s:country_added&rows=20&start=0&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> 52208 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 52209 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 52209 T47 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 52214 T47 C6 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 52216 T47 C6 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 52216 T47 C6 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 52217 T47 C6 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 52219 T47 C6 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 52220 T47 C6 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: Countries
   [junit4]   2> 52220 T47 C6 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: Countries rows obtained : 0
   [junit4]   2> 52221 T47 C6 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: Countries rows obtained : 0
   [junit4]   2> 52221 T47 C6 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: Countries
   [junit4]   2> 52222 T47 C6 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 52223 T47 C6 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 52223 T47 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 52227 T47 C6 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 6
   [junit4]   2> 52227 T47 C6 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 52228 T47 C6 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 52230 T47 C6 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 52231 T47 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 52240 T47 C6 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 52240 T47 C6 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 52240 T47 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52252 T47 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66656827 lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index),segFN=segments_e,generat

[...truncated too long message...]

le.last_index_time}')+"+>+%0a<field+column%3D"NAME"+name%3D"NAME_mult_s"+/>+%0a<field+column%3D"COUNTRY_CODE"+name%3D"COUNTRY_CODES_mult_s"+/>+%0a<entity+name%3D"Countries"+pk%3D"CODE"+dataSource%3D"hsqldb"+transformer%3D"AddAColumnTransformer"+newColumnName%3D"countryAdded_s"+newColumnValue%3D"country_added"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+CODE,+COUNTRY_NAME+FROM+COUNTRIES+WHERE+DELETED+!%3D+'Y'+AND+CODE%3D'${People.COUNTRY_CODE}'+"+>+%0a<field+column%3D"CODE"+name%3D"COUNTRY_CODE_s"+/>+%0a<field+column%3D"COUNTRY_NAME"+name%3D"COUNTRY_NAME_s"+/>+%0a</entity>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&indent=true&synchronous=true&commit=true&clean=false} {add=[13, 3, 10, 20, 15, 8],commit=} 0 65
   [junit4]   2> 52281 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=*:*&rows=20&start=0&version=2.2} hits=20 status=0 QTime=3 
   [junit4]   2> 52304 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=NAME_mult_s:Jayden&rows=20&start=0&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 52311 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=COUNTRY_CODES_mult_s:NR&rows=20&start=0&version=2.2} hits=2 status=0 QTime=1 
   [junit4]   2> 52319 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=COUNTRY_CODE_s:NR&rows=20&start=0&version=2.2} hits=2 status=0 QTime=3 
   [junit4]   2> 52327 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=COUNTRY_CODE_s:NE&rows=20&start=0&version=2.2} hits=2 status=0 QTime=3 
   [junit4]   2> 52336 T47 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&q=COUNTRY_CODE_s:NG&rows=20&start=0&version=2.2} hits=2 status=0 QTime=3 
   [junit4]   2> 52343 T47 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 52464 T47 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 52465 T47 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=951190276
   [junit4]   2> 52466 T47 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@576ec5d6
   [junit4]   2> 52467 T47 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=14,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=173,cumulative_deletesById=14,cumulative_deletesByQuery=9,cumulative_errors=0}
   [junit4]   2> 52467 T47 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 52469 T47 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 52470 T47 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 52476 T47 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 52477 T47 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 52478 T47 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 52478 T47 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001/index
   [junit4]   2> 52479 T47 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001;done=false>>]
   [junit4]   2> 52479 T47 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-AF00CD81A18CE2F6-001/init-core-data-001
   [junit4]   2> 17682 T46 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 37758 T46 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta: 
   [junit4]   2> 	   1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:503)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> 37759 T46 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]   2> 40779 T46 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:503)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> NOTE: test params are: codec=Lucene49: {COUNTRY_CODE_s=FSTOrd41, COUNTRY_NAME_s=FSTOrd41, COUNTRY_CODES_mult_s=PostingsFormat(name=NestedPulsing), NAME_mult_s=PostingsFormat(name=NestedPulsing), id=PostingsFormat(name=Lucene41WithOrds), countryAdded_s=FSTOrd41, AddAColumn_s=FSTOrd41, timestamp=FSTOrd41}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ko, timezone=America/Rainy_River
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=2,threads=2,free=29943496,total=112721920
   [junit4]   2> NOTE: All tests run in this JVM: [TestScriptTransformer, TestContextImpl, TestPlainTextEntityProcessor, TestContentStreamDataSource, TestSqlEntityProcessorDelta]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessorDelta -Dtests.seed=AF00CD81A18CE2F6 -Dtests.slow=true -Dtests.locale=ko -Dtests.timezone=America/Rainy_River -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestSqlEntityProcessorDelta (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta: 
   [junit4]    >    1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:503)
   [junit4]    >         at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]    >         at java.util.TimerThread.run(Timer.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AF00CD81A18CE2F6]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=48, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:503)
   [junit4]    >         at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]    >         at java.util.TimerThread.run(Timer.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AF00CD81A18CE2F6]:0)
   [junit4] Completed in 40.97s, 5 tests, 2 errors <<< FAILURES!

[...truncated 105 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:209: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:440: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 37 suites, 148 tests, 2 suite-level errors, 128 ignored

Total time: 180 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1760 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1760/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:53517/l_g/nz/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53517/l_g/nz/collection1
	at __randomizedtesting.SeedInfo.seed([D92DB885BB946A5D:58CB369DCCCB0A61]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:559)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:449)
	... 46 more




Build Log:
[...truncated 11947 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/init-core-data-001
   [junit4]   2> 6806756 T16167 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 6806757 T16167 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /l_g/nz
   [junit4]   2> 6806762 T16167 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 6806763 T16167 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6806765 T16168 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 6806866 T16167 oasc.ZkTestServer.run start zk server on port:53481
   [junit4]   2> 6806867 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6806877 T16174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70adf125 name:ZooKeeperConnection Watcher:127.0.0.1:53481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6806877 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6806878 T16167 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6806889 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6806892 T16176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40b8cb3e name:ZooKeeperConnection Watcher:127.0.0.1:53481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6806893 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6806893 T16167 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 6806899 T16167 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 6806906 T16167 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 6806913 T16167 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 6806922 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6806922 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 6806935 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 6806935 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 6806944 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6806944 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6806954 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 6806954 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 6806960 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 6806960 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 6806968 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 6806969 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 6806979 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6806980 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 6806994 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6806996 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6807004 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6807005 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6807015 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6807016 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 6807026 T16167 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 6807026 T16167 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 6807040 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6807046 T16178 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e4cdbb name:ZooKeeperConnection Watcher:127.0.0.1:53481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6807046 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6809749 T16167 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6809759 T16167 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6809761 T16167 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53485
   [junit4]   2> 6809764 T16167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6809765 T16167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6809766 T16167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002
   [junit4]   2> 6809766 T16167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/'
   [junit4]   2> 6809819 T16167 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/solr.xml
   [junit4]   2> 6809890 T16167 oasc.CoreContainer.<init> New CoreContainer 313433159
   [junit4]   2> 6809890 T16167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/]
   [junit4]   2> 6809891 T16167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6809892 T16167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6809893 T16167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6809893 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6809893 T16167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6809894 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6809894 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6809894 T16167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6809895 T16167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6809899 T16167 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6809902 T16167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6809902 T16167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6809902 T16167 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6809903 T16167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53481/solr
   [junit4]   2> 6809903 T16167 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6809905 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6809911 T16189 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ded21b4 name:ZooKeeperConnection Watcher:127.0.0.1:53481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6809913 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6809919 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6809923 T16191 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68700bfb name:ZooKeeperConnection Watcher:127.0.0.1:53481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6809924 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6809928 T16167 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 6809940 T16167 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 6809952 T16167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 6809963 T16167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 6809974 T16167 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 6809988 T16167 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 6809994 T16167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53485_l_g%2Fnz
   [junit4]   2> 6809997 T16167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53485_l_g%2Fnz
   [junit4]   2> 6810010 T16167 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 6810020 T16167 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 6810035 T16167 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53485_l_g%2Fnz
   [junit4]   2> 6810035 T16167 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 6810045 T16167 oasc.Overseer.start Overseer (id=92249283595993092-127.0.0.1:53485_l_g%2Fnz-n_0000000000) starting
   [junit4]   2> 6810054 T16167 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 6810093 T16193 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 6810094 T16167 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 6810102 T16167 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 6810112 T16167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6810124 T16192 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 6810138 T16194 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 6810138 T16194 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6810141 T16194 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6810142 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6810148 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6810150 T16192 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53485/l_g/nz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53485_l_g%2Fnz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6810150 T16192 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 6810151 T16192 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 6810160 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6811143 T16194 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6811144 T16194 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 6811146 T16194 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6811146 T16194 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6811150 T16194 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6811150 T16194 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/'
   [junit4]   2> 6811151 T16194 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 6811152 T16194 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 6811152 T16194 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 6811260 T16194 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6811338 T16194 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6811340 T16194 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 6811344 T16194 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 6811356 T16194 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6811441 T16194 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6811448 T16194 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 6811454 T16194 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 6811468 T16194 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 6811469 T16194 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 6811469 T16194 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6811471 T16194 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/data/
   [junit4]   2> 6811471 T16194 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6811474 T16194 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/data
   [junit4]   2> 6811478 T16194 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/data/index/
   [junit4]   2> 6811479 T16194 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6811480 T16194 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/data/index
   [junit4]   2> 6811481 T16194 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=6, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 6811492 T16194 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b9c319c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6811493 T16194 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6811500 T16194 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6811667 T16194 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6811669 T16194 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6811670 T16194 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6811670 T16194 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6811670 T16194 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6811671 T16194 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6811671 T16194 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6811672 T16194 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6811672 T16194 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6811672 T16194 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6811672 T16194 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6811673 T16194 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6811686 T16194 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6811689 T16194 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6811690 T16194 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6811692 T16194 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6811694 T16194 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6811703 T16194 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6811703 T16194 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6811704 T16194 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 6811707 T16194 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b9c319c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6811708 T16194 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6811709 T16194 oass.SolrIndexSearcher.<init> Opening Searcher@5500ee84[collection1] main
   [junit4]   2> 6811709 T16194 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6811713 T16194 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6811713 T16194 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6811715 T16194 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6811715 T16194 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6811716 T16194 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6811718 T16194 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6811718 T16194 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6811721 T16194 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 6811733 T16194 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6811733 T16194 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6811734 T16194 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6811735 T16194 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6811740 T16194 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6811741 T16196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5500ee84[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6811744 T16199 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53485/l_g/nz collection:control_collection shard:shard1
   [junit4]   2> 6811745 T16167 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6811746 T16167 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6811747 T16199 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6811759 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6811763 T16201 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1744647b name:ZooKeeperConnection Watcher:127.0.0.1:53481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6811763 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6811767 T16167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6811769 T16199 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 6811776 T16167 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6811777 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6811778 T16199 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6811779 T16199 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2819 name=collection1 org.apache.solr.core.SolrCore@22c2fafd url=https://127.0.0.1:53485/l_g/nz/collection1 node=127.0.0.1:53485_l_g%2Fnz C2819_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:53485/l_g/nz, core=collection1, node_name=127.0.0.1:53485_l_g%2Fnz}
   [junit4]   2> 6811779 T16199 C2819 P53485 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53485/l_g/nz/collection1/
   [junit4]   2> 6811780 T16199 C2819 P53485 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6811780 T16199 C2819 P53485 oasc.SyncStrategy.syncToMe https://127.0.0.1:53485/l_g/nz/collection1/ has no replicas
   [junit4]   2> 6811781 T16199 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53485/l_g/nz/collection1/ shard1
   [junit4]   2> 6811781 T16199 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 6811806 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6811830 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6811830 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6811850 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6811859 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6811966 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6811966 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6811980 T16199 oasc.ZkController.register We are https://127.0.0.1:53485/l_g/nz/collection1/ and leader is https://127.0.0.1:53485/l_g/nz/collection1/
   [junit4]   2> 6811980 T16199 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53485/l_g/nz
   [junit4]   2> 6811981 T16199 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6811981 T16199 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 6811981 T16199 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6811985 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6811987 T16199 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6811991 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6811994 T16192 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53485/l_g/nz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53485_l_g%2Fnz",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 6812109 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6812110 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 6814113 T16167 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 6814114 T16167 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6814122 T16167 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6814126 T16167 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53489
   [junit4]   2> 6814131 T16167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6814131 T16167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6814132 T16167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003
   [junit4]   2> 6814133 T16167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/'
   [junit4]   2> 6814217 T16167 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/solr.xml
   [junit4]   2> 6814332 T16167 oasc.CoreContainer.<init> New CoreContainer 986350674
   [junit4]   2> 6814333 T16167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/]
   [junit4]   2> 6814335 T16167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6814335 T16167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6814336 T16167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6814336 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6814337 T16167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6814337 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6814338 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6814338 T16167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6814339 T16167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6814344 T16167 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6814347 T16167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6814347 T16167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6814348 T16167 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6814348 T16167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53481/solr
   [junit4]   2> 6814349 T16167 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6814352 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6814357 T16213 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a723bbf name:ZooKeeperConnection Watcher:127.0.0.1:53481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6814359 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6814366 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6814371 T16215 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@429b4a64 name:ZooKeeperConnection Watcher:127.0.0.1:53481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6814372 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6814399 T16167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6815411 T16167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53489_l_g%2Fnz
   [junit4]   2> 6815413 T16167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53489_l_g%2Fnz
   [junit4]   2> 6815447 T16217 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6815447 T16217 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6815450 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6815450 T16217 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6815454 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6815455 T16192 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53489/l_g/nz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53489_l_g%2Fnz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6815456 T16192 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 6815456 T16192 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 6815463 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6815463 T16216 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6815465 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6816453 T16217 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6816453 T16217 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6816457 T16217 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6816457 T16217 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6816463 T16217 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6816464 T16217 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/'
   [junit4]   2> 6816466 T16217 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 6816467 T16217 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 6816469 T16217 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 6816574 T16217 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6816622 T16217 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6816626 T16217 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6816634 T16217 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6816694 T16217 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6816697 T16217 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6816697 T16217 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6816698 T16217 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/data/
   [junit4]   2> 6816698 T16217 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6816700 T16217 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/data
   [junit4]   2> 6816701 T16217 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/data/index/
   [junit4]   2> 6816701 T16217 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6816703 T16217 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/data/index
   [junit4]   2> 6816703 T16217 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=6, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 6816709 T16217 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@67f0a96b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6816709 T16217 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6816713 T16217 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6816715 T16217 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6816716 T16217 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6816716 T16217 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6816717 T16217 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6816717 T16217 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6816718 T16217 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6816719 T16217 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6816719 T16217 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6816719 T16217 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6816720 T16217 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6816721 T16217 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6816721 T16217 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6816736 T16217 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6816738 T16217 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6816741 T16217 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6816744 T16217 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6816747 T16217 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6816756 T16217 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6816756 T16217 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6816757 T16217 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 6816759 T16217 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@67f0a96b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6816760 T16217 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6816760 T16217 oass.SolrIndexSearcher.<init> Opening Searcher@38783d[collection1] main
   [junit4]   2> 6816760 T16217 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6816764 T16217 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6816764 T16217 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6816766 T16217 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6816767 T16217 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6816767 T16217 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6816770 T16217 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6816771 T16217 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6816771 T16217 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6816771 T16217 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6816771 T16217 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6816780 T16217 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6816780 T16218 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@38783d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6816783 T16221 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53489/l_g/nz collection:collection1 shard:shard4
   [junit4]   2> 6816784 T16167 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6816785 T16167 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6816786 T16221 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard4/election
   [junit4]   2> 6816806 T16221 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard4
   [junit4]   2> 6816812 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6816823 T16221 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6816829 T16221 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2820 name=collection1 org.apache.solr.core.SolrCore@3eba81f7 url=https://127.0.0.1:53489/l_g/nz/collection1 node=127.0.0.1:53489_l_g%2Fnz C2820_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53489/l_g/nz, core=collection1, node_name=127.0.0.1:53489_l_g%2Fnz}
   [junit4]   2> 6816829 T16221 C2820 P53489 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53489/l_g/nz/collection1/
   [junit4]   2> 6816830 T16221 C2820 P53489 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6816831 T16221 C2820 P53489 oasc.SyncStrategy.syncToMe https://127.0.0.1:53489/l_g/nz/collection1/ has no replicas
   [junit4]   2> 6816834 T16221 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53489/l_g/nz/collection1/ shard4
   [junit4]   2> 6816834 T16221 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard4
   [junit4]   2> 6816842 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6816886 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6817010 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6817011 T16216 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6817012 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6817047 T16221 oasc.ZkController.register We are https://127.0.0.1:53489/l_g/nz/collection1/ and leader is https://127.0.0.1:53489/l_g/nz/collection1/
   [junit4]   2> 6817048 T16221 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53489/l_g/nz
   [junit4]   2> 6817049 T16221 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6817049 T16221 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6817051 T16221 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6817059 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6817061 T16221 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6817065 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6817069 T16192 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53489/l_g/nz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53489_l_g%2Fnz",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 6817183 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6817184 T16216 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6817184 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 6819048 T16167 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 6819049 T16167 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6819057 T16167 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6819058 T16167 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53492
   [junit4]   2> 6819061 T16167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6819062 T16167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6819062 T16167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004
   [junit4]   2> 6819063 T16167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/'
   [junit4]   2> 6819111 T16167 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/solr.xml
   [junit4]   2> 6819179 T16167 oasc.CoreContainer.<init> New CoreContainer 1063564414
   [junit4]   2> 6819180 T16167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/]
   [junit4]   2> 6819181 T16167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6819181 T16167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6819182 T16167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6819182 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6819182 T16167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6819182 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6819183 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6819183 T16167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6819183 T16167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6819187 T16167 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6819189 T16167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6819190 T16167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6819190 T16167 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6819190 T16167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53481/solr
   [junit4]   2> 6819191 T16167 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6819192 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6819197 T16232 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@540dd94e name:ZooKeeperConnection Watcher:127.0.0.1:53481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6819198 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6819203 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6819207 T16234 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ca830be name:ZooKeeperConnection Watcher:127.0.0.1:53481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6819208 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6819228 T16167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6820240 T16167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53492_l_g%2Fnz
   [junit4]   2> 6820242 T16167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53492_l_g%2Fnz
   [junit4]   2> 6820288 T16236 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6820289 T16236 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6820291 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6820291 T16236 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6820299 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6820301 T16192 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53492/l_g/nz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53492_l_g%2Fnz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6820301 T16192 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 6820301 T16192 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 6820314 T16235 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6820314 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6820315 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6820317 T16216 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6821295 T16236 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6821296 T16236 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6821298 T16236 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6821299 T16236 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6821303 T16236 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6821304 T16236 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/'
   [junit4]   2> 6821305 T16236 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 6821306 T16236 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 6821307 T16236 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 6821384 T16236 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6821433 T16236 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6821436 T16236 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6821443 T16236 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6821502 T16236 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6821503 T16236 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6821503 T16236 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6821504 T16236 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/data/
   [junit4]   2> 6821505 T16236 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6821506 T16236 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/data
   [junit4]   2> 6821507 T16236 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/data/index/
   [junit4]   2> 6821508 T16236 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6821509 T16236 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/data/index
   [junit4]   2> 6821510 T16236 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=6, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 6821516 T16236 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@530f61c7; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6821517 T16236 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6821520 T16236 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6821523 T16236 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6821525 T16236 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6821525 T16236 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6821525 T16236 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6821526 T16236 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6821526 T16236 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6821526 T16236 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6821527 T16236 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6821527 T16236 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6821527 T16236 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6821528 T16236 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6821528 T16236 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6821545 T16236 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6821548 T16236 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6821552 T16236 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6821554 T16236 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6821556 T16236 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6821569 T16236 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6821570 T16236 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6821573 T16236 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 6821577 T16236 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@530f61c7; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6821577 T16236 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6821578 T16236 oass.SolrIndexSearcher.<init> Opening Searcher@6a62abce[collection1] main
   [junit4]   2> 6821578 T16236 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6821581 T16236 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6821582 T16236 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6821584 T16236 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6821584 T16236 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6821585 T16236 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6821588 T16236 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6821589 T16236 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6821589 T16236 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6821589 T16236 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6821590 T16236 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6821601 T16237 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a62abce[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6821601 T16236 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6821605 T16240 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53492/l_g/nz collection:collection1 shard:shard2
   [junit4]   2> 6821606 T16167 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6821606 T16167 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6821608 T16240 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 6821683 T16240 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 6821690 T16240 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6821691 T16240 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2821 name=collection1 org.apache.solr.core.SolrCore@2a881f4b url=https://127.0.0.1:53492/l_g/nz/collection1 node=127.0.0.1:53492_l_g%2Fnz C2821_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53492/l_g/nz, core=collection1, node_name=127.0.0.1:53492_l_g%2Fnz}
   [junit4]   2> 6821691 T16240 C2821 P53492 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53492/l_g/nz/collection1/
   [junit4]   2> 6821692 T16240 C2821 P53492 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6821692 T16240 C2821 P53492 oasc.SyncStrategy.syncToMe https://127.0.0.1:53492/l_g/nz/collection1/ has no replicas
   [junit4]   2> 6821693 T16240 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53492/l_g/nz/collection1/ shard2
   [junit4]   2> 6821693 T16240 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 6821694 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6821739 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6821766 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6821773 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6821775 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6821778 T16216 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6821779 T16235 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6821813 T16240 oasc.ZkController.register We are https://127.0.0.1:53492/l_g/nz/collection1/ and leader is https://127.0.0.1:53492/l_g/nz/collection1/
   [junit4]   2> 6821814 T16240 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53492/l_g/nz
   [junit4]   2> 6821815 T16240 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6821816 T16240 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6821816 T16240 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6821821 T16195 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6821822 T16240 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6821828 T16192 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6821831 T16192 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53492/l_g/nz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53492_l_g%2Fnz",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 6821945 T16235 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6821946 T16216 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6821946 T16202 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6821945 T16195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 6823937 T16167 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 6823938 T16167 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6823945 T16167 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6823948 T16167 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53495
   [junit4]   2> 6823953 T16167 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6823953 T16167 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6823954 T16167 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-005
   [junit4]   2> 6823955 T16167 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-005/'
   [junit4]   2> 6823999 T16167 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-005/solr.xml
   [junit4]   2> 6824067 T16167 oasc.CoreContainer.<init> New CoreContainer 320258416
   [junit4]   2> 6824068 T16167 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-D92DB885BB946A5D-001/tempDir-005/]
   [junit4]   2> 6824069 T16167 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6824070 T16167 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6824071 T16167 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6824071 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6824071 T16167 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6824071 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6824072 T16167 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6824072 T16167 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6824072 T16167 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6824075 T16167 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6824078 T16167 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6824078 T16167 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6824078 T16167 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6824078 T16167 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53481/solr
   [junit4]   2> 6824079 T16167 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6824081 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6824085 T16251 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4670cbb7 name:ZooKeeperConnection Watcher:127.0.0.1:53481 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6824087 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6824094 T16167 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6824099 T16253 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d7a86e9 name:ZooKeeperConnection Watcher:127.0.0.1:53481/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6824100 T16167 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6824126 T16167 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6825137 T16167 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53495_l_g%2Fnz
   [junit4]   2> 6825140 T16167 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53495_l_g%2Fnz


[...truncated too long message...]

ermsComponentTest, TestQuerySenderListener, TestFieldTypeResource, XsltUpdateRequestHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestFoldingMultitermQuery, TestCollationField, LeaderElectionIntegrationTest, SignatureUpdateProcessorFactoryTest, ZkSolrClientTest, DistributedDebugComponentTest, TestFastWriter, TestBlendedInfixSuggestions, TestFastOutputStream, UpdateParamsTest, UUIDFieldTest, ParsingFieldUpdateProcessorsTest, TestBadConfig, AlternateDirectoryTest, RankQueryTest, DirectSolrConnectionTest, TestOmitPositions, SpellPossibilityIteratorTest, HdfsBasicDistributedZk2Test, FullSolrCloudDistribCmdsTest, SuggesterTest, TestRecovery, HdfsSyncSliceTest, PreAnalyzedUpdateProcessorTest, TestDistribDocBasedVersion, DistributedExpandComponentTest, MoreLikeThisHandlerTest, SolrPluginUtilsTest, PingRequestHandlerTest, SyncSliceTest, CoreMergeIndexesAdminHandlerTest, ChangedSchemaMergeTest, TestCopyFieldCollectionResource, TestSimpleQParserPlugin, HdfsCollectionsAPIDistributedZkTest, CursorPagingTest, BasicDistributedZk2Test, MultiThreadedOCPTest, TestExpandComponent, TestDFRSimilarityFactory, TestSolr4Spatial, EchoParamsTest, TestHashPartitioner, TestAddFieldRealTimeGet, TestClassNameShortening, DocValuesMissingTest, TestCloudManagedSchemaConcurrent, TestSolrCoreProperties, DistributedIntervalFacetingTest, TestSerializedLuceneMatchVersion, TestTrie, TestSchemaNameResource, TestRTGBase, TestIndexingPerformance, JSONWriterTest, TestPHPSerializedResponseWriter, ChaosMonkeySafeLeaderTest, SSLMigrationTest, TestStressVersions, DistributedSpellCheckComponentTest, SuggesterWFSTTest, TestRequestStatusCollectionAPI, AnalyticsMergeStrategyTest, TestFunctionQuery, XmlUpdateRequestHandlerTest, HdfsBasicDistributedZkTest, TestImplicitCoreProperties, TestSolrQueryParser, StatsComponentTest, TestSolrDeletionPolicy2, TestBM25SimilarityFactory, DocValuesTest, ConnectionManagerTest, TestReplicationHandler, TestIndexSearcher, TestCodecSupport, TestFileDictionaryLookup, BinaryUpdateRequestHandlerTest, TestSchemaResource, MergeStrategyTest, TestAnalyzeInfixSuggestions, HdfsChaosMonkeySafeLeaderTest, SolrCmdDistributorTest, SolrXmlInZkTest, TestDistributedSearch, TestCursorMarkWithoutUniqueKey, CoreAdminRequestStatusTest, QueryFacetTest, ExpressionTest, BlockDirectoryTest, TestDistributedMissingSort, InfoHandlerTest, RequiredFieldsTest, FastVectorHighlighterTest, TestJmxMonitoredMap, SOLR749Test, DocExpirationUpdateProcessorFactoryTest, SolrInfoMBeanTest, StandardRequestHandlerTest, TestComplexPhraseQParserPlugin, TestPartialUpdateDeduplication, TestNRTOpen, SpatialFilterTest, TestFieldResource, EnumFieldTest, TestLeaderElectionZkExpiry, TestFieldTypeCollectionResource, TestBinaryResponseWriter, RollingRestartTest, TestDefaultSimilarityFactory, TestWriterPerf, DOMUtilTest, SuggesterFSTTest, MigrateRouteKeyTest, RegexBoostProcessorTest, HdfsRecoveryZkTest, SpellingQueryConverterTest, SystemInfoHandlerTest, FieldAnalysisRequestHandlerTest, FieldFacetExtrasTest, FileBasedSpellCheckerTest, TestDefaultSearchFieldResource, ScriptEngineTest, RequestHandlersTest, TestConfig, SimplePostToolTest, MBeansHandlerTest, LegacyHTMLStripCharFilterTest, StatelessScriptUpdateProcessorFactoryTest, TestInitQParser, TestReRankQParserPlugin, TestPhraseSuggestions, TestCollapseQParserPlugin, SampleTest, TestOrdValues, HighlighterConfigTest, TestPseudoReturnFields, TestRandomDVFaceting, TestFiltering, BlockCacheTest, TestStressReorder, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, TestLMDirichletSimilarityFactory, SuggesterTSTTest, SolrRequestParserTest, OverseerRolesTest, DateFieldTest, RecoveryZkTest, TestFastLRUCache, QueryEqualityTest, BasicFunctionalityTest, TestZkChroot, FileUtilsTest, TestFieldCollectionResource, TestRecoveryHdfs, PreAnalyzedFieldTest, TestJmxIntegration, TestQueryTypes, TestMaxScoreQueryParser, TestStressRecovery, TestManagedResourceStorage, ClusterStateUpdateTest, TestArbitraryIndexDir, AsyncMigrateRouteKeyTest, ModifyConfFileTest, TestSystemIdResolver, TestModifyConfFiles, RemoteQueryErrorTest, AddBlockUpdateTest, AnalysisAfterCoreReloadTest, TestSolrXml, HardAutoCommitTest, TestCustomSort, SuggestComponentTest, PrimUtilsTest, PeerSyncTest, TestCoreContainer, TestIBSimilarityFactory, TestChildDocTransformer, CircularListTest, HdfsDirectoryTest, ChaosMonkeyNothingIsSafeTest, ZkCLITest, TestDocSet, SynonymTokenizerTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, TestRandomFaceting, LeaderElectionTest, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestJoin, TestMultiCoreConfBootstrap, TestReload, TestRangeQuery, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestLazyCores, DirectUpdateHandlerTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, TestStressLucene, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TermsComponentTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestLFUCache, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, MultiTermTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCharFilters, TestXIncludeConfig, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SolrTestCaseJ4Test, TestHighlightDedupGrouping, TestTolerantSearch, AbstractAnalyticsStatsTest, NoFacetTest, AbstractAnalyticsFacetTest, RangeFacetTest, FunctionTest, AliasIntegrationTest, AssignTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, OverseerStatusTest, ReplicationFactorTest, ShardSplitTest, TestCloudInspectUtil, TestCollectionAPI, TestMiniSolrCloudCluster, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestConfigSets, TestInfoStreamLogging, TestNonNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrXmlPersistence, TestSolrXmlPersistor, TestReplicationHandlerBackup, CoreAdminCreateDiscoverTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, TestIntervalFaceting, TestManagedResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestManagedSchemaFieldResource, TestSchemaSimilarityResource, TestSolrQueryParserDefaultOperatorResource, TestUniqueKeyFieldResource, TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, BadCopyFieldTest, DateRangeFieldTest, TestCloudManagedSchema, TestCloudSchemaless]
   [junit4] Completed in 173.74s, 1 test, 1 error <<< FAILURES!

[...truncated 78 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 421 suites, 1761 tests, 1 error, 44 ignored (17 assumptions)

Total time: 164 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any