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 22:18:26 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_65) - Build # 10988 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10988/
Java: 64bit/jdk1.7.0_65 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed

Stack Trace:
org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
	at __randomizedtesting.SeedInfo.seed([B47403706B1EEDE7:B07C8C8379BB02C6]:0)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:144)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:155)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:660)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	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: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
	at org.apache.solr.common.cloud.SolrZkClient$11.execute(SolrZkClient.java:457)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:411)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:398)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:136)
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:131)
	... 47 more




Build Log:
[...truncated 11535 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-B47403706B1EEDE7-001/init-core-data-001
   [junit4]   2> 1852695 T5168 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1852695 T5168 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1852695 T5168 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1852698 T5168 oas.SolrTestCaseJ4.setUp ###Starting testStateChange
   [junit4]   2> 1852699 T5168 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1852700 T5169 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1852800 T5168 oasc.ZkTestServer.run start zk server on port:45454
   [junit4]   2> 1852802 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1852804 T5175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55e0a3b2 name:ZooKeeperConnection Watcher:127.0.0.1:45454/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1852804 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1852806 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1852808 T5177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@436ce76e name:ZooKeeperConnection Watcher:127.0.0.1:45454 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1852808 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1852812 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1852814 T5179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1edcf90b name:ZooKeeperConnection Watcher:127.0.0.1:45454 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1852814 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1852814 T5168 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1852819 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1852822 T5168 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1852825 T5168 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1852826 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1852829 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1852830 T5181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@478d9ad4 name:ZooKeeperConnection Watcher:127.0.0.1:45454/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1852830 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1852831 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1852833 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1852835 T5168 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:45454_solr
   [junit4]   2> 1852835 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1852836 T5168 oasc.Overseer.start Overseer (id=92249415034929155-127.0.0.1:45454_solr-n_0000000000) starting
   [junit4]   2> 1852837 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1852838 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1852840 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1852843 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1852845 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1852848 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1852852 T5183 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1852853 T5182 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1852853 T5168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1852854 T5182 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1852854 T5182 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 1852854 T5182 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1852856 T5184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1852856 T5185 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 1852904 T5168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1852906 T5184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1852907 T5182 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1852908 T5182 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 1852908 T5182 oasc.Overseer$ClusterStateUpdater.updateState node=core_node1 is already registered
   [junit4]   2> 1852908 T5182 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1853011 T5185 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 1853061 T5168 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:45454 45454
   [junit4]   2> 1853776 T5169 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:45454 45454
   [junit4]   2> 1853777 T5168 oas.SolrTestCaseJ4.tearDown ###Ending testStateChange
   [junit4]   2> 1853777 T5182 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:45454_solr
   [junit4]   2> 1853779 T5186 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> 1853784 T5168 oas.SolrTestCaseJ4.setUp ###Starting testDoubleAssignment
   [junit4]   2> 1853784 T5168 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1853785 T5187 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1853885 T5168 oasc.ZkTestServer.run start zk server on port:44593
   [junit4]   2> 1853886 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853888 T5193 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@91a5982 name:ZooKeeperConnection Watcher:127.0.0.1:44593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1853888 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1853889 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853890 T5195 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@166c9c22 name:ZooKeeperConnection Watcher:127.0.0.1:44593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1853890 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1853892 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853893 T5197 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59d9334a name:ZooKeeperConnection Watcher:127.0.0.1:44593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1853893 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1853893 T5168 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1853895 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1853897 T5168 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1853898 T5168 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1853899 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1853901 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853902 T5199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47c48b77 name:ZooKeeperConnection Watcher:127.0.0.1:44593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1853902 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1853903 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1853904 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1853906 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853907 T5203 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cb8bf8d name:ZooKeeperConnection Watcher:127.0.0.1:44593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1853908 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1853909 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1853910 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1853912 T5168 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:44593_solr
   [junit4]   2> 1853912 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1853913 T5168 oasc.Overseer.start Overseer (id=92249415106035716-127.0.0.1:44593_solr-n_0000000000) starting
   [junit4]   2> 1853914 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1853916 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1853917 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1853919 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1853921 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1853922 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1853925 T5205 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1853926 T5204 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1853927 T5206 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1853928 T5204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1853929 T5204 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1853929 T5204 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 1853929 T5204 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1853931 T5200 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> 1853931 T5201 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> 1854428 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1854432 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1854435 T5206 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1854435 T5168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1854438 T5204 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1854440 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1854441 T5208 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48ac0e0a name:ZooKeeperConnection Watcher:127.0.0.1:44593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1854441 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1854443 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1854444 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1854447 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1854447 T5206 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1854448 T5204 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1854448 T5204 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1854450 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1854453 T5206 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1854556 T5201 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> 1854556 T5209 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> 1854557 T5168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1854561 T5168 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:44593 44593
   [junit4]   2> 1855145 T5187 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:44593 44593
   [junit4]   2> 1855147 T5168 oas.SolrTestCaseJ4.tearDown ###Ending testDoubleAssignment
   [junit4]   2> 1855150 T5204 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:44593_solr
   [junit4]   2> 1855158 T5210 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> 1855164 T5168 oas.SolrTestCaseJ4.setUp ###Starting testReplay
   [junit4]   2> 1855164 T5168 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1855167 T5211 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1855268 T5168 oasc.ZkTestServer.run start zk server on port:57440
   [junit4]   2> 1855271 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1855274 T5217 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@526746f8 name:ZooKeeperConnection Watcher:127.0.0.1:57440/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1855274 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1855281 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1855282 T5219 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bd9ebd4 name:ZooKeeperConnection Watcher:127.0.0.1:57440 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1855282 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1855326 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1855326 T5221 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@231f079f name:ZooKeeperConnection Watcher:127.0.0.1:57440 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1855328 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1855328 T5168 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1855331 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1855334 T5168 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1855335 T5168 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1855337 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1855339 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1855343 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1855344 T5223 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@148e01cc name:ZooKeeperConnection Watcher:127.0.0.1:57440/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1855344 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1855346 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1855347 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1855357 T5168 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57440_solr
   [junit4]   2> 1855357 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1855359 T5168 oasc.Overseer.start Overseer (id=92249415196803075-127.0.0.1:57440_solr-n_0000000000) starting
   [junit4]   2> 1855360 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1855363 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1855366 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1855370 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1855387 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1855422 T5225 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1855428 T5224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1855428 T5224 oasc.Overseer$ClusterStateUpdater.run Replaying operations from work queue.
   [junit4]   2> 1855429 T5224 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "shard":"s1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 1855432 T5224 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "shard":"s1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core2",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 1855447 T5226 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 1855447 T5224 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1855450 T5224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1855450 T5224 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "shard":"s1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core3",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 1855452 T5227 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1855452 T5226 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 1855527 T5168 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57440 57440
   [junit4]   2> 1855964 T5211 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57440 57440
   [junit4]   2> 1855965 T5168 oas.SolrTestCaseJ4.tearDown ###Ending testReplay
   [junit4]   2> 1855965 T5224 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:57440_solr
   [junit4]   2> 1855973 T5228 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> 1855979 T5168 oas.SolrTestCaseJ4.setUp ###Starting testBadQueueItem
   [junit4]   2> 1855980 T5168 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1855980 T5229 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1856080 T5168 oasc.ZkTestServer.run start zk server on port:56054
   [junit4]   2> 1856081 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1856084 T5235 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ec88c20 name:ZooKeeperConnection Watcher:127.0.0.1:56054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1856085 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1856087 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1856088 T5237 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f10ade3 name:ZooKeeperConnection Watcher:127.0.0.1:56054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1856088 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1856089 T5168 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1856092 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1856094 T5239 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b3ede15 name:ZooKeeperConnection Watcher:127.0.0.1:56054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1856095 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1856095 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1856097 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1856099 T5241 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b492853 name:ZooKeeperConnection Watcher:127.0.0.1:56054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1856099 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1856100 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1856102 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1856104 T5168 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56054_solr
   [junit4]   2> 1856104 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1856105 T5168 oasc.Overseer.start Overseer (id=92249415249952771-127.0.0.1:56054_solr-n_0000000000) starting
   [junit4]   2> 1856106 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1856108 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1856110 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1856111 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1856113 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1856115 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1856118 T5243 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1856118 T5168 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1856118 T5242 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1856120 T5168 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1856121 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1856122 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1856124 T5245 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cc5a9b7 name:ZooKeeperConnection Watcher:127.0.0.1:56054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1856124 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1856126 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1856127 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1
   [junit4]   2> 1856131 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1856132 T5242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1856133 T5242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 1856133 T5242 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 1856133 T5242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1856135 T5247 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> 1856135 T5246 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> 1856631 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1856636 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1856639 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1856640 T5242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1856642 T5242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core2",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 1856642 T5242 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1856642 T5242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1856643 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1856745 T5247 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> 1856745 T5246 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> 1857140 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1857144 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 1857147 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1857148 T5242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1857150 T5242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core3",
   [junit4]   2> 	  "core_node_name":"node3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 1857151 T5242 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1857151 T5242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1857152 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1857152 T5247 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> 1857152 T5246 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> 1857649 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1857653 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1857656 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1857657 T5242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1857759 T5247 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> 1857759 T5246 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> 1857807 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1857809 T5242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1857809 T5242 oasc.Overseer$ClusterStateUpdater.checkKeyExistence ERROR Skipping invalid Overseer message because it has no collection specified: {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core0",
   [junit4]   2> 	  "core_node_name":"node0",
   [junit4]   2> 	  "collection":"",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 1857812 T5242 oasc.Overseer$ClusterStateUpdater.checkKeyExistence ERROR Skipping invalid Overseer message because it has no collection specified: {
   [junit4]   2> 	  "operation":"deletecore",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core0",
   [junit4]   2> 	  "core_node_name":"node0",
   [junit4]   2> 	  "collection":""}
   [junit4]   2> 1857814 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1857814 T5242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection2",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 1857814 T5242 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection2 with shards [shard1, shard2, shard3]
   [junit4]   2> 1857815 T5242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1857917 T5246 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> 1857917 T5247 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> 1858310 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection2/leader_elect/shard2/election
   [junit4]   2> 1858315 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection2/leaders/shard2
   [junit4]   2> 1858317 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1858318 T5242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1858320 T5242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core2",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection2",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 1858320 T5242 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1858320 T5242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1858321 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1858322 T5247 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> 1858322 T5246 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> 1858818 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection2/leader_elect/shard3/election
   [junit4]   2> 1858825 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection2/leaders/shard3
   [junit4]   2> 1858828 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1858831 T5242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1858833 T5242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core3",
   [junit4]   2> 	  "core_node_name":"node3",
   [junit4]   2> 	  "collection":"collection2",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 1858833 T5242 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1858833 T5242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1858835 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1858836 T5246 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> 1858837 T5247 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> 1859331 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection2/leader_elect/shard1/election
   [junit4]   2> 1859335 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection2/leaders/shard1
   [junit4]   2> 1859338 T5248 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1859339 T5242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1859441 T5246 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> 1859442 T5247 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> 1859493 T5168 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:56054 56054
   [junit4]   2> 1860062 T5229 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:56054 56054
   [junit4]   2> 1860063 T5168 oas.SolrTestCaseJ4.tearDown ###Ending testBadQueueItem
   [junit4]   2> 1860063 T5242 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:56054_solr
   [junit4]   2> 1860064 T5249 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> 1860069 T5168 oas.SolrTestCaseJ4.setUp ###Starting testOverseerFailure
   [junit4]   2> 1860070 T5168 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1860071 T5250 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1860171 T5168 oasc.ZkTestServer.run start zk server on port:53631
   [junit4]   2> 1860172 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1860174 T5256 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e07df67 name:ZooKeeperConnection Watcher:127.0.0.1:53631 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1860175 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1860177 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1860178 T5258 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@530a6cf7 name:ZooKeeperConnection Watcher:127.0.0.1:53631 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1860178 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1860179 T5168 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1860182 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1860183 T5260 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4618f8ec name:ZooKeeperConnection Watcher:127.0.0.1:53631/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1860183 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1860183 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1860185 T5168 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1860186 T5168 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1860188 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1860190 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1860192 T5262 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77245f80 name:ZooKeeperConnection Watcher:127.0.0.1:53631/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1860192 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1860193 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1860195 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1860198 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1860199 T5266 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14370a32 name:ZooKeeperConnection Watcher:127.0.0.1:53631/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1860200 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1860201 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1860203 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1860205 T5168 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53631_solr
   [junit4]   2> 1860206 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1860207 T5168 oasc.Overseer.start Overseer (id=92249415517995012-127.0.0.1:53631_solr-n_0000000000) starting
   [junit4]   2> 1860208 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1860210 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1860212 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1860213 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1860215 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1860217 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1860220 T5268 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1860221 T5267 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1861223 T5269 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1861224 T5267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1861224 T5267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1861224 T5267 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 1861224 T5267 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1861226 T5263 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> 1861226 T5264 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> 1861723 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1861728 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1861731 T5269 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1861731 T5168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1861732 T5267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1861732 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1861733 T5267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1861734 T5267 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1861735 T5269 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1861735 T5263 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> 1861735 T5264 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> 1862222 T5268 oasc.OverseerCollectionProcessor.amILeader  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.OverseerCollectionProcessor.amILeader(OverseerCollectionProcessor.java:514)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:269)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1862222 T5268 oasc.OverseerCollectionProcessor.amILeader According to ZK I (id=92249415517995012-127.0.0.1:53631_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 1862788 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1862792 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1862793 T5271 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42ba3ed name:ZooKeeperConnection Watcher:127.0.0.1:53631/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1862793 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1862793 T5267 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:53631_solr
   [junit4]   2> 1862795 T5272 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> 1862796 T5168 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53631_solr
   [junit4]   2> 1862796 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1862797 T5168 oasc.Overseer.start Overseer (id=92249415517995013-127.0.0.1:53631_solr-n_0000000001) starting
   [junit4]   2> 1862802 T5274 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1862803 T5273 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1862804 T5273 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1862804 T5273 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1862804 T5273 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1862806 T5275 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1862806 T5264 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> 1862806 T5263 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> 1862858 T5275 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1862858 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1862859 T5273 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1862861 T5168 oasc.LeaderElector.checkIfIamLeader WARN Failed setting watch org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /collections/collection1/leader_elect/shard1/election/92249415517995011-node1_core1-n_0000000002
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [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.LeaderElector.checkIfIamLeader(LeaderElector.java:148)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:155)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:660)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1862863 T5273 oasc.SolrException.log ERROR Problem cleaning up collection in zk:collection1:org.apache.zookeeper.KeeperException$NotEmptyException: KeeperErrorCode = Directory not empty for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:125)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:184)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:181)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:181)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.clean(SolrZkClient.java:665)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.clean(SolrZkClient.java:660)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.clean(SolrZkClient.java:660)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.clean(SolrZkClient.java:660)
   [junit4]   2> 		at org.apache.solr.cloud.Overseer$ClusterStateUpdater.removeCore(Overseer.java:1094)
   [junit4]   2> 		at org.apache.solr.cloud.Overseer$ClusterStateUpdater.processMessage(Overseer.java:359)
   [junit4]   2> 		at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:242)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	
   [junit4]   2> 1862863 T5264 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1862863 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1862863 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1862866 T5275 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1862867 T5273 oasc.Overseer$ClusterStateUpdater.setShardLeader ERROR Could not mark shard leader for non existing collection:collection1
   [junit4]   2> 1862969 T5263 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> 1862969 T5264 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> 1863866 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1863866 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1864869 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1864869 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1865871 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1865871 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1866873 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1866874 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1867876 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1867876 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1868880 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1868880 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1869884 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1869884 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1870888 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1870888 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1871890 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1871890 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1872892 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1872893 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1873896 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1873896 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1874899 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1874899 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1875902 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1875902 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1876904 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1876905 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1877906 T5276 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1877907 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1877909 T5276 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:144)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:204)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$11.execute(SolrZkClient.java:457)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:411)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:398)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:136)
   [junit4]   2> 	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:131)
   [junit4]   2> 	... 10 more
   [junit4]   2> 
   [junit4]   2> 1877915 T5168 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53631 53631
   [junit4]   2> 1878480 T5250 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53631 53631
   [junit4]   2> 1878481 T5168 oas.SolrTestCaseJ4.tearDown ###Ending testOverseerFailure
   [junit4]   2> 1878482 T5273 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:53631_solr
   [junit4]   2> 1878484 T5277 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> NOTE: reproduce with: ant test  -Dtestcase=OverseerTest -Dtests.method=testOverseerFailure -Dtests.seed=B47403706B1EEDE7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms_MY -Dtests.timezone=Africa/Juba -Dtests.file.encoding=UTF-8
   [junit4] ERROR   18.4s J0 | OverseerTest.testOverseerFailure <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B47403706B1EEDE7:B07C8C8379BB02C6]:0)
   [junit4]    > 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:144)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
   [junit4]    > 	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:155)
   [junit4]    > 	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:660)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$11.execute(SolrZkClient.java:457)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:411)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:398)
   [junit4]    > 	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:136)
   [junit4]    > 	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]    > 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:131)
   [junit4]    > 	... 47 more
   [junit4]   2> 1878509 T5168 oas.SolrTestCaseJ4.setUp ###Starting testShardAssignmentBigger
   [junit4]   2> 1878510 T5168 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1878511 T5278 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1878610 T5168 oasc.ZkTestServer.run start zk server on port:44196
   [junit4]   2> 1878611 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1878614 T5284 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d152f4e name:ZooKeeperConnection Watcher:127.0.0.1:44196 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1878614 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1878617 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1878618 T5286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d668715 name:ZooKeeperConnection Watcher:127.0.0.1:44196 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1878618 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1878618 T5168 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1878627 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1878628 T5288 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59cc1540 name:ZooKeeperConnection Watcher:127.0.0.1:44196/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1878628 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1878629 T5168 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1878631 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1878632 T5290 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63a63081 name:ZooKeeperConnection Watcher:127.0.0.1:44196/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1878632 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1878633 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1878634 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1878636 T5168 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:44196_solr
   [junit4]   2> 1878636 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1878638 T5168 oasc.Overseer.start Overseer (id=92249416726478851-127.0.0.1:44196_solr-n_0000000000) starting
   [junit4]   2> 1878639 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1878640 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1878642 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1878644 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1878646 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1878648 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1878651 T5292 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1878651 T5291 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1878651 T5168 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1878653 T5168 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1878653 T5168 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1878655 T5168 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1878656 T5294 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.Connection

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

Manager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cd801b5 name:ZooKeeperConnection Watcher:127.0.0.1:46905/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1919240 T5168 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1919241 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1919242 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1919243 T5168 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:46905_solr
   [junit4]   2> 1919243 T5168 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1919244 T5168 oasc.Overseer.start Overseer (id=92249419387895812-127.0.0.1:46905_solr-n_0000000000) starting
   [junit4]   2> 1919245 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1919247 T5168 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1919248 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1919249 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1919251 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1919252 T5168 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1919254 T5780 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1919255 T5779 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1919256 T5779 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1919257 T5779 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=12 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"12",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1919257 T5779 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4, shard5, shard6, shard7, shard8, shard9, shard10, shard11, shard12]
   [junit4]   2> 1919257 T5779 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard8
   [junit4]   2> 1919258 T5781 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1919259 T5775 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> 1919259 T5776 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> 1919755 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard8/election
   [junit4]   2> 1919761 T5168 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard8
   [junit4]   2> 1919764 T5781 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1919764 T5168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1919767 T5168 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:46905 46905
   [junit4]   2> 1920359 T5762 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:46905 46905
   [junit4]   2> 1920360 T5168 oas.SolrTestCaseJ4.tearDown ###Ending testPlaceholders
   [junit4]   2> 1920360 T5779 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:46905_solr
   [junit4]   2> 1920362 T5782 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> 1923363 T5168 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-B47403706B1EEDE7-001
   [junit4]   2> NOTE: test params are: codec=Lucene49: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ms_MY, timezone=Africa/Juba
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=8,threads=1,free=113406072,total=325058560
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerCollectionProcessorTest, TestSolrJ, MoreLikeThisHandlerTest, HdfsWriteToMultipleCollectionsTest, RecoveryZkTest, TestAddFieldRealTimeGet, CoreMergeIndexesAdminHandlerTest, AbstractAnalyticsStatsTest, TestDynamicFieldCollectionResource, NoCacheHeaderTest, TestFastOutputStream, BadIndexSchemaTest, TestHighlightDedupGrouping, SSLMigrationTest, TestOverriddenPrefixQueryForCustomFieldType, TestAnalyzedSuggestions, HighlighterConfigTest, MBeansHandlerTest, TestFieldTypeResource, TestSearcherReuse, QueryResultKeyTest, ExpressionTest, AddBlockUpdateTest, DirectSolrSpellCheckerTest, TriLevelCompositeIdRoutingTest, TestCloudManagedSchemaConcurrent, SolrCoreCheckLockOnStartupTest, HdfsBasicDistributedZk2Test, TestExceedMaxTermLength, DOMUtilTest, TestReplicationHandler, TestSolrIndexConfig, WordBreakSolrSpellCheckerTest, TestLRUCache, TestLeaderElectionZkExpiry, SolrIndexSplitterTest, PathHierarchyTokenizerFactoryTest, FieldMutatingUpdateProcessorTest, DocValuesMultiTest, RequiredFieldsTest, FunctionTest, TestManagedSchema, CoreAdminCreateDiscoverTest, TestCloudInspectUtil, TestInfoStreamLogging, RegexBoostProcessorTest, TestBinaryResponseWriter, TestRandomDVFaceting, TestDefaultSimilarityFactory, TestLuceneMatchVersion, TestSuggestSpellingConverter, TestStressReorder, AnalyticsQueryTest, TestFastWriter, TestComponentsName, StandardRequestHandlerTest, BasicFunctionalityTest, ChangedSchemaMergeTest, TestCoreDiscovery, AnalysisErrorHandlingTest, ClusterStateUpdateTest, ResponseHeaderTest, TestJmxIntegration, NotRequiredUniqueKeyTest, TestReloadAndDeleteDocs, TestManagedResourceStorage, MigrateRouteKeyTest, HdfsCollectionsAPIDistributedZkTest, HdfsBasicDistributedZkTest, SimpleFacetsTest, TestSolrDeletionPolicy1, EchoParamsTest, TestTrie, TestManagedSynonymFilterFactory, FastVectorHighlighterTest, TestChildDocTransformer, TestAnalyzeInfixSuggestions, PingRequestHandlerTest, TestMissingGroups, TestDocBasedVersionConstraints, PluginInfoTest, TestDefaultSearchFieldResource, SuggesterTSTTest, DisMaxRequestHandlerTest, ShardRoutingTest, UpdateParamsTest, TestSchemaResource, TestSurroundQueryParser, FieldFacetTest, TestCustomSort, TimeZoneUtilsTest, ParsingFieldUpdateProcessorsTest, ReplicationFactorTest, OpenExchangeRatesOrgProviderTest, TestReRankQParserPlugin, SolrXmlInZkTest, TestFaceting, SuggesterWFSTTest, TestSolrXmlPersistence, TestCodecSupport, SuggesterTest, SuggestComponentTest, TestRTGBase, TestFoldingMultitermQuery, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest]
   [junit4] Completed on J0 in 70.70s, 9 tests, 1 error <<< FAILURES!

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

Total time: 87 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_65 -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-Linux (64bit/ibm-j9-jdk7) - Build # 11003 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11003/
Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

2 tests failed.
REGRESSION:  org.apache.lucene.codecs.lucene49.TestLucene49NormsFormat.testRamBytesUsed

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880:32F5EDC68A5387D6]:0)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:1872)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1689)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1642)
	at org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:227)
	at org.apache.lucene.index.BaseNormsFormatTestCase.testRamBytesUsed(BaseNormsFormatTestCase.java:44)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	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 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 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:853)


REGRESSION:  org.apache.lucene.codecs.lucene49.TestLucene49NormsFormat.testShortRange

Error Message:
Captured an uncaught exception in thread: Thread[id=236, name=Lucene Merge Thread #3, state=RUNNABLE, group=TGRP-TestLucene49NormsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=236, name=Lucene Merge Thread #3, state=RUNNABLE, group=TGRP-TestLucene49NormsFormat]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:545)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:518)
Caused by: java.lang.NullPointerException
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:405)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:482)




Build Log:
[...truncated 382 lines...]
   [junit4] Suite: org.apache.lucene.codecs.lucene49.TestLucene49NormsFormat
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLucene49NormsFormat -Dtests.method=testRamBytesUsed -Dtests.seed=C056FF86402C9880 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS_#Latn -Dtests.timezone=Europe/Oslo -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.36s J0 | TestLucene49NormsFormat.testRamBytesUsed <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880:32F5EDC68A5387D6]:0)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:1872)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1689)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1642)
   [junit4]    > 	at org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:227)
   [junit4]    > 	at org.apache.lucene.index.BaseNormsFormatTestCase.testRamBytesUsed(BaseNormsFormatTestCase.java:44)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:853)
   [junit4]   2> avg 12, 2014 12:31:45 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #3,7,TGRP-TestLucene49NormsFormat]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.NullPointerException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:545)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:518)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
   [junit4]   2> 	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:405)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:482)
   [junit4]   2> 
   [junit4]   2> avg 12, 2014 12:31:45 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #4,7,TGRP-TestLucene49NormsFormat]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.NullPointerException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:545)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:518)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
   [junit4]   2> 	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:405)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:482)
   [junit4]   2> 
   [junit4]   2> avg 12, 2014 12:31:45 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #5,7,TGRP-TestLucene49NormsFormat]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.NullPointerException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:545)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:518)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
   [junit4]   2> 	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:405)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:482)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLucene49NormsFormat -Dtests.method=testShortRange -Dtests.seed=C056FF86402C9880 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS_#Latn -Dtests.timezone=Europe/Oslo -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7.23s J0 | TestLucene49NormsFormat.testShortRange <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=236, name=Lucene Merge Thread #3, state=RUNNABLE, group=TGRP-TestLucene49NormsFormat]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:545)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:518)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:405)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:482)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=238, name=Lucene Merge Thread #5, state=RUNNABLE, group=TGRP-TestLucene49NormsFormat]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:545)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:518)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:405)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:482)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=237, name=Lucene Merge Thread #4, state=RUNNABLE, group=TGRP-TestLucene49NormsFormat]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C056FF86402C9880]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:545)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:518)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.getOrd(Lucene49NormsConsumer.java:249)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:150)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:129)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeNorms(SegmentMerger.java:253)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:131)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3989)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3584)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:405)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:482)
   [junit4] IGNOR/A 0.01s J0 | TestLucene49NormsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {foobar=DFR I(n)BZ(0.3)}, locale=sr_RS_#Latn, timezone=Europe/Oslo
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=7819232,total=96731136
   [junit4]   2> NOTE: All tests run in this JVM: [TestBlockPostingsFormat3, TestSpanSearchEquivalence, TestOfflineSorter, Nested, Nested, TestRollingBuffer, TestMinShouldMatch2, TestTimeLimitingCollector, TestDoc, TestParallelAtomicReader, TestNumericRangeQuery64, TestSumDocFreq, TestSloppyMath, TestFieldCacheRangeFilter, TestUTF32ToUTF8, TestCachingWrapperFilter, Test2BPostings, TestAssertions, TestFieldValueFilter, TestCharsRef, Test2BNumericDocValues, TestTermVectorsWriter, TestFixedBitSet, TestExceedMaxTermLength, TestForUtil, TestSameTokenSamePosition, TestSpanExplanations, MultiCollectorTest, TestField, TestCheckIndex, TestLucene49NormsFormat]
   [junit4] Completed on J0 in 38.37s, 9 tests, 2 errors, 1 skipped <<< FAILURES!

[...truncated 1332 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:49: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1307: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 406 suites, 3424 tests, 2 errors, 121 ignored (110 assumptions)

Total time: 24 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_20-ea-b23) - Build # 11002 - Still Failing!

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([7D1FDEA59F68E006]:0)


REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([7D1FDEA59F68E006]:0)




Build Log:
[...truncated 12040 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/init-core-data-001
   [junit4]   2> 27486 T77 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 27486 T77 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_qv/t
   [junit4]   2> 27500 T77 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 27505 T77 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 27508 T78 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 27708 T77 oasc.ZkTestServer.run start zk server on port:53385
   [junit4]   2> 27751 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 27832 T79 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 29223 T84 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47a96857 name:ZooKeeperConnection Watcher:127.0.0.1:53385 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 29224 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 29226 T77 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 29261 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 29264 T86 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b0c8fba name:ZooKeeperConnection Watcher:127.0.0.1:53385/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 29264 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 29268 T77 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 29301 T77 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 29308 T77 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 29313 T77 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 29320 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 29332 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 29340 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 29341 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 29346 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 29346 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 29351 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 29352 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 29356 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 29356 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 29360 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 29361 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 29364 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 29365 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 29371 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 29371 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 29376 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 29377 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 29381 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 29381 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 29386 T77 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 29387 T77 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 29399 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 29403 T88 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47c7b99d name:ZooKeeperConnection Watcher:127.0.0.1:53385/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 29403 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 29960 T77 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 30327 T77 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 30349 T77 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:39114
   [junit4]   2> 30351 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 30351 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 30351 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002
   [junit4]   2> 30352 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002/'
   [junit4]   2> 30365 T77 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002/solr.xml
   [junit4]   2> 30374 T77 oasc.CoreContainer.<init> New CoreContainer 1305168274
   [junit4]   2> 30375 T77 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002/]
   [junit4]   2> 30375 T77 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 30375 T77 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 30376 T77 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 30376 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 30376 T77 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 30376 T77 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 30376 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 30377 T77 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 30377 T77 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 30379 T77 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 30380 T77 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 30381 T77 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 30381 T77 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 30381 T77 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53385/solr
   [junit4]   2> 30393 T77 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 30394 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 30396 T99 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c1dba83 name:ZooKeeperConnection Watcher:127.0.0.1:53385 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 30396 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 30402 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 30404 T101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6025acc3 name:ZooKeeperConnection Watcher:127.0.0.1:53385/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 30404 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 30411 T77 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 30417 T77 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 30423 T77 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 30426 T77 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 30429 T77 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 30442 T77 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 30445 T77 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39114__qv%2Ft
   [junit4]   2> 30448 T77 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39114__qv%2Ft
   [junit4]   2> 30452 T77 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 30454 T77 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 30464 T77 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:39114__qv%2Ft
   [junit4]   2> 30464 T77 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 30467 T77 oasc.Overseer.start Overseer (id=92260417357217796-127.0.0.1:39114__qv%2Ft-n_0000000000) starting
   [junit4]   2> 30480 T77 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 30504 T103 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 30504 T77 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 30507 T77 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 30508 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 30519 T102 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 30525 T104 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 30525 T104 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 30528 T104 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 30530 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 30533 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 30534 T102 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:39114/_qv/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39114__qv%2Ft",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 30535 T102 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 30546 T102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 30554 T105 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> 31529 T104 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 31529 T104 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 31530 T104 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 31530 T104 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 31531 T104 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 31532 T104 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002/collection1/'
   [junit4]   2> 31532 T104 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 31533 T104 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 31533 T104 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 31557 T104 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 31584 T104 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 31592 T104 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 31600 T104 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 31715 T104 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 31716 T104 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 31717 T104 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 31720 T104 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 31748 T104 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 31748 T104 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 31796 T104 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/control/data/
   [junit4]   2> 31796 T104 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@547dc52
   [junit4]   2> 31873 T104 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/control/data
   [junit4]   2> 31874 T104 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/control/data/index/
   [junit4]   2> 31874 T104 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 31875 T104 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/control/data/index
   [junit4]   2> 31875 T104 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7095264098137187]
   [junit4]   2> 31879 T104 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 31879 T104 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 31890 T104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 31904 T104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 31904 T104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 31905 T104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 31905 T104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 31905 T104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 31905 T104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 31906 T104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 31906 T104 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 31907 T104 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 31907 T104 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 31908 T104 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 31909 T104 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 31909 T104 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 31910 T104 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 31910 T104 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 31910 T104 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 31911 T104 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 31911 T104 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 31912 T104 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 31912 T104 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 31913 T104 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 31915 T104 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 31915 T104 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 31916 T104 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 31917 T104 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 31918 T104 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 31919 T104 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 31919 T104 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 31920 T104 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3026586473571025]
   [junit4]   2> 31921 T104 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 31921 T104 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 31921 T104 oass.SolrIndexSearcher.<init> Opening Searcher@7ddc498b[collection1] main
   [junit4]   2> 31922 T104 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 31923 T104 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 31923 T104 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 31926 T104 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 31926 T104 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 31927 T104 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 31927 T104 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 31928 T104 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 31929 T104 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 31931 T104 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 31931 T104 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 31932 T104 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 31937 T106 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ddc498b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 31944 T104 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 31946 T109 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:39114/_qv/t collection:control_collection shard:shard1
   [junit4]   2> 31946 T77 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 31946 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 31958 T109 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 31964 T109 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 31965 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 31966 T109 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 31966 T109 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 31967 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@63f3bd97 url=https://127.0.0.1:39114/_qv/t/collection1 node=127.0.0.1:39114__qv%2Ft C9_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:39114/_qv/t, core=collection1, node_name=127.0.0.1:39114__qv%2Ft}
   [junit4]   2> 31968 T109 C9 P39114 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:39114/_qv/t/collection1/
   [junit4]   2> 31969 T109 C9 P39114 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 31969 T109 C9 P39114 oasc.SyncStrategy.syncToMe https://127.0.0.1:39114/_qv/t/collection1/ has no replicas
   [junit4]   2> 31969 T109 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:39114/_qv/t/collection1/ shard1
   [junit4]   2> 31972 T109 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 31972 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 31974 T111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26e58862 name:ZooKeeperConnection Watcher:127.0.0.1:53385/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 31975 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 31976 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 31981 T77 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 31981 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 32086 T105 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> 32086 T112 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> 32133 T109 oasc.ZkController.register We are https://127.0.0.1:39114/_qv/t/collection1/ and leader is https://127.0.0.1:39114/_qv/t/collection1/
   [junit4]   2> 32133 T109 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:39114/_qv/t
   [junit4]   2> 32133 T109 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 32133 T109 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 32133 T109 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 32135 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 32136 T109 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 32137 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 32138 T102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:39114/_qv/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39114__qv%2Ft",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 32242 T112 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> 32242 T105 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> 32407 T77 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 32407 T77 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 32414 T77 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 32417 T77 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:36088
   [junit4]   2> 32420 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 32421 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 32421 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003
   [junit4]   2> 32421 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003/'
   [junit4]   2> 32438 T77 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003/solr.xml
   [junit4]   2> 32450 T77 oasc.CoreContainer.<init> New CoreContainer 1679149593
   [junit4]   2> 32451 T77 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003/]
   [junit4]   2> 32451 T77 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 32452 T77 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 32452 T77 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 32452 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 32452 T77 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 32453 T77 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 32453 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 32453 T77 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 32454 T77 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 32456 T77 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 32458 T77 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 32458 T77 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 32458 T77 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 32459 T77 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53385/solr
   [junit4]   2> 32459 T77 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 32460 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 32462 T123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b277e7b name:ZooKeeperConnection Watcher:127.0.0.1:53385 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 32462 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 32465 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 32466 T125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3eee32cb name:ZooKeeperConnection Watcher:127.0.0.1:53385/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 32466 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 32474 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 33477 T77 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36088__qv%2Ft
   [junit4]   2> 33478 T77 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36088__qv%2Ft
   [junit4]   2> 33493 T127 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 33494 T127 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 33496 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 33496 T127 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 33498 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 33500 T102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:36088/_qv/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36088__qv%2Ft",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 33500 T102 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 33500 T102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 33606 T112 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> 33606 T126 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> 33606 T105 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> 34496 T127 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 34497 T127 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 34498 T127 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 34498 T127 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 34500 T127 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 34500 T127 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003/collection1/'
   [junit4]   2> 34502 T127 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 34502 T127 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 34502 T127 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 34530 T127 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 34547 T127 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 34549 T127 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 34554 T127 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 34657 T127 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 34659 T127 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 34660 T127 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 34663 T127 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 34687 T127 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 34688 T127 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 34688 T127 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty1/
   [junit4]   2> 34688 T127 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@547dc52
   [junit4]   2> 34689 T127 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty1
   [junit4]   2> 34689 T127 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty1/index/
   [junit4]   2> 34690 T127 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 34690 T127 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty1/index
   [junit4]   2> 34690 T127 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7095264098137187]
   [junit4]   2> 34697 T127 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 34697 T127 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 34704 T127 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 34705 T127 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 34705 T127 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 34705 T127 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 34705 T127 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 34705 T127 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 34706 T127 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 34706 T127 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 34706 T127 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 34707 T127 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 34707 T127 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 34708 T127 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 34708 T127 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 34709 T127 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 34710 T127 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 34710 T127 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 34710 T127 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 34711 T127 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 34711 T127 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 34711 T127 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 34712 T127 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 34712 T127 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 34714 T127 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34715 T127 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34716 T127 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34717 T127 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34717 T127 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34718 T127 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 34719 T127 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 34720 T127 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3026586473571025]
   [junit4]   2> 34721 T127 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 34722 T127 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 34722 T127 oass.SolrIndexSearcher.<init> Opening Searcher@164ee4e4[collection1] main
   [junit4]   2> 34722 T127 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 34723 T127 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 34723 T127 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 34724 T127 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 34724 T127 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 34724 T127 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 34725 T127 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 34726 T127 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 34726 T127 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 34726 T127 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 34731 T128 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@164ee4e4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 34738 T127 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 34739 T131 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:36088/_qv/t collection:collection1 shard:shard2
   [junit4]   2> 34739 T77 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 34740 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 34740 T131 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 34746 T131 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 34748 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 34749 T131 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 34749 T131 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@5ec1307f url=https://127.0.0.1:36088/_qv/t/collection1 node=127.0.0.1:36088__qv%2Ft C10_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:36088/_qv/t, core=collection1, node_name=127.0.0.1:36088__qv%2Ft}
   [junit4]   2> 34750 T131 C10 P36088 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:36088/_qv/t/collection1/
   [junit4]   2> 34750 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 34750 T131 C10 P36088 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 34751 T131 C10 P36088 oasc.SyncStrategy.syncToMe https://127.0.0.1:36088/_qv/t/collection1/ has no replicas
   [junit4]   2> 34751 T131 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:36088/_qv/t/collection1/ shard2
   [junit4]   2> 34751 T131 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 34765 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 34870 T112 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> 34870 T105 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> 34870 T126 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> 34916 T131 oasc.ZkController.register We are https://127.0.0.1:36088/_qv/t/collection1/ and leader is https://127.0.0.1:36088/_qv/t/collection1/
   [junit4]   2> 34917 T131 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:36088/_qv/t
   [junit4]   2> 34917 T131 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 34917 T131 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 34917 T131 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 34919 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 34919 T131 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 34920 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 34921 T102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:36088/_qv/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36088__qv%2Ft",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 35024 T126 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> 35025 T105 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> 35024 T112 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> 35091 T77 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 35094 T77 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 35099 T77 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 35102 T77 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:34584
   [junit4]   2> 35105 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 35106 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 35106 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004
   [junit4]   2> 35106 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004/'
   [junit4]   2> 35122 T77 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004/solr.xml
   [junit4]   2> 35131 T77 oasc.CoreContainer.<init> New CoreContainer 895936807
   [junit4]   2> 35131 T77 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004/]
   [junit4]   2> 35132 T77 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 35132 T77 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 35132 T77 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 35132 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 35133 T77 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 35133 T77 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 35133 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 35133 T77 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 35134 T77 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 35135 T77 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 35137 T77 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 35137 T77 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 35137 T77 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 35137 T77 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53385/solr
   [junit4]   2> 35138 T77 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 35138 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 35140 T142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@728aeabd name:ZooKeeperConnection Watcher:127.0.0.1:53385 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 35141 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 35143 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 35144 T144 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d43d181 name:ZooKeeperConnection Watcher:127.0.0.1:53385/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 35144 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 35150 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 36153 T77 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34584__qv%2Ft
   [junit4]   2> 36154 T77 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34584__qv%2Ft
   [junit4]   2> 36166 T146 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 36166 T146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 36168 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 36168 T146 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 36169 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 36171 T102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:34584/_qv/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34584__qv%2Ft",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 36171 T102 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 36171 T102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 36274 T112 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> 36275 T145 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> 36274 T126 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> 36274 T105 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> 37168 T146 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 37169 T146 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 37169 T146 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 37169 T146 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 37171 T146 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 37171 T146 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004/collection1/'
   [junit4]   2> 37171 T146 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 37172 T146 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 37172 T146 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 37192 T146 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 37202 T146 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 37206 T146 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 37213 T146 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 37344 T146 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 37345 T146 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 37346 T146 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 37349 T146 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 37389 T146 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 37389 T146 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 37389 T146 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty2/
   [junit4]   2> 37389 T146 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@547dc52
   [junit4]   2> 37390 T146 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty2
   [junit4]   2> 37391 T146 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty2/index/
   [junit4]   2> 37391 T146 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 37391 T146 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty2/index
   [junit4]   2> 37392 T146 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7095264098137187]
   [junit4]   2> 37400 T146 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 37400 T146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 37407 T146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 37407 T146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 37407 T146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 37407 T146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 37408 T146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 37408 T146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 37408 T146 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 37408 T146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 37408 T146 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 37409 T146 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 37409 T146 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 37410 T146 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 37411 T146 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 37412 T146 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 37412 T146 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 37413 T146 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 37413 T146 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 37414 T146 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 37414 T146 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 37414 T146 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 37415 T146 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 37416 T146 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 37419 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 37419 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 37420 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 37421 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 37421 T146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 37423 T146 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 37423 T146 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 37424 T146 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3026586473571025]
   [junit4]   2> 37426 T146 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 37426 T146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 37427 T146 oass.SolrIndexSearcher.<init> Opening Searcher@1eee2c52[collection1] main
   [junit4]   2> 37428 T146 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 37429 T146 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 37429 T146 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 37429 T146 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 37429 T146 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 37430 T146 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 37431 T146 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 37431 T146 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 37431 T146 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 37431 T146 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 37437 T147 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1eee2c52[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 37442 T146 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 37443 T150 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:34584/_qv/t collection:collection1 shard:shard3
   [junit4]   2> 37443 T77 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 37443 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 37443 T150 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 37448 T150 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 37451 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 37452 T150 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 37452 T150 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@71d2234f url=https://127.0.0.1:34584/_qv/t/collection1 node=127.0.0.1:34584__qv%2Ft C11_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:34584/_qv/t, core=collection1, node_name=127.0.0.1:34584__qv%2Ft}
   [junit4]   2> 37452 T150 C11 P34584 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:34584/_qv/t/collection1/
   [junit4]   2> 37452 T150 C11 P34584 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 37452 T150 C11 P34584 oasc.SyncStrategy.syncToMe https://127.0.0.1:34584/_qv/t/collection1/ has no replicas
   [junit4]   2> 37452 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 37466 T150 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:34584/_qv/t/collection1/ shard3
   [junit4]   2> 37466 T150 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 37470 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 37574 T112 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> 37574 T145 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> 37574 T105 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> 37574 T126 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> 37621 T150 oasc.ZkController.register We are https://127.0.0.1:34584/_qv/t/collection1/ and leader is https://127.0.0.1:34584/_qv/t/collection1/
   [junit4]   2> 37621 T150 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:34584/_qv/t
   [junit4]   2> 37621 T150 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 37622 T150 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 37622 T150 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 37623 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 37625 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 37626 T102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:34584/_qv/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34584__qv%2Ft",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 37628 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 37729 T112 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> 37729 T145 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> 37729 T105 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> 37729 T126 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> 37746 T77 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 37747 T77 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 37752 T77 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 37754 T77 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49600
   [junit4]   2> 37756 T77 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 37756 T77 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 37756 T77 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005
   [junit4]   2> 37757 T77 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005/'
   [junit4]   2> 37768 T77 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005/solr.xml
   [junit4]   2> 37776 T77 oasc.CoreContainer.<init> New CoreContainer 138986336
   [junit4]   2> 37776 T77 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005/]
   [junit4]   2> 37777 T77 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 37777 T77 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 37777 T77 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 37777 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 37778 T77 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 37778 T77 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 37778 T77 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 37778 T77 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 37779 T77 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 37780 T77 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 37781 T77 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 37782 T77 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 37782 T77 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 37782 T77 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53385/solr
   [junit4]   2> 37782 T77 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 37783 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 37785 T161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35b6bb97 name:ZooKeeperConnection Watcher:127.0.0.1:53385 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 37785 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 37788 T77 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 37790 T163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@585e4845 name:ZooKeeperConnection Watcher:127.0.0.1:53385/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 37790 T77 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 37796 T77 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 38799 T77 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49600__qv%2Ft
   [junit4]   2> 38800 T77 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49600__qv%2Ft
   [junit4]   2> 38808 T165 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 38808 T165 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 38809 T105 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 38809 T165 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 38810 T102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 38811 T102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49600/_qv/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49600__qv%2Ft",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 38811 T102 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 38811 T102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 38914 T145 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> 38914 T112 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> 38914 T126 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> 38914 T105 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> 38915 T164 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> 39809 T165 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 39810 T165 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 39811 T165 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 39811 T165 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 39813 T165 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 39814 T165 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005/collection1/'
   [junit4]   2> 39814 T165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005/collection1/lib/.svn/' to classloader
   [junit4]   2> 39815 T165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005/collection1/lib/classes/' to classloader
   [junit4]   2> 39815 T165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005/collection1/lib/README' to classloader
   [junit4]   2> 39846 T165 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 39858 T165 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 39860 T165 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 39866 T165 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 39977 T165 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 39979 T165 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 39980 T165 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 39983 T165 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 40006 T165 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 40006 T165 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 40007 T165 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-005/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty3/
   [junit4]   2> 40007 T165 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@547dc52
   [junit4]   2> 40008 T165 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty3
   [junit4]   2> 40009 T165 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty3/index/
   [junit4]   2> 40009 T165 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-7D1FDEA59F68E006-001/tempDir-001/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 40010 T165 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trun

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

03)
   [junit4]   2> 	  106) Thread[id=250, name=searcherExecutor-137-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	  107) Thread[id=453, name=qtp1399096814-453 Selector0, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at sun.nio.ch.EPollArrayWrapper.interrupt(Native Method)
   [junit4]   2> 	        at sun.nio.ch.EPollArrayWrapper.interrupt(EPollArrayWrapper.java:317)
   [junit4]   2> 	        at sun.nio.ch.EPollSelectorImpl.wakeup(EPollSelectorImpl.java:193)
   [junit4]   2> 	        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
   [junit4]   2> 	        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
   [junit4]   2> 	        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:78)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.selectNow(SelectorImpl.java:105)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:536)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	  108) Thread[id=294, name=searcherExecutor-155-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	  109) Thread[id=148, name=Thread-62, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	        at org.apache.solr.core.CloserThread.run(CoreContainer.java:894)
   [junit4]   2> 	  110) Thread[id=153, name=qtp865580892-153 Selector1, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]   2> 	        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]   2> 	        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
   [junit4]   2> 	        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	  111) Thread[id=151, name=HashSessionScavenger-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> 7254053 T181 oaz.ClientCnxn$SendThread.run WARN Session 0x147c65c5b68000d for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 
   [junit4]   2> 7254075 T463 oaz.ClientCnxn$SendThread.run WARN Session 0x147c65c5b680023 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=lt, timezone=America/Argentina/Salta
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_20-ea (64-bit)/cpus=8,threads=133,free=174841008,total=444071936
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomMergePolicy, TestSchemaVersionResource, NumericFieldsTest, AlternateDirectoryTest, TestSerializedLuceneMatchVersion, SampleTest, DateRangeFieldTest, TestQueryTypes, PrimUtilsTest, TestQuerySenderNoQuery, ChaosMonkeySafeLeaderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=7D1FDEA59F68E006 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=America/Argentina/Salta -Dtests.file.encoding=UTF-8
   [junit4]   2> 7254312 T290 oaz.ClientCnxn$SendThread.run WARN Session 0x147c65c5b680017 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 
   [junit4]   2> 7254401 T124 oaz.ClientCnxn$SendThread.run WARN Session 0x147c65c5b680007 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 
   [junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7D1FDEA59F68E006]:0)
   [junit4] Completed on J1 in 7227.03s, 1 test, 2 errors <<< FAILURES!

[...truncated 299 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1307: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 421 suites, 1761 tests, 1 suite-level error, 1 error, 325 ignored (13 assumptions)

Total time: 163 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_20-ea-b23 -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-Linux (64bit/jdk1.7.0_65) - Build # 11001 - Still Failing!

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

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSimplePropertiesWriter

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSimplePropertiesWriter:     1) Thread[id=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]         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.TestSimplePropertiesWriter: 
   1) Thread[id=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
        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([513ECE12E95D7320]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]         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=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
        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([513ECE12E95D7320]:0)


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=12, 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=12, 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([513ECE12E95D7320]: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=12, 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=12, 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([513ECE12E95D7320]:0)




Build Log:
[...truncated 14982 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001
   [junit4]   2> 1382 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2315 T11 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2353 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/collection1/'
   [junit4]   2> 2712 T11 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2948 T11 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 2958 T11 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 2983 T11 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 3154 T11 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 3156 T11 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 3157 T11 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3165 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3165 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001
   [junit4]   2> 3166 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/'
   [junit4]   2> 3280 T11 oasc.CoreContainer.<init> New CoreContainer 1926958343
   [junit4]   2> 3283 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/]
   [junit4]   2> 3304 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 3307 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 3307 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 3308 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3308 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3309 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3310 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3310 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3311 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3602 T11 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 3607 T11 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3609 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3611 T11 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 3727 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/collection1/'
   [junit4]   2> 3828 T13 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3898 T13 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 3899 T13 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 3918 T13 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 3979 T13 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 3981 T13 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 3982 T13 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3984 T13 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/collection1/
   [junit4]   2> 4015 T13 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4030 T13 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/
   [junit4]   2> 4031 T13 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4041 T13 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> 4042 T13 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 4066 T13 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001
   [junit4]   2> 4067 T13 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index/
   [junit4]   2> 4068 T13 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 4077 T13 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index
   [junit4]   2> 4126 T13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 4128 T13 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4362 T13 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 4401 T13 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 4411 T13 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4412 T13 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4413 T13 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4414 T13 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4426 T13 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4431 T13 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 4432 T13 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4436 T13 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4436 T13 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 4472 T13 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4478 T13 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4480 T13 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4482 T13 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4483 T13 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4502 T13 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4503 T13 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4506 T13 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 4507 T13 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4533 T13 oass.SolrIndexSearcher.<init> Opening Searcher@1f6e91d[collection1] main
   [junit4]   2> 4557 T13 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/collection1/conf
   [junit4]   2> 4559 T13 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/collection1/conf}
   [junit4]   2> 4584 T13 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/collection1/conf
   [junit4]   2> 4585 T13 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 4590 T13 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/core-home-001/collection1/conf
   [junit4]   2> 4591 T13 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4623 T13 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4625 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1f6e91d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4630 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 4631 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f6e91d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4631 T11 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 4652 T11 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@6e45faff
   [junit4]   2> 4849 T11 C0 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 4855 T11 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 199
   [junit4]   2> 4879 T11 C0 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4883 T11 C0 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 4884 T11 C0 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 4886 T11 C0 oass.SolrIndexSearcher.<init> Opening Searcher@29a6b700[collection1] main
   [junit4]   2> 4890 T11 C0 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 4890 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@29a6b700[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4918 T14 C0 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=25 
   [junit4]   2> 4920 T14 C0 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 4933 T14 C0 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=12 
   [junit4]   2> 4933 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 4934 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@29a6b700[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4935 T11 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 57
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@6e45faff
   [junit4]   2> 5525 T11 C1 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 5526 T11 C1 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 5530 T11 C1 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 5554 T11 C1 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 5580 T11 C1 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 5595 T11 C1 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 5596 T11 C1 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 5722 T11 C1 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 5723 T11 C1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@6e45faff
   [junit4]   2> 5878 T11 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 5879 T11 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 5907 T11 C2 oass.SolrIndexSearcher.<init> Opening Searcher@3df2e8e[collection1] main
   [junit4]   2> 5908 T11 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 5919 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3df2e8e[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 5920 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=1 
   [junit4]   2> 5920 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 5921 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 5922 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 5922 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3df2e8e[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 5923 T11 C2 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 5924 T11 C2 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 5925 T11 C2 oashd.DocBuilder.execute Time taken = 0:0:0.370
   [junit4]   2> 5926 T11 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-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>+%0a</document>+%0a</dataConfig>+%0a&command=full-import&commit=true&indent=true&clean=true} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 421
   [junit4]   2> 5932 T11 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=*:*&rows=20} hits=20 status=0 QTime=2 
   [junit4]   2> 5955 T11 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 5957 T11 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 5958 T11 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 5966 T11 C2 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 5967 T11 C2 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 5967 T11 C2 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 5968 T11 C2 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 5970 T11 C2 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 5971 T11 C2 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 5971 T11 C2 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 5972 T11 C2 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 5977 T11 C2 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 5979 T11 C2 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 1
   [junit4]   2> 5980 T11 C2 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 5980 T11 C2 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 5983 T11 C2 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 5984 T11 C2 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 5984 T11 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6005 T11 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 6006 T11 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 6010 T11 C2 oass.SolrIndexSearcher.<init> Opening Searcher@5c6408bb[collection1] main
   [junit4]   2> 6011 T11 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6012 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5c6408bb[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20) Uninverting(_1(5.0):C1))}
   [junit4]   2> 6013 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 6014 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 6016 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 6016 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6017 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c6408bb[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20) Uninverting(_1(5.0):C1))}
   [junit4]   2> 6018 T11 C2 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6019 T11 C2 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 6020 T11 C2 oashd.DocBuilder.execute Time taken = 0:0:0.51
   [junit4]   2> 6021 T11 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-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&command=delta-import&commit=true&indent=true&clean=false} {add=[1016],commit=} 0 60
   [junit4]   2> 6023 T11 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=*:*&rows=20} hits=21 status=0 QTime=1 
   [junit4]   2> 6035 T11 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 6037 T11 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 6041 T11 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:1016&rows=20} hits=1 status=0 QTime=3 
   [junit4]   2> 6047 T11 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 6071 T11 oas.SolrTestCaseJ4.setUp ###Starting testDeltaImportWithoutInitialFullImport
   [junit4]   2> 6072 T11 C2 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 6073 T11 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 6076 T11 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6077 T11 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 6078 T11 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 6078 T11 C2 oass.SolrIndexSearcher.<init> Opening Searcher@7526fc24[collection1] main
   [junit4]   2> 6079 T11 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6079 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7526fc24[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6080 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 6081 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 6082 T14 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 6082 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6083 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7526fc24[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6085 T11 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@6e45faff
   [junit4]   2> 7892 T11 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 7892 T11 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 7893 T11 C3 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 7894 T11 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 7895 T11 C3 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 7896 T11 C3 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 7897 T11 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 7899 T11 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 7975 T11 C3 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 20
   [junit4]   2> 7976 T11 C3 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 7977 T11 C3 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@6e45faff
   [junit4]   2> 8175 T11 C4 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 8176 T11 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 8176 T11 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 8235 T11 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 8235 T11 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 8238 T11 C4 oass.SolrIndexSearcher.<init> Opening Searcher@3a1e3bc2[collection1] main
   [junit4]   2> 8239 T11 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 8240 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3a1e3bc2[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20))}
   [junit4]   2> 8240 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 8241 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 8242 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 8242 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8243 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3a1e3bc2[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20))}
   [junit4]   2> 8243 T11 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 8244 T11 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 8245 T11 C4 oashd.DocBuilder.execute Time taken = 0:0:0.350
   [junit4]   2> 8245 T11 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-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&command=delta-import&commit=true&indent=true&clean=false} {add=[15, 14, 13, 12, 11, 10, 9, 8, 7, 6, ... (20 adds)],commit=} 0 358
   [junit4]   2> 8251 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=*:*&rows=20} hits=20 status=0 QTime=2 
   [junit4]   2> 8265 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 8267 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 8797 T11 oas.SolrTestCaseJ4.tearDown ###Ending testDeltaImportWithoutInitialFullImport
   [junit4]   2> 8812 T11 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> 8814 T11 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 8814 T11 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 8817 T11 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 8818 T11 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 8819 T11 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 8820 T11 C4 oass.SolrIndexSearcher.<init> Opening Searcher@15f30f0a[collection1] main
   [junit4]   2> 8820 T11 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 8821 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@15f30f0a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 8822 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 8823 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 8824 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 8825 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8825 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15f30f0a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 8827 T11 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 10
   [junit4]   2> 8850 T11 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 8851 T11 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 8851 T11 C4 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 8852 T11 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 8853 T11 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 8855 T11 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 8855 T11 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 8904 T11 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 8905 T11 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 8931 T11 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 8932 T11 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 8934 T11 C4 oass.SolrIndexSearcher.<init> Opening Searcher@53a84bc3[collection1] main
   [junit4]   2> 8935 T11 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 8937 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@53a84bc3[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C60))}
   [junit4]   2> 8938 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=1 
   [junit4]   2> 8939 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=1 
   [junit4]   2> 8940 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 8940 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8940 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@53a84bc3[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C60))}
   [junit4]   2> 8941 T11 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 8942 T11 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 8943 T11 C4 oashd.DocBuilder.execute Time taken = 0:0:0.90
   [junit4]   2> 8944 T11 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-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"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&command=full-import&commit=true&indent=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 99
   [junit4]   2> 9027 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&rows=60&sort=id+asc} hits=60 status=0 QTime=79 
   [junit4]   2> 9081 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:TripleThreat-1-*&rows=20} hits=20 status=0 QTime=10 
   [junit4]   2> 9093 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:TripleThreat-2-*&rows=20} hits=20 status=0 QTime=2 
   [junit4]   2> 9113 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&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} hits=1 status=0 QTime=6 
   [junit4]   2> 9117 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=AddAColumn_s:Added&rows=20} hits=20 status=0 QTime=1 
   [junit4]   2> 9126 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9127 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9128 T11 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 9137 T11 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 9137 T11 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 9138 T11 C4 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 9138 T11 C4 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 9140 T11 C4 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 9141 T11 C4 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 9141 T11 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 9142 T11 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 9146 T11 C4 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 6
   [junit4]   2> 9146 T11 C4 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 2
   [junit4]   2> 9147 T11 C4 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 9147 T11 C4 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 9148 T11 C4 oashd.SolrWriter.deleteDoc Deleting document: 11
   [junit4]   2> 9149 T11 C4 oashd.SolrWriter.deleteDoc Deleting document: 16
   [junit4]   2> 9160 T11 C4 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 9161 T11 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 9161 T11 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9175 T11 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 9176 T11 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 9181 T11 C4 oass.SolrIndexSearcher.<init> Opening Searcher@12a43fb[collection1] main
   [junit4]   2> 9182 T11 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9191 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@12a43fb[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C60/17:delGen=1) Uninverting(_4(5.0):C18))}
   [junit4]   2> 9192 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=1 
   [junit4]   2> 9193 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=1 
   [junit4]   2> 9194 T14 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 9194 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9194 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12a43fb[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C60/17:delGen=1) Uninverting(_4(5.0):C18))}
   [junit4]   2> 9195 T11 C4 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 9196 T11 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 9197 T11 C4 oashd.DocBuilder.execute Time taken = 0:0:0.57
   [junit4]   2> 9198 T11 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-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"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&command=delta-import&commit=true&indent=true&clean=false} {delete=[11, 16],add=[1010, TripleThreat-1-1010, TripleThreat-2-1010, 15, TripleThreat-1-15, TripleThreat-2-15, 17, TripleThreat-1-17, TripleThreat-2-17, 1, ... (18 adds)],commit=} 0 66
   [junit4]   2> 9203 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&rows=57&sort=id+asc} hits=61 status=0 QTime=2 
   [junit4]   2> 9245 T11 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:TripleThreat-1-*&rows=20} hits=21 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@6e45faff
   [junit4]   2> 9267 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:TripleThreat-2-*&rows=20} hits=21 status=0 QTime=2 
   [junit4]   2> 9277 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&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} hits=1 status=0 QTime=1 
   [junit4]   2> 9281 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=AddAColumn_s:Added&rows=20} hits=21 status=0 QTime=0 
   [junit4]   2> 9291 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9292 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9294 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:1010&rows=20} hits=1 status=0 QTime=1 
   [junit4]   2> 9298 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:16&rows=20} hits=0 status=0 QTime=1 
   [junit4]   2> 9302 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:11&rows=20} hits=0 status=0 QTime=1 
   [junit4]   2> 9306 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:20&rows=20} hits=1 status=0 QTime=1 
   [junit4]   2> 9313 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:6&rows=20} hits=1 status=0 QTime=2 
   [junit4]   2> 9318 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:17&rows=20} hits=1 status=0 QTime=1 
   [junit4]   2> 9322 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:1&rows=20} hits=1 status=0 QTime=0 
   [junit4]   2> 9326 T11 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:15&rows=20} hits=1 status=0 QTime=0 
   [junit4]   2> 9330 T11 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 9352 T11 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> 9354 T11 C5 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9355 T11 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 9357 T11 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9358 T11 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 9359 T11 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 9359 T11 C5 oass.SolrIndexSearcher.<init> Opening Searcher@89d1e34[collection1] main
   [junit4]   2> 9360 T11 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9361 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@89d1e34[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9361 T14 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 9362 T14 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 9363 T14 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 9363 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9364 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@89d1e34[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9365 T11 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 9814 T11 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 9814 T11 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 9815 T11 C5 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 9816 T11 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@6e45faff
   [junit4]   2> 9829 T11 C6 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9831 T11 C6 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 9833 T11 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 9863 T11 C6 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 9866 T11 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 9979 T11 C6 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 9979 T11 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9987 T11 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 9988 T11 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 9990 T11 C6 oass.SolrIndexSearcher.<init> Opening Searcher@e25df95[collection1] main
   [junit4]   2> 9991 T11 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9996 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@e25df95[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20))}
   [junit4]   2> 9997 T14 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 9998 T14 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 9999 T14 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 9999 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10000 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e25df95[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20))}
   [junit4]   2> 10000 T11 C6 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10001 T11 C6 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 10002 T11 C6 oashd.DocBuilder.execute Time taken = 0:0:0.184
   [junit4]   2> 10002 T11 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-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"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+name%3D"Countries"+pk%3D"Countries.CODE"+dataSource%3D"derby"+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&command=full-import&commit=true&indent=true&clean=true} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 196
   [junit4]   2> 10007 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=*:*&rows=20} hits=20 status=0 QTime=2 
   [junit4]   2> 10023 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=AddAColumn_s:Added&rows=20} hits=20 status=0 QTime=2 
   [junit4]   2> 10050 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=NAME_mult_s:Jayden&rows=20} hits=1 status=0 QTime=1 
   [junit4]   2> 10080 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=COUNTRY_CODES_mult_s:NR&rows=20} hits=2 status=0 QTime=1 
   [junit4]   2> 10087 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=countryAdded_s:country_added&rows=20} hits=20 status=0 QTime=3 
   [junit4]   2> 10096 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 10096 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10097 T11 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 10141 T11 C6 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10142 T11 C6 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10142 T11 C6 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 10143 T11 C6 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 10144 T11 C6 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 10145 T11 C6 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: Countries
   [junit4]   2> 10145 T11 C6 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: Countries rows obtained : 0
   [junit4]   2> 10145 T11 C6 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: Countries rows obtained : 0
   [junit4]   2> 10146 T11 C6 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: Countries
   [junit4]   2> 10146 T11 C6 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 10147 T11 C6 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 10148 T11 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 10168 T11 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 10176 T11 C6 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 6
   [junit4]   2> 10176 T11 C6 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 5
   [junit4]   2> 10177 T11 C6 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 10177 T11 C6 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 10178 T11 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 10178 T11 C6 oashd.SolrWriter.deleteDoc Deleting document: 12
   [junit4]   2> 10178 T11 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 10179 T11 C6 oashd.SolrWriter.deleteDoc Deleting document: 11
   [junit4]   2> 10179 T11 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 10180 T11 C6 oashd.SolrWriter.deleteDoc Deleting document: 6
   [junit4]   2> 10180 T11 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 10181 T11 C6 oashd.SolrWriter.deleteDoc Deleting document: 5
   [junit4]   2> 10181 T11 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 10181 T11 C6 oashd.SolrWriter.deleteDoc Deleting document: 17
   [junit4]   2> 10188 T11 C6 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 10190 T11 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 10233 T11 C6 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 10234 T11 C6 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 10234 T11 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10241 T11 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 10241 T11 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 10244 T11 C6 oass.SolrIndexSearcher.<init> Opening Searcher@3474f6b0[collection1] main
   [junit4]   2> 10244 T11 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10252 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3474f6b0[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20/10:delGen=1) Uninverting(_6(5.0):C6))}
   [junit4]   2> 10253 T14 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 10253 T14 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 10254 T14 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 10255 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10255 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3474f6b0[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20/10:delGen=1) Uninverting(_6(5.0):C6))}
   [junit4]   2> 10256 T11 C6 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 10256 T11 C6 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 10257 T11 C6 oashd.DocBuilder.execute Time taken = 0:0:0.113
   [junit4]   2> 10257 T11 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-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+name%3D"Countries"+pk%3D"Countries.CODE"+dataSource%3D"derby"+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&command=delta-import&commit=true&indent=true&clean=false} {delete=[12, 11, 6, 5, 17],add=[10, 8, 7, 1002, 19, 2],commit=} 0 119
   [junit4]   2> 10262 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=*:*&rows=20} hits=16 status=0 QTime=2 
   [junit4]   2> 10275 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=NAME_mult_s:Jayden&rows=20} hits=1 status=0 QTime=0 
   [junit4]   2> 10284 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=COUNTRY_CODES_mult_s:NR&rows=20} hits=2 status=0 QTime=0 
   [junit4]   2> 10289 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:1002&rows=20} hits=1 status=0 QTime=1 
   [junit4]   2> 10292 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:11&rows=20} hits=0 status=0 QTime=1 
   [junit4]   2> 10294 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:12&rows=20} hits=0 status=0 QTime=0 
   [junit4]   2> 10297 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:17&rows=20} hits=0 status=0 QTime=1 
   [junit4]   2> 10299 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:5&rows=20} hits=0 status=0 QTime=0 
   [junit4]   2> 10302 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:6&rows=20} hits=0 status=0 QTime=1 
   [junit4]   2> 10304 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:7&rows=20} hits=1 status=0 QTime=0 
   [junit4]   2> 10308 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:19&rows=20} hits=1 status=0 QTime=1 
   [junit4]   2> 10312 T11 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:2&rows=20} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@6e45faff
   [junit4]   2> 10326 T11 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:10&rows=20} hits=1 status=0 QTime=1 
   [junit4]   2> 10330 T11 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=id:8&rows=20} hits=1 status=0 QTime=0 
   [junit4]   2> 10841 T11 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 10855 T11 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 10856 T11 C7 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10857 T11 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 10859 T11 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10860 T11 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 10861 T11 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 10861 T11 C7 oass.SolrIndexSearcher.<init> Opening Searcher@2dbe2bb7[collection1] main
   [junit4]   2> 10862 T11 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10863 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2dbe2bb7[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10864 T14 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 10864 T14 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 10865 T14 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 10866 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10866 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2dbe2bb7[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10868 T11 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 10888 T11 C7 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10889 T11 C7 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10889 T11 C7 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 10890 T11 C7 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10891 T11 C7 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10892 T11 C7 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 10892 T11 C7 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 10902 T11 C7 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 10903 T11 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10909 T11 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43877d40 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-001/init-core-data-001/index),segFN=segments_e,generation=14}
   [junit4]   2> 10909 T11 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 10911 T11 C7 oass.SolrIndexSearcher.<init> Opening Searcher@26b7933f[collection1] main
   [junit4]   2> 10912 T11 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10918 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@26b7933f[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 10918 T14 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=solr&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 10919 T14 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&start=0&distrib=false&q=rocks&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 10920 T14 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 10920 T14 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10920 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26b7933f[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 10921 T11 C7 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10922 T11 C7 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 10922 T11 C7 oashd.DocBuilder.execute Time taken = 0:0:0.31
   [junit4]   2> 10923 T11 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-513ECE12E95D7320-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'+"+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&command=full-import&commit=true&indent=true&clean=true} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 39
   [junit4]   2> 10925 T11 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={qt=standard&version=2.2&start=0&q=AddAColumn_s:Added&rows=20} hits=20 status=0 QTime=1 
   [junit4]   2> 10933 T11 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10934 T11 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10934 T11 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 10939 T11 C7 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10940 T11 C7 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10940 T11 C7 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 10940 T11 C7 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 10941 T11 C7 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 10942 T11 C7 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 10942 T11 C7 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 10943 T11 C7 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 10945 T11 C7 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 10947 T11 C7 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 6
   [junit4]   2> 10947 T11 C7 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 10948 T11 C7 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 10953 T11 C7 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 10954 T11 C7 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 10954 T11 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false

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

ll params={start=0&distrib=false&q=rocks&event=newSearcher&rows=10} hits=0 status=0 QTime=0 
   [junit4]   2> 14546 T43 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml&event=newSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 14546 T43 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 14547 T43 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e3c3e59[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C1))}
   [junit4]   2> 14548 T40 C7 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 14549 T40 C7 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 14549 T40 C7 oashd.DocBuilder.execute Time taken = 0:0:0.73
   [junit4]   2> 14549 T40 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&commit=true&clean=true&indent=true&dataConfig=<dataConfig>+%0a<propertyWriter+dateFormat%3D"yyyy-MM-dd+HH:mm:ss.SSSSSS"+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-513ECE12E95D7320-001/tempDir-001"+filename%3D"the.properties"+/>%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"TestSimplePropertiesWriter">+%0a<entity+name%3D"SomeDates"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+query%3D"select+1+as+id,+YEAR('${dih.last_index_time}')+as+AYEAR_S+from+sysibm.sysdummy1+"+>%0a<field+column%3D"AYEAR_S"+name%3D"ayear_s"+/>+%0a</entity>%0a</document>+%0a</dataConfig>+%0a&synchronous=true} {deleteByQuery=*:*,add=[1],commit=} 0 77
   [junit4]   2> 14550 T40 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 14553 T40 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=*:*&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 15083 T40 oas.SolrTestCaseJ4.tearDown ###Ending testSimplePropertiesWriter
   [junit4]   2> 15106 T40 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 15106 T40 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=521691242
   [junit4]   2> 15107 T40 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@34205bb8
   [junit4]   2> 15107 T40 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=4,cumulative_deletesById=0,cumulative_deletesByQuery=5,cumulative_errors=0}
   [junit4]   2> 15107 T40 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 15108 T40 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 15108 T40 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 15109 T40 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 15109 T40 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 15110 T40 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-513ECE12E95D7320-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-513ECE12E95D7320-001/init-core-data-001;done=false>>]
   [junit4]   2> 15110 T40 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-513ECE12E95D7320-001/init-core-data-001
   [junit4]   2> 15110 T40 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-513ECE12E95D7320-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-513ECE12E95D7320-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 15111 T40 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-513ECE12E95D7320-001/init-core-data-001/index
   [junit4]   2> 3225 T39 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 23286 T39 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSimplePropertiesWriter: 
   [junit4]   2> 	   1) Thread[id=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [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> 23287 T39 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [junit4]   2> 26289 T39 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [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=Lucene45, sim=DefaultSimilarity, locale=fi_FI, timezone=Asia/Urumqi
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=8,threads=2,free=99332000,total=126484480
   [junit4]   2> NOTE: All tests run in this JVM: [TestWriterImpl, TestZKPropertiesWriter, TestSimplePropertiesWriter]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimplePropertiesWriter -Dtests.seed=513ECE12E95D7320 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi_FI -Dtests.timezone=Asia/Urumqi -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestSimplePropertiesWriter (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSimplePropertiesWriter: 
   [junit4]    >    1) Thread[id=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [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([513ECE12E95D7320]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=41, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [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([513ECE12E95D7320]:0)
   [junit4] Completed on J0 in 26.43s, 1 test, 2 errors <<< FAILURES!

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

Total time: 94 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_65 -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-Linux (64bit/jdk1.7.0_65) - Build # 11000 - Still Failing!

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

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSimplePropertiesWriter

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSimplePropertiesWriter:     1) Thread[id=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]         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.TestSimplePropertiesWriter: 
   1) Thread[id=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
        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([F95A17B6F9A43C6]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]         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=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
        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([F95A17B6F9A43C6]:0)


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=37, 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=37, 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([F95A17B6F9A43C6]: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=37, 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=37, 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([F95A17B6F9A43C6]:0)




Build Log:
[...truncated 14985 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSimplePropertiesWriter
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001
   [junit4]   2> 1446 T16 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 2315 T16 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2369 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/collection1/'
   [junit4]   2> 2742 T16 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2932 T16 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 2941 T16 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 2964 T16 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 3129 T16 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 3130 T16 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 3132 T16 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3139 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3139 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001
   [junit4]   2> 3140 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/'
   [junit4]   2> 3242 T16 oasc.CoreContainer.<init> New CoreContainer 697396101
   [junit4]   2> 3244 T16 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/]
   [junit4]   2> 3265 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 3266 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 3266 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 3267 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3267 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3268 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3268 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3269 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3269 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3525 T16 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 3532 T16 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3534 T16 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3536 T16 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 3679 T18 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/collection1/'
   [junit4]   2> 3768 T18 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3858 T18 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 3860 T18 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 3900 T18 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 3959 T18 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 3961 T18 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 3964 T18 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3967 T18 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/collection1/
   [junit4]   2> 4012 T18 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4026 T18 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/
   [junit4]   2> 4027 T18 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4042 T18 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> 4043 T18 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 4075 T18 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001
   [junit4]   2> 4077 T18 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index/
   [junit4]   2> 4078 T18 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 4079 T18 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index
   [junit4]   2> 4151 T18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 4153 T18 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4454 T18 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 4497 T18 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 4507 T18 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4508 T18 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4508 T18 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4509 T18 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4520 T18 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4525 T18 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 4526 T18 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4532 T18 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4533 T18 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 4586 T18 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4595 T18 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4597 T18 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4600 T18 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4602 T18 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4634 T18 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4634 T18 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4639 T18 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 4639 T18 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4678 T18 oass.SolrIndexSearcher.<init> Opening Searcher@39731fbd[collection1] main
   [junit4]   2> 4699 T18 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/collection1/conf
   [junit4]   2> 4699 T18 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/collection1/conf}
   [junit4]   2> 4734 T18 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/collection1/conf
   [junit4]   2> 4735 T18 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 4742 T18 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/core-home-001/collection1/conf
   [junit4]   2> 4743 T18 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4785 T18 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4786 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@39731fbd[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4787 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 4788 T19 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39731fbd[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4793 T16 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 4804 T16 oas.SolrTestCaseJ4.setUp ###Starting testSimplePropertiesWriter
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@6b6b1935
   [junit4]   2> 4938 T16 C0 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 4943 T16 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 136
   [junit4]   2> 4959 T16 C0 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4961 T16 C0 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 4962 T16 C0 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 4963 T16 C0 oass.SolrIndexSearcher.<init> Opening Searcher@18ec9ac8[collection1] main
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@6b6b1935
   [junit4]   2> 4975 T16 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 4977 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@18ec9ac8[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 5005 T19 C1 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=solr&start=0} hits=0 status=0 QTime=25 
   [junit4]   2> 5006 T19 C1 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=rocks&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 5019 T19 C1 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=12 
   [junit4]   2> 5019 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 5020 T19 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18ec9ac8[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 5020 T16 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 61
   [junit4]   2> 6010 T16 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 6012 T16 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@6b6b1935
   [junit4]   2> 6032 T16 C2 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 6032 T16 C2 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 6037 T16 C2 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 6056 T16 C2 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6081 T16 C2 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 6093 T16 C2 oashd.JdbcDataSource$1.call Creating a connection for entity SomeDates with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 6095 T16 C2 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@6b6b1935
   [junit4]   2> 6562 T16 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 6563 T16 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6722 T16 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 6722 T16 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 6747 T16 C3 oass.SolrIndexSearcher.<init> Opening Searcher@6c59562f[collection1] main
   [junit4]   2> 6748 T16 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6761 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6c59562f[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c1))}
   [junit4]   2> 6762 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=solr&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 6763 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=rocks&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 6764 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 6765 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6765 T19 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c59562f[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c1))}
   [junit4]   2> 6766 T16 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6767 T16 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 6768 T16 C3 oashd.DocBuilder.execute Time taken = 0:0:0.711
   [junit4]   2> 6769 T16 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&dataConfig=<dataConfig>+%0a<propertyWriter+dateFormat%3D"{'ts'+''yyyy-MM-dd+HH:mm:ss.SSSSSS''}"+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/tempDir-001"+filename%3D"the.properties"+/>%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"TestSimplePropertiesWriter">+%0a<entity+name%3D"SomeDates"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+query%3D"select+1+as+id,+YEAR(${dih.last_index_time})+as+AYEAR_S+from+sysibm.sysdummy1+"+>%0a<field+column%3D"AYEAR_S"+name%3D"ayear_s"+/>+%0a</entity>%0a</document>+%0a</dataConfig>+%0a&synchronous=true&commit=true&indent=true&clean=true} {deleteByQuery=*:*,add=[1],commit=} 0 756
   [junit4]   2> 6770 T16 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6784 T16 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&q=*:*&version=2.2&qt=standard&start=0} hits=1 status=0 QTime=2 
   [junit4]   2> 6795 T16 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6795 T16 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 6800 T16 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 6801 T16 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 6801 T16 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 6802 T16 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6803 T16 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 6804 T16 C3 oashd.JdbcDataSource$1.call Creating a connection for entity SomeDates with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 6806 T16 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 6814 T16 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 6814 T16 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6819 T16 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 6819 T16 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 6821 T16 C3 oass.SolrIndexSearcher.<init> Opening Searcher@73f5c083[collection1] main
   [junit4]   2> 6822 T16 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6823 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@73f5c083[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c1))}
   [junit4]   2> 6824 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=solr&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 6825 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=rocks&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 6826 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 6826 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6827 T19 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@73f5c083[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c1))}
   [junit4]   2> 6829 T16 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6829 T16 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 6830 T16 C3 oashd.DocBuilder.execute Time taken = 0:0:0.27
   [junit4]   2> 6830 T16 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&dataConfig=<dataConfig>+%0a<propertyWriter+dateFormat%3D"{'ts'+''yyyy-MM-dd+HH:mm:ss''}"+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/tempDir-001"+filename%3D"the.properties"+/>%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"TestSimplePropertiesWriter">+%0a<entity+name%3D"SomeDates"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+query%3D"select+1+as+id,+YEAR(${dih.last_index_time})+as+AYEAR_S+from+sysibm.sysdummy1+"+>%0a<field+column%3D"AYEAR_S"+name%3D"ayear_s"+/>+%0a</entity>%0a</document>+%0a</dataConfig>+%0a&synchronous=true&commit=true&indent=true&clean=true} {deleteByQuery=*:*,add=[1],commit=} 0 34
   [junit4]   2> 6832 T16 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6835 T16 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&q=*:*&version=2.2&qt=standard&start=0} hits=1 status=0 QTime=0 
   [junit4]   2> 6839 T16 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6839 T16 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 6843 T16 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 6843 T16 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 6844 T16 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 6844 T16 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6845 T16 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 6847 T16 C3 oashd.JdbcDataSource$1.call Creating a connection for entity SomeDates with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 6848 T16 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 6861 T16 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 6862 T16 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6866 T16 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 6867 T16 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 6869 T16 C3 oass.SolrIndexSearcher.<init> Opening Searcher@18623976[collection1] main
   [junit4]   2> 6870 T16 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6870 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@18623976[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c1))}
   [junit4]   2> 6871 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=solr&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 6872 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=rocks&start=0} hits=0 status=0 QTime=1 
   [junit4]   2> 6872 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 6873 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6873 T19 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18623976[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c1))}
   [junit4]   2> 6875 T16 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6876 T16 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 6876 T16 C3 oashd.DocBuilder.execute Time taken = 0:0:0.31
   [junit4]   2> 6877 T16 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&dataConfig=<dataConfig>+%0a<propertyWriter+dateFormat%3D"yyyy-MM-dd+HH:mm:ss"+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/tempDir-001"+filename%3D"the.properties"+/>%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"TestSimplePropertiesWriter">+%0a<entity+name%3D"SomeDates"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+query%3D"select+1+as+id,+YEAR('${dih.last_index_time}')+as+AYEAR_S+from+sysibm.sysdummy1+"+>%0a<field+column%3D"AYEAR_S"+name%3D"ayear_s"+/>+%0a</entity>%0a</document>+%0a</dataConfig>+%0a&synchronous=true&commit=true&indent=true&clean=true} {deleteByQuery=*:*,add=[1],commit=} 0 37
   [junit4]   2> 6878 T16 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6881 T16 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&q=*:*&version=2.2&qt=standard&start=0} hits=1 status=0 QTime=1 
   [junit4]   2> 6885 T16 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6886 T16 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 6889 T16 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 6889 T16 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 6890 T16 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 6891 T16 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6892 T16 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 6893 T16 C3 oashd.JdbcDataSource$1.call Creating a connection for entity SomeDates with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 6895 T16 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 6902 T16 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 6902 T16 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6907 T16 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11a2bfe6 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 6907 T16 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 6909 T16 C3 oass.SolrIndexSearcher.<init> Opening Searcher@43b34c70[collection1] main
   [junit4]   2> 6910 T16 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6911 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@43b34c70[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c1))}
   [junit4]   2> 6911 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=solr&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 6912 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&rows=10&q=rocks&start=0} hits=0 status=0 QTime=0 
   [junit4]   2> 6913 T19 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=newSearcher&distrib=false&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 6913 T19 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6914 T19 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43b34c70[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c1))}
   [junit4]   2> 6915 T16 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6916 T16 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 6916 T16 C3 oashd.DocBuilder.execute Time taken = 0:0:0.25
   [junit4]   2> 6917 T16 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={command=full-import&dataConfig=<dataConfig>+%0a<propertyWriter+dateFormat%3D"yyyy-MM-dd+HH:mm:ss.SSSSSS"+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/tempDir-001"+filename%3D"the.properties"+/>%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"TestSimplePropertiesWriter">+%0a<entity+name%3D"SomeDates"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+query%3D"select+1+as+id,+YEAR('${dih.last_index_time}')+as+AYEAR_S+from+sysibm.sysdummy1+"+>%0a<field+column%3D"AYEAR_S"+name%3D"ayear_s"+/>+%0a</entity>%0a</document>+%0a</dataConfig>+%0a&synchronous=true&commit=true&indent=true&clean=true} {deleteByQuery=*:*,add=[1],commit=} 0 31
   [junit4]   2> 6918 T16 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 6921 T16 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&q=*:*&version=2.2&qt=standard&start=0} hits=1 status=0 QTime=1 
   [junit4]   2> 7453 T16 oas.SolrTestCaseJ4.tearDown ###Ending testSimplePropertiesWriter
   [junit4]   2> 7477 T16 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 7477 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=697396101
   [junit4]   2> 7491 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6b6b1935
   [junit4]   2> 7492 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=4,cumulative_deletesById=0,cumulative_deletesByQuery=5,cumulative_errors=0}
   [junit4]   2> 7493 T16 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 7493 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 7493 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 7495 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 7495 T16 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 7496 T16 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001;done=false>>]
   [junit4]   2> 7497 T16 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001
   [junit4]   2> 7497 T16 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 7498 T16 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSimplePropertiesWriter-F95A17B6F9A43C6-001/init-core-data-001/index
   [junit4]   2> 6073 T15 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 26135 T15 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSimplePropertiesWriter: 
   [junit4]   2> 	   1) Thread[id=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [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> 26135 T15 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [junit4]   2> 29137 T15 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [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=CheapBastard, sim=DefaultSimilarity, locale=es_PY, timezone=Indian/Maldives
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=8,threads=2,free=90694208,total=126418944
   [junit4]   2> NOTE: All tests run in this JVM: [TestTemplateTransformer, TestSolrEntityProcessorUnit, TestSimplePropertiesWriter]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimplePropertiesWriter -Dtests.seed=F95A17B6F9A43C6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_PY -Dtests.timezone=Indian/Maldives -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestSimplePropertiesWriter (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSimplePropertiesWriter: 
   [junit4]    >    1) Thread[id=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [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([F95A17B6F9A43C6]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=17, name=Timer-0, state=WAITING, group=TGRP-TestSimplePropertiesWriter]
   [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([F95A17B6F9A43C6]:0)
   [junit4] Completed on J1 in 29.24s, 1 test, 2 errors <<< FAILURES!

[...truncated 97 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001
   [junit4]   2> 17503 T36 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 18050 T36 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 18050 T36 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/collection1/'
   [junit4]   2> 18117 T36 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 18198 T36 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 18199 T36 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 18224 T36 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 18268 T36 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 18269 T36 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 18270 T36 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 18272 T36 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 18273 T36 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001
   [junit4]   2> 18273 T36 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/'
   [junit4]   2> 18350 T36 oasc.CoreContainer.<init> New CoreContainer 232478012
   [junit4]   2> 18351 T36 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/]
   [junit4]   2> 18352 T36 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 18353 T36 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 18354 T36 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 18354 T36 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 18355 T36 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 18355 T36 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 18356 T36 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 18356 T36 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 18357 T36 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 18361 T36 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 18365 T36 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 18366 T36 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 18366 T36 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 18373 T38 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/collection1/'
   [junit4]   2> 18436 T38 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 18481 T38 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 18483 T38 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 18505 T38 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 18559 T38 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 18561 T38 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 18562 T38 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 18563 T38 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/collection1/
   [junit4]   2> 18564 T38 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 18565 T38 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/
   [junit4]   2> 18565 T38 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 18566 T38 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> 18566 T38 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 18567 T38 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001
   [junit4]   2> 18568 T38 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index/
   [junit4]   2> 18568 T38 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 18569 T38 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index
   [junit4]   2> 18571 T38 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 18572 T38 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 18575 T38 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 18576 T38 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 18576 T38 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 18577 T38 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 18578 T38 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 18578 T38 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 18579 T38 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 18580 T38 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 18580 T38 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 18581 T38 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 18581 T38 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 18586 T38 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 18588 T38 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 18590 T38 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 18591 T38 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 18593 T38 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 18596 T38 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 18597 T38 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 18598 T38 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 18599 T38 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 18600 T38 oass.SolrIndexSearcher.<init> Opening Searcher@442817ee[collection1] main
   [junit4]   2> 18601 T38 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/collection1/conf
   [junit4]   2> 18601 T38 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/collection1/conf}
   [junit4]   2> 18602 T38 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/collection1/conf
   [junit4]   2> 18603 T38 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 18604 T38 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/core-home-001/collection1/conf
   [junit4]   2> 18604 T38 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 18605 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@442817ee[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18605 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18605 T38 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 18606 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@442817ee[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18608 T36 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 18620 T36 oas.SolrTestCaseJ4.setUp ###Starting testDeltaImportWithoutInitialFullImport
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@655490cd
   [junit4]   2> 18702 T36 C2 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 18704 T36 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 80
   [junit4]   2> 18711 T36 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18712 T36 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 18713 T36 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 18714 T36 C2 oass.SolrIndexSearcher.<init> Opening Searcher@1665ecd9[collection1] main
   [junit4]   2> 18714 T36 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18715 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1665ecd9[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18716 T39 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=solr} hits=0 status=0 QTime=1 
   [junit4]   2> 18716 T39 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=rocks} hits=0 status=0 QTime=0 
   [junit4]   2> 18717 T39 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&event=newSearcher&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 18717 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18718 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1665ecd9[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18718 T36 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@655490cd
   [junit4]   2> 20232 T36 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 20232 T36 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 20233 T36 C3 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 20246 T36 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 20248 T36 C3 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 20251 T36 C3 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 20253 T36 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 20255 T36 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 20323 T36 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 20332 T36 C3 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 20
   [junit4]   2> 20332 T36 C3 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 20333 T36 C3 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 20494 T36 C3 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 20494 T36 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 20495 T36 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@655490cd
   [junit4]   2> 20565 T36 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 20566 T36 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 20573 T36 C4 oass.SolrIndexSearcher.<init> Opening Searcher@5e33b980[collection1] main
   [junit4]   2> 20573 T36 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 20574 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5e33b980[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 20575 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=solr} hits=0 status=0 QTime=1 
   [junit4]   2> 20576 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=rocks} hits=0 status=0 QTime=1 
   [junit4]   2> 20577 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&event=newSearcher&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 20577 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 20577 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e33b980[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 20578 T36 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 20579 T36 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 20580 T36 C4 oashd.DocBuilder.execute Time taken = 0:0:0.332
   [junit4]   2> 20580 T36 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&commit=true&indent=true&command=delta-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-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&clean=false} {add=[16, 17, 18, 19, 20, 9, 8, 11, 10, 13, ... (20 adds)],commit=} 0 353
   [junit4]   2> 20586 T36 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=*:*} hits=20 status=0 QTime=3 
   [junit4]   2> 20602 T36 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 20604 T36 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 21135 T36 oas.SolrTestCaseJ4.tearDown ###Ending testDeltaImportWithoutInitialFullImport
   [junit4]   2> 21155 T36 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 21157 T36 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 21158 T36 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 21161 T36 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21163 T36 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 21163 T36 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 21165 T36 C4 oass.SolrIndexSearcher.<init> Opening Searcher@a829ef4[collection1] main
   [junit4]   2> 21166 T36 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21166 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@a829ef4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21167 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=solr} hits=0 status=0 QTime=0 
   [junit4]   2> 21168 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=rocks} hits=0 status=0 QTime=1 
   [junit4]   2> 21168 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&event=newSearcher&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 21169 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 21169 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a829ef4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21170 T36 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 21662 T36 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 21663 T36 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 21663 T36 C4 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 21664 T36 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 21666 T36 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 21668 T36 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 21670 T36 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 21719 T36 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 21719 T36 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21730 T36 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 21731 T36 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 21734 T36 C4 oass.SolrIndexSearcher.<init> Opening Searcher@a4e8628[collection1] main
   [junit4]   2> 21735 T36 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21735 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@a4e8628[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C20))}
   [junit4]   2> 21736 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=solr} hits=0 status=0 QTime=0 
   [junit4]   2> 21736 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=rocks} hits=0 status=0 QTime=0 
   [junit4]   2> 21737 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&event=newSearcher&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 21738 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 21738 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a4e8628[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C20))}
   [junit4]   2> 21739 T36 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 21740 T36 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 21740 T36 C4 oashd.DocBuilder.execute Time taken = 0:0:0.75
   [junit4]   2> 21741 T36 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&commit=true&indent=true&command=full-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-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"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&clean=true} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 86
   [junit4]   2> 21764 T36 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=AddAColumn_s:Added} hits=20 status=0 QTime=11 
   [junit4]   2> 21781 T36 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 21782 T36 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 21784 T36 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 21839 T36 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 21840 T36 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 21840 T36 C4 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 21841 T36 C4 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 21843 T36 C4 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 21844 T36 C4 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 21845 T36 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 21847 T36 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 21882 T36 C4 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 4
   [junit4]   2> 21883 T36 C4 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 2
   [junit4]   2> 21884 T36 C4 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 21884 T36 C4 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 21885 T36 C4 oashd.SolrWriter.deleteDoc Deleting document: 19
   [junit4]   2> 21886 T36 C4 oashd.SolrWriter.deleteDoc Deleting document: 17
   [junit4]   2> 21923 T36 C4 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 21924 T36 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 21924 T36 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22004 T36 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 22005 T36 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 22011 T36 C4 oass.SolrIndexSearcher.<init> Opening Searcher@7d585b43[collection1] main
   [junit4]   2> 22012 T36 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 22014 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7d585b43[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C20/4:delGen=1) Uninverting(_2(5.0):C4))}
   [junit4]   2> 22015 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=solr} hits=0 status=0 QTime=0 
   [junit4]   2> 22015 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=rocks} hits=0 status=0 QTime=0 
   [junit4]   2> 22016 T39 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&event=newSearcher&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=0 
   [junit4]   2> 22016 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 22017 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d585b43[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):C20/4:delGen=1) Uninverting(_2(5.0):C4))}
   [junit4]   2> 22018 T36 C4 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 22018 T36 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 22019 T36 C4 oashd.DocBuilder.execute Time taken = 0:0:0.177
   [junit4]   2> 22020 T36 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={synchronous=true&commit=true&indent=true&command=delta-import&dataConfig=%0a<dataConfig>+%0a<propertyWriter+type%3D"SimplePropertiesWriter"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-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'+"+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&clean=false} {delete=[19, 17],add=[1, 16, 1009, 1011],commit=} 0 187
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@655490cd
   [junit4]   2> 22034 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=AddAColumn_s:Added} hits=20 status=0 QTime=3 
   [junit4]   2> 22051 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 22052 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 22055 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=id:1011} hits=1 status=0 QTime=1 
   [junit4]   2> 22060 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=id:1009} hits=1 status=0 QTime=1 
   [junit4]   2> 22064 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=id:19} hits=0 status=0 QTime=1 
   [junit4]   2> 22068 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=id:17} hits=0 status=0 QTime=1 
   [junit4]   2> 22072 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=id:1} hits=1 status=0 QTime=1 
   [junit4]   2> 22078 T36 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=id:16} hits=1 status=0 QTime=1 
   [junit4]   2> 22591 T36 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 22609 T36 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> 22610 T36 C5 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 22611 T36 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 22615 T36 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22616 T36 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 22617 T36 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 22617 T36 C5 oass.SolrIndexSearcher.<init> Opening Searcher@5e354211[collection1] main
   [junit4]   2> 22618 T36 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 22619 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5e354211[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 22619 T39 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=solr} hits=0 status=0 QTime=0 
   [junit4]   2> 22620 T39 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=rocks} hits=0 status=0 QTime=0 
   [junit4]   2> 22621 T39 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&event=newSearcher&q=static+newSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1 
   [junit4]   2> 22621 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 22621 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e354211[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 22623 T36 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 23008 T36 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 23009 T36 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 23010 T36 C5 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 23011 T36 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 23012 T36 C5 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 23013 T36 C5 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 23015 T36 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 23024 T36 C5 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 23025 T36 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 23233 T36 C5 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 23233 T36 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23296 T36 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7faf5fae lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 23297 T36 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 23299 T36 C5 oass.SolrIndexSearcher.<init> Opening Searcher@60dcb68c[collection1] main
   [junit4]   2> 23300 T36 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 23302 T39 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@60dcb68c[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C20))}
   [junit4]   2> 23303 T39 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=solr} hits=0 status=0 QTime=1 
   [junit4]   2> 23304 T39 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&rows=10&start=0&event=newSearcher&q=rocks} hits=0 status=0 QTime=1 
   [junit4]   2> 23305 T39 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={distrib=false&event=newSearcher&q=static+newSearcher+warming+que

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

er"+directory%3D"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-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&clean=false} {add=[13, 1006],commit=} 0 67
   [junit4]   2> 25233 T36 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=*:*} hits=21 status=0 QTime=3 
   [junit4]   2> 25243 T36 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 25244 T36 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 25247 T36 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=id:1006} hits=1 status=0 QTime=2 
   [junit4]   2> 25251 T36 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=20&start=0&qt=standard&version=2.2&q=id:13} hits=1 status=0 QTime=1 
   [junit4]   2> 25767 T36 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 25785 T36 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 25785 T36 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=232478012
   [junit4]   2> 25786 T36 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@655490cd
   [junit4]   2> 25786 T36 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=165,cumulative_deletesById=11,cumulative_deletesByQuery=9,cumulative_errors=0}
   [junit4]   2> 25787 T36 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 25787 T36 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 25787 T36 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 25789 T36 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 25790 T36 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 25790 T36 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 25791 T36 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001/index
   [junit4]   2> 25791 T36 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001;done=false>>]
   [junit4]   2> 25791 T36 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-F95A17B6F9A43C6-001/init-core-data-001
   [junit4]   2> 8304 T35 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 28365 T35 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta: 
   [junit4]   2> 	   1) Thread[id=37, 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> 28365 T35 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=37, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]   2> 31367 T35 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=37, 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=Lucene46, sim=DefaultSimilarity, locale=en_GB, timezone=America/Miquelon
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=8,threads=2,free=73867792,total=126418944
   [junit4]   2> NOTE: All tests run in this JVM: [TestZKPropertiesWriter, TestSqlEntityProcessorDelta]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessorDelta -Dtests.seed=F95A17B6F9A43C6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_GB -Dtests.timezone=America/Miquelon -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | 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=37, 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([F95A17B6F9A43C6]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=37, 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([F95A17B6F9A43C6]:0)
   [junit4] Completed on J0 in 31.48s, 5 tests, 2 errors <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_65) - Build # 10999 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10999/
Java: 32bit/jdk1.7.0_65 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.testDistribSearch

Error Message:
After invoking OVERSEERSTATUS, SplitShard task [2000] was still supposed to be in [running] but isn't.It is [completed]

Stack Trace:
java.lang.AssertionError: After invoking OVERSEERSTATUS, SplitShard task [2000] was still supposed to be in [running] but isn't.It is [completed]
	at __randomizedtesting.SeedInfo.seed([3CBD2BCCF48B8BCE:BD5BA5D483D4EBF2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testLongAndShortRunningParallelApiCalls(MultiThreadedOCPTest.java:209)
	at org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:73)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	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)




Build Log:
[...truncated 11387 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/init-core-data-001
   [junit4]   2> 1469656 T3338 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1469657 T3338 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_r/a
   [junit4]   2> 1469660 T3338 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1469661 T3338 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1469661 T3339 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1469761 T3338 oasc.ZkTestServer.run start zk server on port:59714
   [junit4]   2> 1469762 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1469765 T3345 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@994b38 name:ZooKeeperConnection Watcher:127.0.0.1:59714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1469765 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1469766 T3338 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1469770 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1469771 T3347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13e7391 name:ZooKeeperConnection Watcher:127.0.0.1:59714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1469771 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1469771 T3338 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1469774 T3338 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1469778 T3338 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1469781 T3338 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1469785 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1469786 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1469791 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1469792 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1469797 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1469797 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1469801 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1469802 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1469805 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1469806 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1469810 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1469811 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1469815 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1469816 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1469820 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1469821 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1469824 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1469825 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1469829 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1469830 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1469833 T3338 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1469834 T3338 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1469839 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1469841 T3349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11cb94f name:ZooKeeperConnection Watcher:127.0.0.1:59714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1469841 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1470141 T3338 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1470144 T3338 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1470156 T3338 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59188
   [junit4]   2> 1470158 T3338 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1470158 T3338 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1470158 T3338 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002
   [junit4]   2> 1470159 T3338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002/'
   [junit4]   2> 1470189 T3338 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002/solr.xml
   [junit4]   2> 1470220 T3338 oasc.CoreContainer.<init> New CoreContainer 7902544
   [junit4]   2> 1470220 T3338 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002/]
   [junit4]   2> 1470221 T3338 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1470221 T3338 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1470221 T3338 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1470222 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1470222 T3338 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1470222 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1470223 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1470223 T3338 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1470223 T3338 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1470224 T3338 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1470225 T3338 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1470226 T3338 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1470226 T3338 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1470226 T3338 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59714/solr
   [junit4]   2> 1470227 T3338 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1470228 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470230 T3360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1448838 name:ZooKeeperConnection Watcher:127.0.0.1:59714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1470231 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1470233 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470234 T3362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4552b2 name:ZooKeeperConnection Watcher:127.0.0.1:59714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1470234 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1470236 T3338 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1470238 T3338 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1470240 T3338 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1470241 T3338 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1470243 T3338 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1470245 T3338 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1470246 T3338 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59188__r%2Fa
   [junit4]   2> 1470246 T3338 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59188__r%2Fa
   [junit4]   2> 1470248 T3338 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1470249 T3338 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1470251 T3338 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59188__r%2Fa
   [junit4]   2> 1470252 T3338 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1470254 T3338 oasc.Overseer.start Overseer (id=92257890104639492-127.0.0.1:59188__r%2Fa-n_0000000000) starting
   [junit4]   2> 1470256 T3338 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1470264 T3364 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1470264 T3338 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1470267 T3338 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1470269 T3338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1470273 T3363 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1470280 T3365 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1470280 T3365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1470282 T3365 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1470282 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1470284 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1470284 T3363 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:59188/_r/a",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59188__r%2Fa",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1470285 T3363 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1470285 T3363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1470288 T3366 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> 1471282 T3365 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1471282 T3365 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1471283 T3365 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1471283 T3365 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1471284 T3365 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1471284 T3365 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002/collection1/'
   [junit4]   2> 1471285 T3365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1471285 T3365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1471285 T3365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1471315 T3365 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1471340 T3365 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1471341 T3365 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1471348 T3365 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1471545 T3365 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1471550 T3365 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1471552 T3365 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1471559 T3365 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1471562 T3365 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1471564 T3365 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1471565 T3365 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1471565 T3365 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1471565 T3365 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1471566 T3365 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1471566 T3365 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1471566 T3365 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1471567 T3365 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1471567 T3365 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-001/control/data/
   [junit4]   2> 1471567 T3365 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1550c79
   [junit4]   2> 1471568 T3365 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-001/control/data
   [junit4]   2> 1471568 T3365 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-001/control/data/index/
   [junit4]   2> 1471568 T3365 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1471568 T3365 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-001/control/data/index
   [junit4]   2> 1471568 T3365 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@ba7084
   [junit4]   2> 1471569 T3365 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c446b0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31083b),segFN=segments_1,generation=1}
   [junit4]   2> 1471569 T3365 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1471572 T3365 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1471572 T3365 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1471572 T3365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1471573 T3365 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1471573 T3365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1471573 T3365 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1471573 T3365 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1471574 T3365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1471574 T3365 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1471574 T3365 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1471574 T3365 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1471575 T3365 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1471575 T3365 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1471575 T3365 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1471576 T3365 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1471576 T3365 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1471576 T3365 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1471576 T3365 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1471577 T3365 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1471577 T3365 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1471577 T3365 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1471578 T3365 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1471581 T3365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1471582 T3365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1471583 T3365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1471584 T3365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1471585 T3365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1471587 T3365 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1471587 T3365 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1471588 T3365 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3031372728005864]
   [junit4]   2> 1471588 T3365 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c446b0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31083b),segFN=segments_1,generation=1}
   [junit4]   2> 1471588 T3365 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1471589 T3365 oass.SolrIndexSearcher.<init> Opening Searcher@135b2d3[collection1] main
   [junit4]   2> 1471589 T3365 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1471590 T3365 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1471590 T3365 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1471590 T3365 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1471591 T3365 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1471591 T3365 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1471591 T3365 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1471591 T3365 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1471592 T3365 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 1471593 T3365 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1471594 T3365 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1471594 T3365 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1471596 T3367 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@135b2d3[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1471597 T3365 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1471598 T3370 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:59188/_r/a collection:control_collection shard:shard1
   [junit4]   2> 1471598 T3338 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1471599 T3370 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1471599 T3338 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1471602 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1471602 T3370 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1471603 T3372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@148623a name:ZooKeeperConnection Watcher:127.0.0.1:59714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1471603 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1471604 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1471604 T3338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1471604 T3370 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1471604 T3370 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C989 name=collection1 org.apache.solr.core.SolrCore@d900b4 url=https://127.0.0.1:59188/_r/a/collection1 node=127.0.0.1:59188__r%2Fa C989_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:59188/_r/a, core=collection1, node_name=127.0.0.1:59188__r%2Fa}
   [junit4]   2> 1471604 T3370 C989 P59188 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:59188/_r/a/collection1/
   [junit4]   2> 1471604 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1471605 T3370 C989 P59188 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1471605 T3370 C989 P59188 oasc.SyncStrategy.syncToMe https://127.0.0.1:59188/_r/a/collection1/ has no replicas
   [junit4]   2> 1471605 T3370 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:59188/_r/a/collection1/ shard1
   [junit4]   2> 1471605 T3370 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1471605 T3338 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1471608 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1471711 T3366 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> 1471711 T3373 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> 1471759 T3370 oasc.ZkController.register We are https://127.0.0.1:59188/_r/a/collection1/ and leader is https://127.0.0.1:59188/_r/a/collection1/
   [junit4]   2> 1471759 T3370 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:59188/_r/a
   [junit4]   2> 1471759 T3370 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1471759 T3370 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1471760 T3370 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1471761 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1471762 T3370 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1471762 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1471763 T3363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59188/_r/a",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59188__r%2Fa",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1471865 T3373 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> 1471865 T3366 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> 1471899 T3338 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1471900 T3338 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1471902 T3338 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1471903 T3338 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:48348
   [junit4]   2> 1471905 T3338 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1471905 T3338 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1471906 T3338 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003
   [junit4]   2> 1471906 T3338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/'
   [junit4]   2> 1471918 T3338 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/solr.xml
   [junit4]   2> 1471944 T3338 oasc.CoreContainer.<init> New CoreContainer 25261383
   [junit4]   2> 1471945 T3338 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/]
   [junit4]   2> 1471946 T3338 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1471946 T3338 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1471946 T3338 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1471947 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1471947 T3338 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1471947 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1471948 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1471948 T3338 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1471948 T3338 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1471950 T3338 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1471951 T3338 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1471951 T3338 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1471951 T3338 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1471952 T3338 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59714/solr
   [junit4]   2> 1471952 T3338 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1471953 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1471954 T3384 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14dfd1 name:ZooKeeperConnection Watcher:127.0.0.1:59714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1471954 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1471956 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1471956 T3386 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c377bf name:ZooKeeperConnection Watcher:127.0.0.1:59714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1471957 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1471961 T3338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1472963 T3338 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48348__r%2Fa
   [junit4]   2> 1472964 T3338 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48348__r%2Fa
   [junit4]   2> 1472970 T3388 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1472971 T3388 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1472971 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1472971 T3388 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1472972 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1472973 T3363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:48348/_r/a",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48348__r%2Fa",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1472973 T3363 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1472973 T3363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1473076 T3373 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> 1473076 T3366 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> 1473076 T3387 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> 1473972 T3388 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1473972 T3388 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1473973 T3388 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1473974 T3388 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1473976 T3388 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1473976 T3388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/'
   [junit4]   2> 1473977 T3388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1473977 T3388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1473978 T3388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1474017 T3388 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1474064 T3388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1474066 T3388 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1474072 T3388 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1474268 T3388 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1474273 T3388 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1474275 T3388 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1474283 T3388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1474286 T3388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1474288 T3388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1474289 T3388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1474290 T3388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1474290 T3388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1474290 T3388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1474291 T3388 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1474291 T3388 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1474291 T3388 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1474291 T3388 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/data/
   [junit4]   2> 1474291 T3388 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1550c79
   [junit4]   2> 1474292 T3388 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/data
   [junit4]   2> 1474292 T3388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/data/index/
   [junit4]   2> 1474292 T3388 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1474293 T3388 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-003/collection1/data/index
   [junit4]   2> 1474293 T3388 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@552157
   [junit4]   2> 1474293 T3388 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43816f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ffdc0d),segFN=segments_1,generation=1}
   [junit4]   2> 1474294 T3388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1474297 T3388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1474297 T3388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1474298 T3388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1474298 T3388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1474298 T3388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1474298 T3388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1474298 T3388 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1474299 T3388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1474299 T3388 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1474299 T3388 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1474300 T3388 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1474300 T3388 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1474300 T3388 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1474301 T3388 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1474301 T3388 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1474301 T3388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1474302 T3388 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1474302 T3388 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1474302 T3388 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1474303 T3388 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1474303 T3388 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1474303 T3388 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1474306 T3388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1474307 T3388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1474308 T3388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1474309 T3388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1474310 T3388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1474312 T3388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1474312 T3388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1474313 T3388 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3031372728005864]
   [junit4]   2> 1474313 T3388 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43816f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ffdc0d),segFN=segments_1,generation=1}
   [junit4]   2> 1474314 T3388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1474314 T3388 oass.SolrIndexSearcher.<init> Opening Searcher@4cfbfe[collection1] main
   [junit4]   2> 1474314 T3388 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1474315 T3388 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1474316 T3388 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1474316 T3388 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1474316 T3388 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1474317 T3388 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1474317 T3388 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1474318 T3388 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1474318 T3388 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1474318 T3388 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1474322 T3389 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4cfbfe[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1474326 T3388 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1474327 T3392 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:48348/_r/a collection:collection1 shard:shard2
   [junit4]   2> 1474327 T3338 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1474328 T3338 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1474328 T3392 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1474332 T3392 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1474333 T3392 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1474333 T3392 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C990 name=collection1 org.apache.solr.core.SolrCore@1ce7854 url=https://127.0.0.1:48348/_r/a/collection1 node=127.0.0.1:48348__r%2Fa C990_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:48348/_r/a, core=collection1, node_name=127.0.0.1:48348__r%2Fa}
   [junit4]   2> 1474333 T3392 C990 P48348 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:48348/_r/a/collection1/
   [junit4]   2> 1474334 T3392 C990 P48348 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1474334 T3392 C990 P48348 oasc.SyncStrategy.syncToMe https://127.0.0.1:48348/_r/a/collection1/ has no replicas
   [junit4]   2> 1474334 T3392 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:48348/_r/a/collection1/ shard2
   [junit4]   2> 1474334 T3392 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1474335 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1474336 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1474341 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1474341 T3366 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> 1474341 T3373 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> 1474341 T3387 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> 1474389 T3392 oasc.ZkController.register We are https://127.0.0.1:48348/_r/a/collection1/ and leader is https://127.0.0.1:48348/_r/a/collection1/
   [junit4]   2> 1474389 T3392 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:48348/_r/a
   [junit4]   2> 1474390 T3392 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1474390 T3392 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1474390 T3392 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1474391 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1474391 T3392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1474392 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1474393 T3363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:48348/_r/a",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48348__r%2Fa",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1474495 T3366 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> 1474495 T3387 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> 1474495 T3373 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> 1474619 T3338 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1474619 T3338 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1474622 T3338 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1474623 T3338 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:37858
   [junit4]   2> 1474625 T3338 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1474626 T3338 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1474626 T3338 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004
   [junit4]   2> 1474626 T3338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/'
   [junit4]   2> 1474639 T3338 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/solr.xml
   [junit4]   2> 1474665 T3338 oasc.CoreContainer.<init> New CoreContainer 6829434
   [junit4]   2> 1474665 T3338 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/]
   [junit4]   2> 1474666 T3338 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1474666 T3338 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1474666 T3338 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1474667 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1474667 T3338 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1474667 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1474667 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1474668 T3338 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1474668 T3338 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1474669 T3338 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1474670 T3338 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1474671 T3338 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1474671 T3338 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1474671 T3338 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59714/solr
   [junit4]   2> 1474672 T3338 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1474672 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474674 T3403 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e93770 name:ZooKeeperConnection Watcher:127.0.0.1:59714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1474674 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1474676 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474677 T3405 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16f484e name:ZooKeeperConnection Watcher:127.0.0.1:59714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1474677 T3338 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1474681 T3338 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1475683 T3338 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37858__r%2Fa
   [junit4]   2> 1475684 T3338 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37858__r%2Fa
   [junit4]   2> 1475696 T3407 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1475696 T3407 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1475697 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1475697 T3407 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1475698 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1475699 T3363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:37858/_r/a",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37858__r%2Fa",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1475699 T3363 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1475699 T3363 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1475802 T3373 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> 1475802 T3387 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> 1475802 T3366 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> 1475802 T3406 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> 1476698 T3407 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1476698 T3407 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1476699 T3407 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1476699 T3407 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1476700 T3407 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1476700 T3407 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/'
   [junit4]   2> 1476701 T3407 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1476701 T3407 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1476701 T3407 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1476729 T3407 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1476754 T3407 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1476755 T3407 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1476761 T3407 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1476974 T3407 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1476979 T3407 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1476981 T3407 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1476989 T3407 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1476992 T3407 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1476994 T3407 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1476995 T3407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1476996 T3407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1476996 T3407 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1476996 T3407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1476997 T3407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1476997 T3407 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1476997 T3407 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1476997 T3407 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/data/
   [junit4]   2> 1476997 T3407 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1550c79
   [junit4]   2> 1476998 T3407 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/data
   [junit4]   2> 1476998 T3407 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/data/index/
   [junit4]   2> 1476998 T3407 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1476999 T3407 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-004/collection1/data/index
   [junit4]   2> 1476999 T3407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@f093fc
   [junit4]   2> 1477000 T3407 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10d5c77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@83b50f),segFN=segments_1,generation=1}
   [junit4]   2> 1477000 T3407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1477003 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1477003 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1477004 T3407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1477004 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1477004 T3407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1477004 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1477005 T3407 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1477005 T3407 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1477005 T3407 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1477005 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1477006 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1477006 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1477007 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1477007 T3407 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1477007 T3407 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1477008 T3407 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1477008 T3407 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1477008 T3407 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1477008 T3407 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1477009 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1477009 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1477009 T3407 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1477012 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1477013 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1477014 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1477015 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1477016 T3407 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1477018 T3407 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1477018 T3407 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1477019 T3407 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3031372728005864]
   [junit4]   2> 1477019 T3407 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10d5c77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@83b50f),segFN=segments_1,generation=1}
   [junit4]   2> 1477019 T3407 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1477019 T3407 oass.SolrIndexSearcher.<init> Opening Searcher@118ccd3[collection1] main
   [junit4]   2> 1477020 T3407 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1477020 T3407 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1477021 T3407 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1477021 T3407 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1477021 T3407 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1477021 T3407 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1477022 T3407 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1477022 T3407 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1477022 T3407 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1477023 T3407 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1477025 T3408 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@118ccd3[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1477028 T3407 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1477028 T3411 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:37858/_r/a collection:collection1 shard:shard1
   [junit4]   2> 1477028 T3338 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1477029 T3338 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1477029 T3411 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1477032 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1477033 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1477033 T3411 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1477033 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C991 name=collection1 org.apache.solr.core.SolrCore@1d04848 url=https://127.0.0.1:37858/_r/a/collection1 node=127.0.0.1:37858__r%2Fa C991_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:37858/_r/a, core=collection1, node_name=127.0.0.1:37858__r%2Fa}
   [junit4]   2> 1477033 T3411 C991 P37858 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:37858/_r/a/collection1/
   [junit4]   2> 1477034 T3411 C991 P37858 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1477034 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1477034 T3411 C991 P37858 oasc.SyncStrategy.syncToMe https://127.0.0.1:37858/_r/a/collection1/ has no replicas
   [junit4]   2> 1477034 T3411 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:37858/_r/a/collection1/ shard1
   [junit4]   2> 1477034 T3411 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1477036 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1477139 T3366 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> 1477139 T3387 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> 1477140 T3406 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> 1477139 T3373 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> 1477187 T3411 oasc.ZkController.register We are https://127.0.0.1:37858/_r/a/collection1/ and leader is https://127.0.0.1:37858/_r/a/collection1/
   [junit4]   2> 1477187 T3411 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:37858/_r/a
   [junit4]   2> 1477188 T3411 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1477188 T3411 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1477188 T3411 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1477189 T3366 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1477189 T3411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1477190 T3363 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1477191 T3363 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:37858/_r/a",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37858__r%2Fa",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1477293 T3387 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> 1477293 T3366 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> 1477293 T3373 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> 1477293 T3406 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> 1477317 T3338 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1477318 T3338 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1477321 T3338 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1477322 T3338 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:41275
   [junit4]   2> 1477324 T3338 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1477324 T3338 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1477324 T3338 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-005
   [junit4]   2> 1477325 T3338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-005/'
   [junit4]   2> 1477337 T3338 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-005/solr.xml
   [junit4]   2> 1477362 T3338 oasc.CoreContainer.<init> New CoreContainer 12719741
   [junit4]   2> 1477363 T3338 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-005/]
   [junit4]   2> 1477364 T3338 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1477364 T3338 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1477364 T3338 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1477364 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1477365 T3338 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1477365 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1477365 T3338 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1477366 T3338 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1477366 T3338 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1477367 T3338 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1477368 T3338 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1477369 T3338 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1477369 T3338 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1477369 T3338 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59714/solr
   [junit4]   2> 1477370 T3338 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1477370 T3338 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1477371 T3422 oascc.ConnectionManager

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

yQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1727141 T3338 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1727142 T3338 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1727142 T3338 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1727142 T3338 oasc.SolrCore.closeSearcher [collection1_shard1_0_replica2] Closing main searcher on request.
   [junit4]   2> 1727143 T3338 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1727143 T3338 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-006/collection1_shard1_0_replica2/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-006/collection1_shard1_0_replica2/data/index;done=false>>]
   [junit4]   2> 1727144 T3338 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-006/collection1_shard1_0_replica2/data/index
   [junit4]   2> 1727144 T3338 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-006/collection1_shard1_0_replica2/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-006/collection1_shard1_0_replica2/data;done=false>>]
   [junit4]   2> 1727144 T3338 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001/tempDir-006/collection1_shard1_0_replica2/data
   [junit4]   2> 1727149 T3730 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49531__r%2Fa
   [junit4]   2> 1728651 T3732 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> 1728651 T3725 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1728676 T3338 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_r/a,null}
   [junit4]   2> 1733666 T3338 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1733667 T3338 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:59714 59714
   [junit4]   2> 1734397 T3339 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:59714 59714
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiThreadedOCPTest -Dtests.method=testDistribSearch -Dtests.seed=3CBD2BCCF48B8BCE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ca_ES -Dtests.timezone=Australia/Yancowinna -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  265s J1 | MultiThreadedOCPTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: After invoking OVERSEERSTATUS, SplitShard task [2000] was still supposed to be in [running] but isn't.It is [completed]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3CBD2BCCF48B8BCE:BD5BA5D483D4EBF2]:0)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.testLongAndShortRunningParallelApiCalls(MultiThreadedOCPTest.java:209)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:73)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1734408 T3338 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-3CBD2BCCF48B8BCE-001
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=ca_ES, timezone=Australia/Yancowinna
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.7.0_65 (32-bit)/cpus=8,threads=1,free=57326712,total=408944640
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomMergePolicy, TestSchemaNameResource, TestFiltering, TestManagedSchemaFieldResource, TestQueryUtils, TestCharFilters, TermVectorComponentTest, BinaryUpdateRequestHandlerTest, PrimUtilsTest, TermVectorComponentDistributedTest, CurrencyFieldXmlFileTest, SpatialFilterTest, SuggesterFSTTest, ResourceLoaderTest, CircularListTest, TestHighFrequencyDictionaryFactory, CSVRequestHandlerTest, TestSolr4Spatial2, TestSolrXmlPersistor, TestReversedWildcardFilterFactory, DocValuesTest, TestBadConfig, MultiTermTest, TestRandomFaceting, TestCursorMarkWithoutUniqueKey, RequestHandlersTest, TestSweetSpotSimilarityFactory, TestJmxMonitoredMap, TestMergePolicyConfig, TestLFUCache, QueryFacetTest, CachingDirectoryFactoryTest, DirectUpdateHandlerOptimizeTest, MergeStrategyTest, TestFreeTextSuggestions, AsyncMigrateRouteKeyTest, OpenCloseCoreStressTest, SolrInfoMBeanTest, TestPseudoReturnFields, AnalysisAfterCoreReloadTest, AtomicUpdatesTest, TestMaxScoreQueryParser, ChaosMonkeySafeLeaderTest, SolrIndexConfigTest, TestPhraseSuggestions, TestDistribDocBasedVersion, TestSimpleQParserPlugin, TestOmitPositions, TestCloudManagedSchema, ScriptEngineTest, RangeFacetTest, StatsComponentTest, TestSolrQueryParserResource, TestStressLucene, TestIndexSearcher, OverseerRolesTest, ModifyConfFileTest, DistributedTermsComponentTest, TestQuerySenderNoQuery, TestUpdate, TestJoin, OutputWriterTest, DistributedQueryComponentOptimizationTest, TestRecoveryHdfs, CursorPagingTest, SolrPluginUtilsTest, DeleteReplicaTest, LeaderElectionIntegrationTest, TestZkChroot, TestImplicitCoreProperties, FileBasedSpellCheckerTest, TestWriterPerf, CacheHeaderTest, DistribCursorPagingTest, TestFunctionQuery, RemoteQueryErrorTest, TestAtomicUpdateErrorCases, DeleteShardTest, TestNRTOpen, DocValuesMissingTest, TestXIncludeConfig, UpdateRequestProcessorFactoryTest, TestRestManager, BadCopyFieldTest, HdfsDirectoryTest, UUIDUpdateProcessorFallbackTest, TestCollationField, SchemaVersionSpecificBehaviorTest, TestFieldCollectionResource, LoggingHandlerTest, TestDistributedMissingSort, TestRealTimeGet, TestBlendedInfixSuggestions, MultiThreadedOCPTest]
   [junit4] Completed on J1 in 264.78s, 1 test, 1 failure <<< FAILURES!

[...truncated 674 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1307: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 421 suites, 1761 tests, 1 failure, 39 ignored (18 assumptions)

Total time: 97 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_65 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk7) - Build # 10998 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10998/
Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

4 tests failed.
REGRESSION:  org.apache.lucene.analysis.cjk.TestCJKBigramFilter.testRandomUnibiHugeStrings

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([1F6AC6B26AF08545:30A713A6014390D4]:0)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.add(Lucene49NormsConsumer.java:226)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:95)
	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat$AssertingNormsConsumer.addNumericField(AssertingDocValuesFormat.java:228)
	at org.apache.lucene.index.NumericDocValuesWriter.flush(NumericDocValuesWriter.java:92)
	at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:190)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:94)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:375)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:474)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1380)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1095)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:143)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:104)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:623)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:513)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:437)
	at org.apache.lucene.analysis.cjk.TestCJKBigramFilter.testRandomUnibiHugeStrings(TestCJKBigramFilter.java:165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	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 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 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:853)


REGRESSION:  org.apache.lucene.analysis.miscellaneous.TestEmptyTokenStream.testIndexWriter_LUCENE4656

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([1F6AC6B26AF08545:F3F86730BBCEB4D8]:0)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.add(Lucene49NormsConsumer.java:226)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:95)
	at org.apache.lucene.index.NumericDocValuesWriter.flush(NumericDocValuesWriter.java:92)
	at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:190)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:94)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3051)
	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3027)
	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:905)
	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:944)
	at org.apache.lucene.analysis.miscellaneous.TestEmptyTokenStream.testIndexWriter_LUCENE4656(TestEmptyTokenStream.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	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 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 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:853)


REGRESSION:  org.apache.lucene.analysis.util.TestSegmentingTokenizerBase.testRandomStrings

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([1F6AC6B26AF08545:97E3C60CC9F4D270]:0)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.add(Lucene49NormsConsumer.java:226)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:95)
	at org.apache.lucene.index.NumericDocValuesWriter.flush(NumericDocValuesWriter.java:92)
	at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:190)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:94)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:375)
	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1194)
	at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1155)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:114)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:104)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:623)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:513)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:432)
	at org.apache.lucene.analysis.util.TestSegmentingTokenizerBase.testRandomStrings(TestSegmentingTokenizerBase.java:128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	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 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 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:853)


REGRESSION:  org.apache.lucene.analysis.wikipedia.WikipediaTokenizerTest.testRandomStrings

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([1F6AC6B26AF08545:97E3C60CC9F4D270]:0)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.add(Lucene49NormsConsumer.java:226)
	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:95)
	at org.apache.lucene.index.NumericDocValuesWriter.flush(NumericDocValuesWriter.java:92)
	at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:190)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:94)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2790)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2949)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2916)
	at org.apache.lucene.index.RandomIndexWriter.maybeCommit(RandomIndexWriter.java:155)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:146)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:104)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:623)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:513)
	at org.apache.lucene.analysis.wikipedia.WikipediaTokenizerTest.testRandomStrings(WikipediaTokenizerTest.java:196)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:619)
	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 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 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:853)




Build Log:
[...truncated 5386 lines...]
   [junit4] Suite: org.apache.lucene.analysis.util.TestSegmentingTokenizerBase
   [junit4]   2> TEST FAIL: useCharFilter=false text='rv \ud800\udf97 \ud800\udddb\ud800\uddde bg '
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSegmentingTokenizerBase -Dtests.method=testRandomStrings -Dtests.seed=1F6AC6B26AF08545 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Chile/Continental -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.77s J1 | TestSegmentingTokenizerBase.testRandomStrings <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1F6AC6B26AF08545:97E3C60CC9F4D270]:0)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.add(Lucene49NormsConsumer.java:226)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:95)
   [junit4]    > 	at org.apache.lucene.index.NumericDocValuesWriter.flush(NumericDocValuesWriter.java:92)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:190)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:94)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:375)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1194)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1155)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:114)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:104)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:623)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:513)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:432)
   [junit4]    > 	at org.apache.lucene.analysis.util.TestSegmentingTokenizerBase.testRandomStrings(TestSegmentingTokenizerBase.java:128)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:853)
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/test/J1/./temp/lucene.analysis.util.TestSegmentingTokenizerBase-1F6AC6B26AF08545-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=407), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=407)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {dummy=DFR I(ne)3(800.0)}, locale=ja_JP_JP_#u-ca-japanese, timezone=Chile/Continental
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=7268104,total=20578304
   [junit4]   2> NOTE: All tests run in this JVM: [TestCJKBigramFilterFactory, TestFinnishAnalyzer, TestCJKWidthFilterFactory, QueryAutoStopWordAnalyzerTest, TestTrimFilterFactory, TestSegmentingTokenizerBase]
   [junit4] Completed on J1 in 0.94s, 7 tests, 1 error <<< FAILURES!

[...truncated 316 lines...]
   [junit4] Suite: org.apache.lucene.analysis.cjk.TestCJKBigramFilter
   [junit4]   2> TEST FAIL: useCharFilter=false text='Fru formand, Cristina Guti\u00e9rrez-Cortines' bet\u00e6nkning om universiteterne og de h\u00f8jere uddannelser i det europ\u00e6iske videnrum er udf\u00e6rdiget i den bedste hensigt. Vi b\u00f8r imidlertid vise agtp\u00e5givenhed og ikke g\u00e5 i den f\u00e6lde, de integrationsivrige kr\u00e6fter har lagt med dogmet: et europ\u00e6isk rum er et rum, hvor alt forenes og bliver ens.'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCJKBigramFilter -Dtests.method=testRandomUnibiHugeStrings -Dtests.seed=1F6AC6B26AF08545 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt -Dtests.timezone=Africa/Windhoek -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.90s J1 | TestCJKBigramFilter.testRandomUnibiHugeStrings <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1F6AC6B26AF08545:30A713A6014390D4]:0)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.add(Lucene49NormsConsumer.java:226)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:95)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat$AssertingNormsConsumer.addNumericField(AssertingDocValuesFormat.java:228)
   [junit4]    > 	at org.apache.lucene.index.NumericDocValuesWriter.flush(NumericDocValuesWriter.java:92)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:190)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:94)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:375)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:474)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1380)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1095)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:143)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:104)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:623)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:513)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:437)
   [junit4]    > 	at org.apache.lucene.analysis.cjk.TestCJKBigramFilter.testRandomUnibiHugeStrings(TestCJKBigramFilter.java:165)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:853)
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/test/J1/./temp/lucene.analysis.cjk.TestCJKBigramFilter-1F6AC6B26AF08545-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene49), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {dummy=DFR I(n)L3(800.0)}, locale=pt, timezone=Africa/Windhoek
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=58985488,total=180879360
   [junit4]   2> NOTE: All tests run in this JVM: [TestCJKBigramFilterFactory, TestFinnishAnalyzer, TestCJKWidthFilterFactory, QueryAutoStopWordAnalyzerTest, TestTrimFilterFactory, TestSegmentingTokenizerBase, TestFlagNum, TestArabicAnalyzer, TestHungarianLightStemFilterFactory, TestHungarianLightStemFilter, TestStopFilter, TestScandinavianFoldingFilterFactory, TestCommonGramsFilterFactory, TestSpaces, TestEscaped, TestRussianAnalyzer, TestApostropheFilter, TestIgnore, TestFrenchAnalyzer, TestSoraniNormalizationFilterFactory, TestPortugueseMinimalStemFilterFactory, TestFinnishLightStemFilterFactory, TestCircumfix, TestLatvianStemFilterFactory, TestSpanishAnalyzer, TestGalicianStemFilter, TestBulgarianStemFilterFactory, TestHindiFilters, TestCharTokenizers, TestKeywordRepeatFilter, TestRollingCharBuffer, TestLimitTokenCountFilterFactory, TestDanishAnalyzer, TestTruncateTokenFilterFactory, TestCodepointCountFilter, TestSoraniStemFilter, TestSnowball, TestCharArrayIterator, TestTypeTokenFilterFactory, TestWordnetSynonymParser, CommonGramsFilterTest, TestSpanishLightStemFilter, TestGreekStemmer, TestRandomChains, TestCzechStemmer, TestMappingCharFilterFactory, TestSnowballPorterFilterFactory, NGramTokenFilterTest, EdgeNGramTokenizerTest, TestTruncateTokenFilter, TestAnalyzers, TestPortugueseStemFilter, TestKeywordAnalyzer, TestArmenianAnalyzer, TestDependencies, TestStemmer, TestPerFieldAnalyzerWrapper, TestNorwegianLightStemFilterFactory, TestKeepWordFilter, TestHindiAnalyzer, TestAnalysisSPILoader, TestStandardAnalyzer, TestPortugueseAnalyzer, TestTypeTokenFilter, TestGreekStemFilterFactory, TestCharArrayMap, HTMLStripCharFilterTest, TestSnowballVocab, TestSynonymMapFilter, TestPatternReplaceCharFilter, ShingleFilterTest, TestCJKBigramFilter]
   [junit4] Completed on J1 in 1.22s, 8 tests, 1 error <<< FAILURES!

[...truncated 37 lines...]
   [junit4] Suite: org.apache.lucene.analysis.wikipedia.WikipediaTokenizerTest
   [junit4]   2> TEST FAIL: useCharFilter=false text='wd m T \u27f9'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=WikipediaTokenizerTest -Dtests.method=testRandomStrings -Dtests.seed=1F6AC6B26AF08545 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=Asia/Seoul -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.08s J1 | WikipediaTokenizerTest.testRandomStrings <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1F6AC6B26AF08545:97E3C60CC9F4D270]:0)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.add(Lucene49NormsConsumer.java:226)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:95)
   [junit4]    > 	at org.apache.lucene.index.NumericDocValuesWriter.flush(NumericDocValuesWriter.java:92)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:190)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:94)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2790)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2949)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2916)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.maybeCommit(RandomIndexWriter.java:155)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:146)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:104)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:623)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:513)
   [junit4]    > 	at org.apache.lucene.analysis.wikipedia.WikipediaTokenizerTest.testRandomStrings(WikipediaTokenizerTest.java:196)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:853)
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/test/J1/./temp/lucene.analysis.wikipedia.WikipediaTokenizerTest-1F6AC6B26AF08545-001
   [junit4]   2> NOTE: test params are: codec=Lucene49: {dummy=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {dummy=IB LL-LZ(0.3)}, locale=hi_IN, timezone=Asia/Seoul
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=116396976,total=180879360
   [junit4]   2> NOTE: All tests run in this JVM: [TestCJKBigramFilterFactory, TestFinnishAnalyzer, TestCJKWidthFilterFactory, QueryAutoStopWordAnalyzerTest, TestTrimFilterFactory, TestSegmentingTokenizerBase, TestFlagNum, TestArabicAnalyzer, TestHungarianLightStemFilterFactory, TestHungarianLightStemFilter, TestStopFilter, TestScandinavianFoldingFilterFactory, TestCommonGramsFilterFactory, TestSpaces, TestEscaped, TestRussianAnalyzer, TestApostropheFilter, TestIgnore, TestFrenchAnalyzer, TestSoraniNormalizationFilterFactory, TestPortugueseMinimalStemFilterFactory, TestFinnishLightStemFilterFactory, TestCircumfix, TestLatvianStemFilterFactory, TestSpanishAnalyzer, TestGalicianStemFilter, TestBulgarianStemFilterFactory, TestHindiFilters, TestCharTokenizers, TestKeywordRepeatFilter, TestRollingCharBuffer, TestLimitTokenCountFilterFactory, TestDanishAnalyzer, TestTruncateTokenFilterFactory, TestCodepointCountFilter, TestSoraniStemFilter, TestSnowball, TestCharArrayIterator, TestTypeTokenFilterFactory, TestWordnetSynonymParser, CommonGramsFilterTest, TestSpanishLightStemFilter, TestGreekStemmer, TestRandomChains, TestCzechStemmer, TestMappingCharFilterFactory, TestSnowballPorterFilterFactory, NGramTokenFilterTest, EdgeNGramTokenizerTest, TestTruncateTokenFilter, TestAnalyzers, TestPortugueseStemFilter, TestKeywordAnalyzer, TestArmenianAnalyzer, TestDependencies, TestStemmer, TestPerFieldAnalyzerWrapper, TestNorwegianLightStemFilterFactory, TestKeepWordFilter, TestHindiAnalyzer, TestAnalysisSPILoader, TestStandardAnalyzer, TestPortugueseAnalyzer, TestTypeTokenFilter, TestGreekStemFilterFactory, TestCharArrayMap, HTMLStripCharFilterTest, TestSnowballVocab, TestSynonymMapFilter, TestPatternReplaceCharFilter, ShingleFilterTest, TestCJKBigramFilter, TestClassicAnalyzer, TestCJKAnalyzer, TestUAX29URLEmailTokenizer, TestAllAnalyzersHaveFactories, TestCompoundWordTokenFilter, WikipediaTokenizerTest]
   [junit4] Completed on J1 in 1.46s, 8 tests, 1 error <<< FAILURES!

[...truncated 37 lines...]
   [junit4] Suite: org.apache.lucene.analysis.miscellaneous.TestEmptyTokenStream
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmptyTokenStream -Dtests.method=testIndexWriter_LUCENE4656 -Dtests.seed=1F6AC6B26AF08545 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_QA -Dtests.timezone=Europe/Berlin -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s J1 | TestEmptyTokenStream.testIndexWriter_LUCENE4656 <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1F6AC6B26AF08545:F3F86730BBCEB4D8]:0)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer$NormMap.add(Lucene49NormsConsumer.java:226)
   [junit4]    > 	at org.apache.lucene.codecs.lucene49.Lucene49NormsConsumer.addNumericField(Lucene49NormsConsumer.java:95)
   [junit4]    > 	at org.apache.lucene.index.NumericDocValuesWriter.flush(NumericDocValuesWriter.java:92)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:190)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:94)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:441)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3051)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3027)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:905)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:944)
   [junit4]    > 	at org.apache.lucene.analysis.miscellaneous.TestEmptyTokenStream.testIndexWriter_LUCENE4656(TestEmptyTokenStream.java:67)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:853)
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=8), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=8)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {description=IB SPL-D1}, locale=ar_QA, timezone=Europe/Berlin
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=21290904,total=180879360
   [junit4]   2> NOTE: All tests run in this JVM: [TestCJKBigramFilterFactory, TestFinnishAnalyzer, TestCJKWidthFilterFactory, QueryAutoStopWordAnalyzerTest, TestTrimFilterFactory, TestSegmentingTokenizerBase, TestFlagNum, TestArabicAnalyzer, TestHungarianLightStemFilterFactory, TestHungarianLightStemFilter, TestStopFilter, TestScandinavianFoldingFilterFactory, TestCommonGramsFilterFactory, TestSpaces, TestEscaped, TestRussianAnalyzer, TestApostropheFilter, TestIgnore, TestFrenchAnalyzer, TestSoraniNormalizationFilterFactory, TestPortugueseMinimalStemFilterFactory, TestFinnishLightStemFilterFactory, TestCircumfix, TestLatvianStemFilterFactory, TestSpanishAnalyzer, TestGalicianStemFilter, TestBulgarianStemFilterFactory, TestHindiFilters, TestCharTokenizers, TestKeywordRepeatFilter, TestRollingCharBuffer, TestLimitTokenCountFilterFactory, TestDanishAnalyzer, TestTruncateTokenFilterFactory, TestCodepointCountFilter, TestSoraniStemFilter, TestSnowball, TestCharArrayIterator, TestTypeTokenFilterFactory, TestWordnetSynonymParser, CommonGramsFilterTest, TestSpanishLightStemFilter, TestGreekStemmer, TestRandomChains, TestCzechStemmer, TestMappingCharFilterFactory, TestSnowballPorterFilterFactory, NGramTokenFilterTest, EdgeNGramTokenizerTest, TestTruncateTokenFilter, TestAnalyzers, TestPortugueseStemFilter, TestKeywordAnalyzer, TestArmenianAnalyzer, TestDependencies, TestStemmer, TestPerFieldAnalyzerWrapper, TestNorwegianLightStemFilterFactory, TestKeepWordFilter, TestHindiAnalyzer, TestAnalysisSPILoader, TestStandardAnalyzer, TestPortugueseAnalyzer, TestTypeTokenFilter, TestGreekStemFilterFactory, TestCharArrayMap, HTMLStripCharFilterTest, TestSnowballVocab, TestSynonymMapFilter, TestPatternReplaceCharFilter, ShingleFilterTest, TestCJKBigramFilter, TestClassicAnalyzer, TestCJKAnalyzer, TestUAX29URLEmailTokenizer, TestAllAnalyzersHaveFactories, TestCompoundWordTokenFilter, WikipediaTokenizerTest, TestKStemmer, TestCollationKeyAnalyzer, TestBrazilianStemmer, TestFinnishLightStemFilter, TestRussianLightStemFilter, TestEmptyTokenStream]
   [junit4] Completed on J1 in 0.03s, 3 tests, 1 error <<< FAILURES!

[...truncated 373 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:544: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:2060: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/analysis/build.xml:106: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/analysis/build.xml:38: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:60: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1307: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 268 suites, 1358 tests, 4 errors, 1 ignored

Total time: 27 minutes 1 second
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_20-ea-b23) - Build # 10997 - Still Failing!

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

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd:     1) Thread[id=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]         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.TestVariableResolverEndToEnd: 
   1) Thread[id=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
        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([762960FC1BF2F89B]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]         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=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
        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([762960FC1BF2F89B]:0)


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=51, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         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.TestSqlEntityProcessorDelta: 
   1) Thread[id=51, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        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([762960FC1BF2F89B]: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=51, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         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=51, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        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([762960FC1BF2F89B]:0)




Build Log:
[...truncated 15094 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001
   [junit4]   2> 16671 T50 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 17390 T50 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 17392 T50 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/collection1/'
   [junit4]   2> 17436 T50 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 17451 T50 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 17452 T50 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 17462 T50 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 17478 T50 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 17479 T50 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 17479 T50 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 17480 T50 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 17480 T50 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001
   [junit4]   2> 17481 T50 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/'
   [junit4]   2> 17508 T50 oasc.CoreContainer.<init> New CoreContainer 1493362283
   [junit4]   2> 17509 T50 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/]
   [junit4]   2> 17510 T50 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 17510 T50 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 17510 T50 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 17511 T50 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 17511 T50 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 17511 T50 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 17512 T50 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 17512 T50 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 17512 T50 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 17513 T50 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 17513 T50 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 17514 T50 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 17514 T50 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 17518 T52 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/collection1/'
   [junit4]   2> 17550 T52 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 17565 T52 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 17566 T52 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 17576 T52 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 17590 T52 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 17591 T52 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 17591 T52 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 17592 T52 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/collection1/
   [junit4]   2> 17592 T52 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 17592 T52 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/
   [junit4]   2> 17592 T52 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 17593 T52 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> 17593 T52 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 17594 T52 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001
   [junit4]   2> 17594 T52 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index/
   [junit4]   2> 17594 T52 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 17595 T52 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index
   [junit4]   2> 17596 T52 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 17596 T52 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 17597 T52 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 17598 T52 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 17598 T52 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 17599 T52 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 17599 T52 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 17599 T52 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 17599 T52 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 17600 T52 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 17600 T52 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 17600 T52 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 17601 T52 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 17603 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 17604 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 17605 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 17606 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 17608 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 17609 T52 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 17609 T52 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 17610 T52 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 17610 T52 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 17611 T52 oass.SolrIndexSearcher.<init> Opening Searcher@5db6efdd[collection1] main
   [junit4]   2> 17611 T52 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/collection1/conf
   [junit4]   2> 17611 T52 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/collection1/conf}
   [junit4]   2> 17612 T52 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/collection1/conf
   [junit4]   2> 17612 T52 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 17612 T52 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/core-home-001/collection1/conf
   [junit4]   2> 17613 T52 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 17613 T52 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 17613 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5db6efdd[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 17614 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 17614 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5db6efdd[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 17615 T50 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 17621 T50 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@5e8d16e5
   [junit4]   2> 17640 T50 C2 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 17642 T50 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 17
   [junit4]   2> 17654 T50 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 17655 T50 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 17656 T50 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 17656 T50 C2 oass.SolrIndexSearcher.<init> Opening Searcher@34c86d34[collection1] main
   [junit4]   2> 17657 T50 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 17658 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@34c86d34[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 17658 T53 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=0 
   [junit4]   2> 17659 T53 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> 17660 T53 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> 17660 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 17660 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@34c86d34[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 17661 T50 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@5e8d16e5
   [junit4]   2> 17873 T50 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 17874 T50 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 17875 T50 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 17875 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 17890 T50 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 17894 T50 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 17894 T50 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 17916 T50 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 17916 T50 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 17927 T50 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 17928 T50 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 17935 T50 C3 oass.SolrIndexSearcher.<init> Opening Searcher@53b0fce9[collection1] main
   [junit4]   2> 17935 T50 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 17936 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@53b0fce9[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 17936 T53 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> 17937 T53 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> 17938 T53 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> 17938 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 17938 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@53b0fce9[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 17939 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 17940 T50 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 17940 T50 C3 oashd.DocBuilder.execute Time taken = 0:0:0.63
   [junit4]   2> 17940 T50 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-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>+%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 69
   [junit4]   2> 17945 T50 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=1 
   [junit4]   2> 17960 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 17960 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 17961 T50 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 17967 T50 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 17968 T50 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 17968 T50 C3 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 17968 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 17969 T50 C3 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 17970 T50 C3 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 17970 T50 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 17970 T50 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 17974 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 17975 T50 C3 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 5
   [junit4]   2> 17976 T50 C3 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 3
   [junit4]   2> 17976 T50 C3 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 17976 T50 C3 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 17976 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 17977 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 10
   [junit4]   2> 17977 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 17977 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 15
   [junit4]   2> 17978 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 17978 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 12
   [junit4]   2> 17982 T50 C3 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 17982 T50 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 17982 T50 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18012 T50 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 18012 T50 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 18021 T50 C3 oass.SolrIndexSearcher.<init> Opening Searcher@304e02ef[collection1] main
   [junit4]   2> 18022 T50 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18023 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@304e02ef[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20/7:delGen=1) Uninverting(_1(5.0):C5))}
   [junit4]   2> 18023 T53 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> 18024 T53 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> 18025 T53 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> 18026 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18026 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@304e02ef[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20/7:delGen=1) Uninverting(_1(5.0):C5))}
   [junit4]   2> 18027 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 18027 T50 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 18028 T50 C3 oashd.DocBuilder.execute Time taken = 0:0:0.59
   [junit4]   2> 18028 T50 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-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&clean=false&command=delta-import} {delete=[10, 15, 12],add=[1007, 13, 2, 6, 20],commit=} 0 63
   [junit4]   2> 18031 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=18 status=0 QTime=1 
   [junit4]   2> 18039 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 18039 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 18042 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1007&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=2 
   [junit4]   2> 18045 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:10&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 18047 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:12&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 18049 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 18051 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 18054 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:20&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 18056 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 18058 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:13&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 18064 T50 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 18070 T50 oas.SolrTestCaseJ4.setUp ###Starting testDeltaImportWithoutInitialFullImport
   [junit4]   2> 18071 T50 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 18072 T50 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 18073 T50 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18074 T50 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 18074 T50 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 18075 T50 C3 oass.SolrIndexSearcher.<init> Opening Searcher@a8d2dca[collection1] main
   [junit4]   2> 18075 T50 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18076 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@a8d2dca[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18076 T53 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> 18077 T53 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> 18077 T53 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> 18077 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18078 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a8d2dca[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18079 T50 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 18096 T50 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 18097 T50 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 18097 T50 C3 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 18098 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 18099 T50 C3 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 18100 T50 C3 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 18100 T50 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 18100 T50 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 18103 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18104 T50 C3 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 20
   [junit4]   2> 18104 T50 C3 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 18104 T50 C3 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 18117 T50 C3 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 18117 T50 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 18118 T50 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18135 T50 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 18136 T50 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 18144 T50 C3 oass.SolrIndexSearcher.<init> Opening Searcher@2a914df7[collection1] main
   [junit4]   2> 18145 T50 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18150 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2a914df7[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20))}
   [junit4]   2> 18150 T53 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> 18151 T53 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> 18152 T53 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> 18152 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18153 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a914df7[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20))}
   [junit4]   2> 18153 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 18154 T50 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 18154 T50 C3 oashd.DocBuilder.execute Time taken = 0:0:0.56
   [junit4]   2> 18155 T50 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-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&clean=false&command=delta-import} {add=[19, 18, 17, 16, 20, 11, 10, 9, 8, 15, ... (20 adds)],commit=} 0 62
   [junit4]   2> 18158 T50 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=2 
   [junit4]   2> 18166 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 18167 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 18168 T50 oas.SolrTestCaseJ4.tearDown ###Ending testDeltaImportWithoutInitialFullImport
   [junit4]   2> 18174 T50 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> 18175 T50 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 18176 T50 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 18177 T50 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18178 T50 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 18178 T50 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 18178 T50 C3 oass.SolrIndexSearcher.<init> Opening Searcher@4eb8404[collection1] main
   [junit4]   2> 18179 T50 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18179 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@4eb8404[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18180 T53 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> 18180 T53 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> 18181 T53 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> 18182 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18182 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4eb8404[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18183 T50 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 18197 T50 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 18197 T50 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 18197 T50 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 18198 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 18198 T50 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 18199 T50 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 18200 T50 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 18237 T50 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 18237 T50 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18256 T50 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 18256 T50 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 18268 T50 C3 oass.SolrIndexSearcher.<init> Opening Searcher@13def06[collection1] main
   [junit4]   2> 18268 T50 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18278 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@13def06[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C60))}
   [junit4]   2> 18279 T53 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> 18280 T53 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> 18281 T53 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> 18281 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18282 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13def06[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C60))}
   [junit4]   2> 18282 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 18283 T50 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 18284 T50 C3 oashd.DocBuilder.execute Time taken = 0:0:0.85
   [junit4]   2> 18284 T50 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-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"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&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 90
   [junit4]   2> 18358 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=60} hits=60 status=0 QTime=72 
   [junit4]   2> 18382 T50 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=9 
   [junit4]   2> 18388 T50 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=1 
   [junit4]   2> 18402 T50 C3 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=9 
   [junit4]   2> 18407 T50 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=3 
   [junit4]   2> 18410 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 18411 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 18412 T50 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 18418 T50 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 18419 T50 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 18419 T50 C3 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 18420 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 18421 T50 C3 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 18421 T50 C3 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 18422 T50 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 18422 T50 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 18424 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18426 T50 C3 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 8
   [junit4]   2> 18426 T50 C3 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 8
   [junit4]   2> 18426 T50 C3 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 18427 T50 C3 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 18427 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18428 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 8
   [junit4]   2> 18428 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18429 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 15
   [junit4]   2> 18429 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18429 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 13
   [junit4]   2> 18430 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18430 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 2
   [junit4]   2> 18431 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18431 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 1
   [junit4]   2> 18431 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18432 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 16
   [junit4]   2> 18432 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18432 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 7
   [junit4]   2> 18433 T50 C3 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 18433 T50 C3 oashd.SolrWriter.deleteDoc Deleting document: 5
   [junit4]   2> 18446 T50 C3 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 18447 T50 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 18447 T50 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18454 T50 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 18455 T50 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 18456 T50 C3 oass.SolrIndexSearcher.<init> Opening Searcher@bc577c1[collection1] main
   [junit4]   2> 18457 T50 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18468 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@bc577c1[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C60/26:delGen=1) Uninverting(_4(5.0):C24))}
   [junit4]   2> 18469 T53 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> 18469 T53 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> 18471 T53 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> 18471 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18471 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bc577c1[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):C60/26:delGen=1) Uninverting(_4(5.0):C24))}
   [junit4]   2> 18472 T50 C3 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 18472 T50 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 18473 T50 C3 oashd.DocBuilder.execute Time taken = 0:0:0.52
   [junit4]   2> 18473 T50 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-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"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&clean=false&command=delta-import} {delete=[8, 15, 13, 2, 1, 16, 7, 5],add=[14, TripleThreat-1-14, TripleThreat-2-14, 1005, TripleThreat-1-1005, TripleThreat-2-1005, 19, TripleThreat-1-19, TripleThreat-2-19, 18, ... (24 adds)],commit=} 0 58
   [junit4]   2> 18476 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=42} hits=58 status=0 QTime=0 
   [junit4]   2> 18484 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-1-*&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=0 
   [junit4]   2> 18488 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-2-*&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=0 
   [junit4]   2> 18495 T50 C3 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=1 
   [junit4]   2> 18496 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=0 
   [junit4]   2> 18500 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 18501 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 18503 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1015&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=2 
   [junit4]   2> 18505 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1005&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 18507 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:16&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 18509 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 18510 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 18512 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 18513 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 18514 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:8&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 18515 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:13&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 18517 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 18519 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:17&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 18521 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:18&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 18523 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:19&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 18525 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:20&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 18527 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 18529 T50 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 18530 T50 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 18535 T50 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> 18536 T50 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 18537 T50 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 18538 T50 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 18538 T50 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 18539 T50 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 18539 T50 C3 oass.SolrIndexSearcher.<init> Opening Searcher@677acc14[collection1] main
   [junit4]   2> 18540 T50 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18541 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@677acc14[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18541 T53 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> 18541 T53 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> 18542 T53 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> 18542 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 18542 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@677acc14[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 18544 T50 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@5e8d16e5
   [junit4]   2> 20180 T50 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 20181 T50 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 20181 T50 C4 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 20182 T50 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 20183 T50 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 20184 T50 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 20185 T50 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 20191 T50 C4 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 20193 T50 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 20286 T50 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 20287 T50 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 20294 T50 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 20294 T50 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 20296 T50 C4 oass.SolrIndexSearcher.<init> Opening Searcher@6391b35b[collection1] main
   [junit4]   2> 20296 T50 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 20301 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6391b35b[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20))}
   [junit4]   2> 20302 T53 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> 20302 T53 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> 20303 T53 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> 20303 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 20303 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6391b35b[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20))}
   [junit4]   2> 20304 T50 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 20304 T50 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 20304 T50 C4 oashd.DocBuilder.execute Time taken = 0:0:0.122
   [junit4]   2> 20305 T50 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-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+name%3D"Countries"+pk%3D"CODE"+dataSource%3D"derby"+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 127
   [junit4]   2> 20309 T50 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=2 
   [junit4]   2> 20331 T50 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=0 
   [junit4]   2> 20357 T50 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> 20359 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 20359 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 20360 T50 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 20386 T50 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 20386 T50 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 20387 T50 C4 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 20387 T50 C4 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 20388 T50 C4 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 20388 T50 C4 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: Countries
   [junit4]   2> 20389 T50 C4 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: Countries rows obtained : 0
   [junit4]   2> 20389 T50 C4 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: Countries rows obtained : 0
   [junit4]   2> 20389 T50 C4 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: Countries
   [junit4]   2> 20389 T50 C4 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 20390 T50 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 20391 T50 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 20445 T50 C4 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 13
   [junit4]   2> 20445 T50 C4 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 20445 T50 C4 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 20452 T50 C4 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 20453 T50 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 20521 T50 C4 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 20522 T50 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 20522 T50 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 20580 T50 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 20581 T50 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 20583 T50 C4 oass.SolrIndexSearcher.<init> Opening Searcher@6f5e4fd4[collection1] main
   [junit4]   2> 20584 T50 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 20596 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6f5e4fd4[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20/13:delGen=1) Uninverting(_6(5.0):C13))}
   [junit4]   2> 20597 T53 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> 20598 T53 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> 20598 T53 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> 20598 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 20599 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f5e4fd4[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20/13:delGen=1) Uninverting(_6(5.0):C13))}
   [junit4]   2> 20600 T50 C4 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 20600 T50 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 20601 T50 C4 oashd.DocBuilder.execute Time taken = 0:0:0.213
   [junit4]   2> 20601 T50 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-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+name%3D"Countries"+pk%3D"Countries.CODE"+dataSource%3D"derby"+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=false&command=delta-import} {add=[19, 16, 20, 10, 9, 8, 15, 14, 13, 3, ... (13 adds)],commit=} 0 217
   [junit4]   2> 20607 T50 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> 20616 T50 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> 20622 T50 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=0 
   [junit4]   2> 20636 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NO&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=12 
   [junit4]   2> 20650 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NP&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=12 
   [junit4]   2> 20655 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NR&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=3 
   [junit4]   2> 20668 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NC&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=11 
   [junit4]   2> 20682 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NE&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=13 
   [junit4]   2> 20728 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NU&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=44 
   [junit4]   2> 20741 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NF&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=10 
   [junit4]   2> 20755 T50 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NG&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=12 
   [junit4]   2> 21287 T50 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 21296 T50 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 21298 T50 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 21299 T50 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 21300 T50 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21302 T50 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 21302 T50 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 21304 T50 C4 oass.SolrIndexSearcher.<init> Opening Searcher@2f5df41e[collection1] main
   [junit4]   2> 21304 T50 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21306 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2f5df41e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21306 T53 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> 21307 T53 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> 21307 T53 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> 21307 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 21307 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f5df41e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21309 T50 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 21325 T50 C4 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 21325 T50 C4 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 21326 T50 C4 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 21326 T50 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 21327 T50 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 21328 T50 C4 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 21328 T50 C4 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 21351 T50 C4 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 21352 T50 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21357 T50 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@218fe827 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-001/init-core-data-001/index),segFN=segments_e,generation=14}
   [junit4]   2> 21357 T50 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 21359 T50 C4 oass.SolrIndexSearcher.<init> Opening Searcher@41c778e5[collection1] main
   [junit4]   2> 21359 T50 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21364 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@41c778e5[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 21365 T53 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> 21365 T53 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> 21366 T53 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> 21366 T53 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 21366 T53 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@41c778e5[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 21367 T50 C4 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 21368 T50 C4 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 21368 T50 C4 oashd.DocBuilder.execute Time taken = 0:0:0.41
   [junit4]   2> 21368 T50 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-762960FC1BF2F89B-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'+"+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

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

webapp=null path=null params={indent=true&synchronous=true&commit=true&dataConfig=<dataConfig>+%0a<dataSource+name%3D"hsqldb"+driver%3D"${dataimporter.request.dots.in.hsqldb.driver}"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<document+name%3D"TestEvaluators">+%0a<entity+name%3D"FIRST"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"++query%3D"select++1+as+id,++'SELECT'+as+SELECT_KEYWORD,++CURRENT_TIMESTAMP+as+FIRST_TS+from+DUAL+"+>%0a++<field+column%3D"SELECT_KEYWORD"+name%3D"select_keyword_s"+/>+%0a++<entity+name%3D"SECOND"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"+transformer%3D"TemplateTransformer"++++query%3D"${dataimporter.functions.encodeUrl(FIRST.SELECT_KEYWORD)}++1+as+SORT,++CURRENT_TIMESTAMP+as+SECOND_TS,++'${dataimporter.functions.formatDate(FIRST.FIRST_TS,+'yyyy',+'da_DK')}'+as+SECOND1_S,+++'PORK'+AS+MEAT,++'GRILL'+AS+METHOD,++'ROUND'+AS+CUTS,++'BEEF_CUTS'+AS+WHATKIND+from+DUAL+WHERE+1%3D${FIRST.ID}+UNION+${dataimporter.functions.encodeUrl(FIRST.SELECT_KEYWORD)}++2+as+SORT,++CURRENT_TIMESTAMP+as+SECOND_TS,++'${dataimporter.functions.formatDate(FIRST.FIRST_TS,+'yyyy',+'da_DK')}'+as+SECOND1_S,+++'FISH'+AS+MEAT,++'FRY'+AS+METHOD,++'SIRLOIN'+AS+CUTS,++'BEEF_CUTS'+AS+WHATKIND+from+DUAL+WHERE+1%3D${FIRST.ID}+ORDER+BY+SORT+">%0a+++<field+column%3D"SECOND_S"+name%3D"second_s"+/>+%0a+++<field+column%3D"SECOND1_S"+name%3D"second1_s"+/>+%0a+++<field+column%3D"second2_s"+template%3D"${dataimporter.functions.formatDate(SECOND.SECOND_TS,+'yyyy',+'da_DK')}"+/>+%0a+++<field+column%3D"second3_s"+template%3D"${dih.functions.formatDate(SECOND.SECOND_TS,+'yyyy',+'da_DK')}"+/>+%0a+++<field+column%3D"METHOD"+name%3D"${SECOND.MEAT}_s"/>%0a+++<field+column%3D"CUTS"+name%3D"${SECOND.WHATKIND}_mult_s"/>%0a++</entity>%0a</entity>%0a</document>+%0a</dataConfig>+%0a&clean=true&command=full-import} {deleteByQuery=*:*,add=[1],commit=} 0 72
   [junit4]   2> 46352 T147 C17 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&indent=true&wt=json} hits=1 status=0 QTime=0 
   [junit4]   2> 46362 T147 oas.SolrTestCaseJ4.tearDown ###Ending test
   [junit4]   2> 46418 T147 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 46418 T147 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1670435815
   [junit4]   2> 46418 T147 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2948d8
   [junit4]   2> 46418 T147 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=2,cumulative_errors=0}
   [junit4]   2> 46419 T147 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 46419 T147 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 46419 T147 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 46420 T147 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 46421 T147 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 46421 T147 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-762960FC1BF2F89B-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-762960FC1BF2F89B-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 46421 T147 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-762960FC1BF2F89B-001/init-core-data-001/index
   [junit4]   2> 46421 T147 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-762960FC1BF2F89B-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-762960FC1BF2F89B-001/init-core-data-001;done=false>>]
   [junit4]   2> 46422 T147 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-762960FC1BF2F89B-001/init-core-data-001
   [junit4]   2> 1448 T146 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 21686 T146 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd: 
   [junit4]   2> 	   1) Thread[id=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [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> 21686 T146 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [junit4]   2> 24688 T146 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [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=Asserting(Lucene49), sim=DefaultSimilarity, locale=da_DK, timezone=Asia/Tashkent
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_20-ea (64-bit)/cpus=8,threads=2,free=225696608,total=258998272
   [junit4]   2> NOTE: All tests run in this JVM: [TestZKPropertiesWriter, TestSolrEntityProcessorEndToEnd, TestDocBuilder2, TestFileListWithLineEntityProcessor, TestDataConfig, TestVariableResolverEndToEnd]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestVariableResolverEndToEnd -Dtests.seed=762960FC1BF2F89B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da_DK -Dtests.timezone=Asia/Tashkent -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestVariableResolverEndToEnd (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd: 
   [junit4]    >    1) Thread[id=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [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([762960FC1BF2F89B]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=148, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [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([762960FC1BF2F89B]:0)
   [junit4] Completed on J0 in 24.76s, 1 test, 2 errors <<< FAILURES!

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

Total time: 94 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_20-ea-b23 -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-Linux (32bit/jdk1.8.0_20-ea-b23) - Build # 10996 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10996/
Java: 32bit/jdk1.8.0_20-ea-b23 -server -XX:+UseG1GC

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=34, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         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.TestSqlEntityProcessorDelta: 
   1) Thread[id=34, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        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([561931E3FDF992BB]: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=34, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         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=34, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        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([561931E3FDF992BB]:0)




Build Log:
[...truncated 15093 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001
   [junit4]   2> 8680 T33 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 9825 T33 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 9825 T33 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/collection1/'
   [junit4]   2> 9875 T33 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 9924 T33 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 9925 T33 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 9936 T33 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 9980 T33 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 9981 T33 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 9981 T33 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 9982 T33 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 9982 T33 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001
   [junit4]   2> 9983 T33 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/'
   [junit4]   2> 10051 T33 oasc.CoreContainer.<init> New CoreContainer 6910676
   [junit4]   2> 10052 T33 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/]
   [junit4]   2> 10052 T33 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 10052 T33 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 10053 T33 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 10053 T33 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 10053 T33 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 10053 T33 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 10054 T33 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 10054 T33 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 10054 T33 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 10055 T33 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 10055 T33 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 10055 T33 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 10055 T33 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 10059 T35 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/collection1/'
   [junit4]   2> 10131 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 10171 T35 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 10172 T35 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 10182 T35 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 10203 T35 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 10204 T35 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 10205 T35 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 10206 T35 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/collection1/
   [junit4]   2> 10206 T35 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 10206 T35 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/
   [junit4]   2> 10207 T35 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 10207 T35 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> 10207 T35 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 10212 T35 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001
   [junit4]   2> 10213 T35 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index/
   [junit4]   2> 10213 T35 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 10214 T35 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index
   [junit4]   2> 10215 T35 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 10216 T35 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 10221 T35 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 10222 T35 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 10222 T35 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10222 T35 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10223 T35 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10223 T35 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10227 T35 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 10228 T35 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 10228 T35 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 10229 T35 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10229 T35 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 10232 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10234 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10235 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10236 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10238 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10240 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 10240 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 10241 T35 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 10242 T35 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 10242 T35 oass.SolrIndexSearcher.<init> Opening Searcher@1bc779e[collection1] main
   [junit4]   2> 10243 T35 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/collection1/conf
   [junit4]   2> 10243 T35 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/collection1/conf}
   [junit4]   2> 10243 T35 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/collection1/conf
   [junit4]   2> 10244 T35 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 10244 T35 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/core-home-001/collection1/conf
   [junit4]   2> 10245 T35 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 10245 T35 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 10245 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1bc779e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10246 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10246 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bc779e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10257 T33 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 10262 T33 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@fe06a9
   [junit4]   2> 10279 T33 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10280 T33 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 13
   [junit4]   2> 10286 T33 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10287 T33 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 10288 T33 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 10289 T33 C4 oass.SolrIndexSearcher.<init> Opening Searcher@1a11cbf[collection1] main
   [junit4]   2> 10290 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1a11cbf[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10290 T36 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> 10291 T36 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> 10292 T36 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> 10292 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10292 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a11cbf[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10292 T33 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10293 T33 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@fe06a9
   [junit4]   2> 12882 T33 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 12883 T33 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 12884 T33 C5 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 12884 T33 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 12909 T33 C5 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12916 T33 C5 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 12919 T33 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 2
   [junit4]   2> 12930 T33 C5 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 12932 T33 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 13153 T33 C5 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 13153 T33 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 13182 T33 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 13183 T33 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 13256 T33 C5 oass.SolrIndexSearcher.<init> Opening Searcher@ae8a5c[collection1] main
   [junit4]   2> 13257 T33 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 13257 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@ae8a5c[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 13258 T36 C5 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> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@fe06a9
   [junit4]   2> 13271 T36 C6 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> 13272 T36 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> 13272 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 13272 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ae8a5c[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 13273 T33 C6 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 13274 T33 C6 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 13274 T33 C6 oashd.DocBuilder.execute Time taken = 0:0:0.388
   [junit4]   2> 13274 T33 C6 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-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}'+"+>+%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"Sports"+dataSource%3D"derby"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+WHERE+DELETED+!%3D+'Y'+AND+PERSON_ID%3D${People.ID}+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_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 395
   [junit4]   2> 13282 T33 C6 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> 13293 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=SPORT_NAME_mult_s:Sailing&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=4 
   [junit4]   2> 13340 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=2 
   [junit4]   2> 13343 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 13344 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 13345 T33 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 13386 T33 C6 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 13387 T33 C6 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 13387 T33 C6 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 13388 T33 C6 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 13389 T33 C6 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 13390 T33 C6 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: Sports
   [junit4]   2> 13390 T33 C6 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: Sports rows obtained : 0
   [junit4]   2> 13390 T33 C6 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: Sports rows obtained : 0
   [junit4]   2> 13391 T33 C6 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: Sports
   [junit4]   2> 13391 T33 C6 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 13392 T33 C6 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 13393 T33 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 13418 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13424 T33 C6 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 4
   [junit4]   2> 13424 T33 C6 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 8
   [junit4]   2> 13425 T33 C6 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 13425 T33 C6 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 13425 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13426 T33 C6 oashd.SolrWriter.deleteDoc Deleting document: 13
   [junit4]   2> 13426 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13426 T33 C6 oashd.SolrWriter.deleteDoc Deleting document: 2
   [junit4]   2> 13427 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13427 T33 C6 oashd.SolrWriter.deleteDoc Deleting document: 1
   [junit4]   2> 13427 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13427 T33 C6 oashd.SolrWriter.deleteDoc Deleting document: 4
   [junit4]   2> 13428 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13428 T33 C6 oashd.SolrWriter.deleteDoc Deleting document: 20
   [junit4]   2> 13429 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13429 T33 C6 oashd.SolrWriter.deleteDoc Deleting document: 11
   [junit4]   2> 13430 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13430 T33 C6 oashd.SolrWriter.deleteDoc Deleting document: 10
   [junit4]   2> 13431 T33 C6 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 13431 T33 C6 oashd.SolrWriter.deleteDoc Deleting document: 15
   [junit4]   2> 13438 T33 C6 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 13439 T33 C6 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 13465 T33 C6 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 13465 T33 C6 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 13465 T33 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 13472 T33 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 13473 T33 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 13477 T33 C6 oass.SolrIndexSearcher.<init> Opening Searcher@1cfebca[collection1] main
   [junit4]   2> 13478 T33 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 13480 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1cfebca[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20/11:delGen=1) Uninverting(_1(5.0):C4))}
   [junit4]   2> 13480 T36 C6 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> 13481 T36 C6 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> 13481 T36 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> 13481 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 13482 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cfebca[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20/11:delGen=1) Uninverting(_1(5.0):C4))}
   [junit4]   2> 13482 T33 C6 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 13483 T33 C6 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 13483 T33 C6 oashd.DocBuilder.execute Time taken = 0:0:0.94
   [junit4]   2> 13484 T33 C6 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-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"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}'+"+>+%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"Sports"+dataSource%3D"derby"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+WHERE+DELETED+!%3D+'Y'+AND+PERSON_ID%3D${People.ID}+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_s"+/>+%0a</entity>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&clean=false&command=delta-import} {delete=[13, 2, 1, 4, 20, 11, 10, 15],add=[1011, 18, 7, 9],commit=} 0 101
   [junit4]   2> 13487 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=13 status=0 QTime=1 
   [junit4]   2> 13494 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 13497 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1011&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 13498 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 13500 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 13501 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:20&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 13502 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:4&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 13503 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:10&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 13504 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:11&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 13506 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:13&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 13507 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 13508 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:18&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 13510 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 13511 T33 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:9&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 14042 T33 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 14079 T33 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@fe06a9
   [junit4]   2> 14081 T33 C7 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 14081 T33 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 14083 T33 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14084 T33 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 14084 T33 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 14085 T33 C7 oass.SolrIndexSearcher.<init> Opening Searcher@511f0d[collection1] main
   [junit4]   2> 14085 T33 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 14086 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@511f0d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 14087 T36 C7 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> 14087 T36 C7 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> 14088 T36 C7 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> 14088 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 14088 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@511f0d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 14095 T33 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 12
   [junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@fe06a9
   [junit4]   2> 14390 T33 C8 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 14391 T33 C8 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 14391 T33 C8 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 14392 T33 C8 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 14393 T33 C8 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 14394 T33 C8 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 14395 T33 C8 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 14463 T33 C8 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 14463 T33 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14477 T33 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 14478 T33 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 14482 T33 C8 oass.SolrIndexSearcher.<init> Opening Searcher@10efb5d[collection1] main
   [junit4]   2> 14483 T33 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 14485 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@10efb5d[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C60))}
   [junit4]   2> 14486 T36 C8 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> 14486 T36 C8 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> 14487 T36 C8 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> 14487 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 14487 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10efb5d[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C60))}
   [junit4]   2> 14488 T33 C8 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 14489 T33 C8 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 14489 T33 C8 oashd.DocBuilder.execute Time taken = 0:0:0.96
   [junit4]   2> 14490 T33 C8 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-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"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&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 102
   [junit4]   2> 14624 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=60} hits=60 status=0 QTime=128 
   [junit4]   2> 14656 T33 C8 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=15 
   [junit4]   2> 14661 T33 C8 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=1 
   [junit4]   2> 14670 T33 C8 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=4 
   [junit4]   2> 14673 T33 C8 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> 14677 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 14677 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 14678 T33 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 14685 T33 C8 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 14701 T33 C8 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 14701 T33 C8 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 14702 T33 C8 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 14703 T33 C8 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 14704 T33 C8 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 14704 T33 C8 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 14705 T33 C8 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 14711 T33 C8 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 14713 T33 C8 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 6
   [junit4]   2> 14713 T33 C8 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 4
   [junit4]   2> 14714 T33 C8 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 14714 T33 C8 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 14715 T33 C8 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 14715 T33 C8 oashd.SolrWriter.deleteDoc Deleting document: 9
   [junit4]   2> 14716 T33 C8 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 14716 T33 C8 oashd.SolrWriter.deleteDoc Deleting document: 1
   [junit4]   2> 14717 T33 C8 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 14717 T33 C8 oashd.SolrWriter.deleteDoc Deleting document: 7
   [junit4]   2> 14718 T33 C8 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 14718 T33 C8 oashd.SolrWriter.deleteDoc Deleting document: 5
   [junit4]   2> 14736 T33 C8 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 14737 T33 C8 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 14738 T33 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14796 T33 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 14797 T33 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 14800 T33 C8 oass.SolrIndexSearcher.<init> Opening Searcher@a2536d[collection1] main
   [junit4]   2> 14800 T33 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 14807 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@a2536d[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C60/16:delGen=1) Uninverting(_3(5.0):C18))}
   [junit4]   2> 14808 T36 C8 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> 14808 T36 C8 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> 14809 T36 C8 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> 14809 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 14809 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a2536d[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C60/16:delGen=1) Uninverting(_3(5.0):C18))}
   [junit4]   2> 14810 T33 C8 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 14811 T33 C8 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 14811 T33 C8 oashd.DocBuilder.execute Time taken = 0:0:0.108
   [junit4]   2> 14812 T33 C8 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-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"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&clean=false&command=delta-import} {delete=[9, 1, 7, 5],add=[11, TripleThreat-1-11, TripleThreat-2-11, 1006, TripleThreat-1-1006, TripleThreat-2-1006, 13, TripleThreat-1-13, TripleThreat-2-13, 19, ... (18 adds)],commit=} 0 130
   [junit4]   2> 14816 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=54} hits=62 status=0 QTime=2 
   [junit4]   2> 14829 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-1-*&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=0 
   [junit4]   2> 14833 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-2-*&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=0 
   [junit4]   2> 14838 T33 C8 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=0 
   [junit4]   2> 14840 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=0 
   [junit4]   2> 14843 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 14844 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 14845 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1013&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 14848 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1006&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 14849 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 14851 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 14853 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 14854 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:9&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 14856 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:19&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 14859 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 14861 T33 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:11&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@fe06a9
   [junit4]   2> 14881 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:13&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 14888 T33 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 14896 T33 oas.SolrTestCaseJ4.setUp ###Starting testDeltaImportWithoutInitialFullImport
   [junit4]   2> 14898 T33 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 14898 T33 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 14900 T33 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14901 T33 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 14901 T33 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 14903 T33 C9 oass.SolrIndexSearcher.<init> Opening Searcher@beec4e[collection1] main
   [junit4]   2> 14904 T33 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 14905 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@beec4e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 14906 T36 C9 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> 14906 T36 C9 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> 14907 T36 C9 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> 14907 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 14907 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@beec4e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 14909 T33 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 14928 T33 C9 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 14929 T33 C9 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 14929 T33 C9 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 14930 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 14931 T33 C9 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 14931 T33 C9 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 14931 T33 C9 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 14932 T33 C9 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 14934 T33 C9 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 20
   [junit4]   2> 14934 T33 C9 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 14934 T33 C9 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 14947 T33 C9 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 14948 T33 C9 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 14948 T33 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14957 T33 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 14958 T33 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 14960 T33 C9 oass.SolrIndexSearcher.<init> Opening Searcher@b56423[collection1] main
   [junit4]   2> 14961 T33 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 14963 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@b56423[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):C20))}
   [junit4]   2> 14963 T36 C9 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> 14964 T36 C9 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> 14964 T36 C9 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> 14964 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 14964 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b56423[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):C20))}
   [junit4]   2> 14965 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 14966 T33 C9 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 14966 T33 C9 oashd.DocBuilder.execute Time taken = 0:0:0.36
   [junit4]   2> 14967 T33 C9 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-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>+%0a</document>+%0a</dataConfig>+%0a&clean=false&command=delta-import} {add=[19, 18, 17, 16, 20, 11, 10, 9, 8, 15, ... (20 adds)],commit=} 0 45
   [junit4]   2> 14969 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> 14973 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 14974 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 14975 T33 oas.SolrTestCaseJ4.tearDown ###Ending testDeltaImportWithoutInitialFullImport
   [junit4]   2> 14983 T33 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> 14984 T33 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 14985 T33 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 14986 T33 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14987 T33 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 14988 T33 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 14989 T33 C9 oass.SolrIndexSearcher.<init> Opening Searcher@fb5e72[collection1] main
   [junit4]   2> 14989 T33 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 14990 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@fb5e72[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 14991 T36 C9 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> 14991 T36 C9 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> 14992 T36 C9 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> 14992 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 14992 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fb5e72[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 14993 T33 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 15010 T33 C9 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 15011 T33 C9 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 15011 T33 C9 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 15012 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 15013 T33 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 15014 T33 C9 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 15015 T33 C9 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 15021 T33 C9 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 15021 T33 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15027 T33 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 15027 T33 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 15030 T33 C9 oass.SolrIndexSearcher.<init> Opening Searcher@1746fff[collection1] main
   [junit4]   2> 15030 T33 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 15033 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1746fff[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20))}
   [junit4]   2> 15033 T36 C9 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> 15033 T36 C9 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> 15034 T36 C9 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> 15034 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 15034 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1746fff[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20))}
   [junit4]   2> 15035 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 15035 T33 C9 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 15036 T33 C9 oashd.DocBuilder.execute Time taken = 0:0:0.23
   [junit4]   2> 15036 T33 C9 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-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>+%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 29
   [junit4]   2> 15038 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=0 
   [junit4]   2> 15043 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 15044 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 15044 T33 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 15049 T33 C9 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 15049 T33 C9 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 15050 T33 C9 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 15050 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 15051 T33 C9 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 15052 T33 C9 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 15053 T33 C9 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 15053 T33 C9 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 15055 T33 C9 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 7
   [junit4]   2> 15056 T33 C9 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 2
   [junit4]   2> 15056 T33 C9 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 15056 T33 C9 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 15057 T33 C9 oashd.SolrWriter.deleteDoc Deleting document: 15
   [junit4]   2> 15057 T33 C9 oashd.SolrWriter.deleteDoc Deleting document: 6
   [junit4]   2> 15060 T33 C9 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 15061 T33 C9 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 15061 T33 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15066 T33 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 15066 T33 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 15068 T33 C9 oass.SolrIndexSearcher.<init> Opening Searcher@452fe3[collection1] main
   [junit4]   2> 15069 T33 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 15073 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@452fe3[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20/9:delGen=1) Uninverting(_6(5.0):C7))}
   [junit4]   2> 15074 T36 C9 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> 15074 T36 C9 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> 15075 T36 C9 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> 15075 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 15076 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@452fe3[collection1] main{UninvertingDirectoryReader(Uninverting(_5(5.0):C20/9:delGen=1) Uninverting(_6(5.0):C7))}
   [junit4]   2> 15076 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 15077 T33 C9 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 15078 T33 C9 oashd.DocBuilder.execute Time taken = 0:0:0.26
   [junit4]   2> 15078 T33 C9 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-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>+%0a</document>+%0a</dataConfig>+%0a&clean=false&command=delta-import} {delete=[15, 6],add=[10, 9, 8, 19, 17, 7, 5],commit=} 0 32
   [junit4]   2> 15081 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=18 status=0 QTime=1 
   [junit4]   2> 15085 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 15086 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 15087 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 15088 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 15090 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:17&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 15092 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:19&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 15094 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 15097 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 15099 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:8&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 15101 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:9&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 15103 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:10&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 15105 T33 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 15112 T33 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 15114 T33 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 15114 T33 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 15116 T33 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15116 T33 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 15117 T33 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 15118 T33 C9 oass.SolrIndexSearcher.<init> Opening Searcher@735510[collection1] main
   [junit4]   2> 15118 T33 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 15120 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@735510[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 15120 T36 C9 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> 15121 T36 C9 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> 15121 T36 C9 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> 15121 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 15122 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@735510[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 15123 T33 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 15139 T33 C9 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 15139 T33 C9 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 15140 T33 C9 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 15141 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 15142 T33 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 15143 T33 C9 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 15143 T33 C9 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 15155 T33 C9 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 15155 T33 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 15159 T33 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d30558 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index),segFN=segments_e,generation=14}
   [junit4]   2> 15159 T33 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 15162 T33 C9 oass.SolrIndexSearcher.<init> Opening Searcher@a1c95f[collection1] main
   [junit4]   2> 15163 T33 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 15167 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@a1c95f[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 15167 T36 C9 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> 15168 T36 C9 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> 15168 T36 C9 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> 15168 T36 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 15169 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a1c95f[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 15169 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 15170 T33 C9 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 15170 T33 C9 oashd.DocBuilder.execute Time taken = 0:0:0.28
   [junit4]   2> 15170 T33 C9 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-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'+"+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&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 34
   [junit4]   2> 15172 T33 C9 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> 15175 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 15176 T33 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 15176 T33 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 15179 T33 C9 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 15179 T33 C9 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 15179 T33 C9 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 15180 T33 C9 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 15181 T33 C9 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 15181 T33 C9 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 15181 T33 C9 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 15182 T33 C9 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 15183 T33 C9 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 15184 T33 C9 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 3
   [junit4]   2> 15184 T33 C9 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 8
   [junit4]   2> 15184 T33 C9 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 15185 T33 C9 oash

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

9&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 15234 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 15236 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 15237 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:8&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 15238 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:9&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 15240 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:11&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 15242 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:12&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 15243 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:13&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 15244 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:3&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 15246 T33 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:10&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 15249 T33 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 15285 T33 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 15285 T33 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=6910676
   [junit4]   2> 15286 T33 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@fe06a9
   [junit4]   2> 15286 T33 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=172,cumulative_deletesById=22,cumulative_deletesByQuery=9,cumulative_errors=0}
   [junit4]   2> 15286 T33 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 15287 T33 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 15287 T33 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 15288 T33 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 15289 T33 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 15289 T33 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 15290 T33 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001/index
   [junit4]   2> 15290 T33 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001;done=false>>]
   [junit4]   2> 15291 T33 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-561931E3FDF992BB-001/init-core-data-001
   [junit4]   2> 6627 T32 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 26679 T32 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta: 
   [junit4]   2> 	   1) Thread[id=34, 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:502)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> 26680 T32 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=34, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]   2> 29685 T32 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=34, 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: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=Lucene49: {NAME_mult_s=PostingsFormat(name=Direct), AddAColumn_s=Pulsing41(freqCutoff=3 minBlockSize=2 maxBlockSize=38), id=PostingsFormat(name=Memory doPackFST= false), SPORT_NAME_mult_s=Pulsing41(freqCutoff=8 minBlockSize=2 maxBlockSize=38), COUNTRY_CODES_mult_s=PostingsFormat(name=Direct), timestamp=Pulsing41(freqCutoff=3 minBlockSize=2 maxBlockSize=38)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=iw_IL, timezone=Pacific/Saipan
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=2,free=23953856,total=55574528
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocBuilder, TestDocBuilder2, TestNumberFormatTransformer, TestSolrEntityProcessorUnit, TestFileListEntityProcessor, TestFieldReader, TestEntityProcessorBase, TestScriptTransformer, TestSqlEntityProcessorDelta]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessorDelta -Dtests.seed=561931E3FDF992BB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=iw_IL -Dtests.timezone=Pacific/Saipan -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | 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=34, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [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([561931E3FDF992BB]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=34, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [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([561931E3FDF992BB]:0)
   [junit4] Completed on J1 in 29.80s, 5 tests, 2 errors <<< FAILURES!

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

Total time: 93 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_20-ea-b23 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20-ea-b23) - Build # 10995 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10995/
Java: 32bit/jdk1.8.0_20-ea-b23 -client -XX:+UseSerialGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestNestedChildren

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestNestedChildren:     1) Thread[id=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]         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.TestNestedChildren: 
   1) Thread[id=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]
        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([184FDFD8B787D35]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]         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=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]
        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([184FDFD8B787D35]:0)


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=35, 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=35, 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([184FDFD8B787D35]: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=35, 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=35, 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([184FDFD8B787D35]:0)




Build Log:
[...truncated 15072 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessor
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001
   [junit4]   2> 7713 T34 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 8404 T34 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 8404 T34 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/collection1/'
   [junit4]   2> 8444 T34 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 8465 T34 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 8466 T34 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 8477 T34 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 8500 T34 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 8501 T34 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 8502 T34 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 8502 T34 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 8502 T34 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001
   [junit4]   2> 8503 T34 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/'
   [junit4]   2> 8535 T34 oasc.CoreContainer.<init> New CoreContainer 15508047
   [junit4]   2> 8536 T34 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/]
   [junit4]   2> 8536 T34 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 8537 T34 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 8537 T34 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 8537 T34 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 8537 T34 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 8538 T34 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 8538 T34 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 8538 T34 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 8539 T34 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 8542 T34 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 8544 T34 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 8544 T34 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 8545 T34 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 8548 T36 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/collection1/'
   [junit4]   2> 8586 T36 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 8609 T36 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 8609 T36 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 8623 T36 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 8644 T36 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 8645 T36 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 8645 T36 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 8646 T36 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/collection1/
   [junit4]   2> 8646 T36 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 8646 T36 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/
   [junit4]   2> 8647 T36 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 8647 T36 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> 8650 T36 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 8650 T36 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001
   [junit4]   2> 8651 T36 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index/
   [junit4]   2> 8651 T36 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 8651 T36 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index
   [junit4]   2> 8653 T36 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 8653 T36 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 8654 T36 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 8655 T36 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 8655 T36 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 8656 T36 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 8656 T36 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 8656 T36 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 8657 T36 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 8657 T36 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 8657 T36 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 8658 T36 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 8658 T36 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 8660 T36 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8661 T36 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8662 T36 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8663 T36 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8664 T36 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8666 T36 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 8666 T36 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 8667 T36 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 8667 T36 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 8668 T36 oass.SolrIndexSearcher.<init> Opening Searcher@1228efc[collection1] main
   [junit4]   2> 8668 T36 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/collection1/conf
   [junit4]   2> 8669 T36 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/collection1/conf}
   [junit4]   2> 8669 T36 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/collection1/conf
   [junit4]   2> 8670 T36 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 8670 T36 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/core-home-001/collection1/conf
   [junit4]   2> 8671 T36 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 8671 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1228efc[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 8671 T36 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 8671 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8672 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1228efc[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 8673 T34 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 8679 T34 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 8765 T34 C4 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 8767 T34 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 85
   [junit4]   2> 8772 T34 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 8773 T34 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 8774 T34 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 8774 T34 C4 oass.SolrIndexSearcher.<init> Opening Searcher@12b2cc1[collection1] main
   [junit4]   2> 8775 T34 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 8775 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@12b2cc1[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 8776 T37 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> 8776 T37 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> 8777 T37 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> 8777 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8778 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12b2cc1[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 8778 T34 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 9009 T34 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 9010 T34 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 9011 T34 C5 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 9027 T34 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9029 T34 C5 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9034 T34 C5 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 9034 T34 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 9061 T34 C5 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 9062 T34 C5 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 9079 T34 C5 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 9079 T34 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9088 T34 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 9089 T34 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 9091 T34 C5 oass.SolrIndexSearcher.<init> Opening Searcher@18617e7[collection1] main
   [junit4]   2> 9091 T34 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9092 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@18617e7[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c20))}
   [junit4]   2> 9092 T37 C5 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> 9093 T37 C5 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> 9094 T37 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> 9094 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9094 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18617e7[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c20))}
   [junit4]   2> 9095 T34 C5 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9095 T34 C5 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 9096 T34 C5 oashd.DocBuilder.execute Time taken = 0:0:0.67
   [junit4]   2> 9096 T34 C5 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-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'+"+>+%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"Sports"+dataSource%3D"hsqldb"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+WHERE+DELETED+!%3D+'Y'+AND+PERSON_ID%3D${People.ID}+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_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 89
   [junit4]   2> 9098 T34 C5 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 9125 T34 C6 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=8 
   [junit4]   2> 9131 T34 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=SPORT_NAME_mult_s:Sailing&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> 9134 T34 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 9137 T34 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9138 T34 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9141 T34 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 9149 T34 oas.SolrTestCaseJ4.setUp ###Starting testCachedChildEntities
   [junit4]   2> 9150 T34 C6 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9151 T34 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 9152 T34 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9153 T34 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 9153 T34 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 9154 T34 C6 oass.SolrIndexSearcher.<init> Opening Searcher@158cb2a[collection1] main
   [junit4]   2> 9155 T34 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9155 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@158cb2a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9156 T37 C6 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> 9156 T37 C6 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> 9157 T37 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> 9157 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9157 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@158cb2a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9158 T34 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 9172 T34 C6 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 9173 T34 C6 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 9173 T34 C6 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 9174 T34 C6 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 9197 T34 C7 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [CachedSqlEntityProcessor]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 9199 T34 C7 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9200 T34 C7 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 9200 T34 C7 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 9203 T34 C7 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 9204 T34 C7 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 9237 T34 C7 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 9237 T34 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9243 T34 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 9244 T34 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 9246 T34 C7 oass.SolrIndexSearcher.<init> Opening Searcher@10a3a90[collection1] main
   [junit4]   2> 9246 T34 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9248 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@10a3a90[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c20))}
   [junit4]   2> 9248 T37 C7 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> 9249 T37 C7 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> 9250 T37 C7 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> 9250 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9250 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10a3a90[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c20))}
   [junit4]   2> 9251 T34 C7 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9251 T34 C7 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 9252 T34 C7 oashd.DocBuilder.execute Time taken = 0:0:0.77
   [junit4]   2> 9252 T34 C7 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-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"Sports"+dataSource%3D"hsqldb"+transformer%3D"AddAColumnTransformer"+newColumnName%3D"sportsAdded_s"+newColumnValue%3D"sport_added"+processor%3D"CachedSqlEntityProcessor"+cacheKey%3D"PERSON_ID"+cacheLookup%3D"People.ID"+query%3D"SELECT+ID,+PERSON_ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_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 83
   [junit4]   2> 9254 T34 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> 9263 T34 C7 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> 9268 T34 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=SPORT_NAME_mult_s:Sailing&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> 9271 T34 C7 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 9278 T34 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=sportsAdded_s:sport_added&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> 9286 T34 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9287 T34 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9288 T34 oas.SolrTestCaseJ4.tearDown ###Ending testCachedChildEntities
   [junit4]   2> 9303 T34 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> 9304 T34 C8 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9305 T34 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 9307 T34 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9308 T34 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 9308 T34 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 9309 T34 C8 oass.SolrIndexSearcher.<init> Opening Searcher@12d35bc[collection1] main
   [junit4]   2> 9310 T34 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9310 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@12d35bc[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9311 T37 C8 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> 9311 T37 C8 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> 9312 T37 C8 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> 9312 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9312 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12d35bc[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9313 T34 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 11340 T34 C9 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 11342 T34 C9 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 11343 T34 C9 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 11344 T34 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 11345 T34 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11347 T34 C9 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 11349 T34 C9 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 11466 T34 C9 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 11467 T34 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 11473 T34 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 11474 T34 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 11477 T34 C9 oass.SolrIndexSearcher.<init> Opening Searcher@17c038[collection1] main
   [junit4]   2> 11478 T34 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 11479 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@17c038[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20))}
   [junit4]   2> 11480 T37 C9 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> 11481 T37 C9 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> 11481 T37 C9 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> 11482 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11482 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17c038[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20))}
   [junit4]   2> 11484 T34 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 11485 T34 C9 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 11485 T34 C9 oashd.DocBuilder.execute Time taken = 0:0:0.140
   [junit4]   2> 11486 T34 C9 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-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'+"+>+%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 149
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 11542 T34 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> 11548 T34 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11549 T34 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12079 T34 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 12089 T34 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> 12091 T34 C10 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12091 T34 C10 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 12093 T34 C10 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12094 T34 C10 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 12094 T34 C10 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 12095 T34 C10 oass.SolrIndexSearcher.<init> Opening Searcher@c5a37b[collection1] main
   [junit4]   2> 12095 T34 C10 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12096 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@c5a37b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 12096 T37 C10 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> 12097 T37 C10 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> 12097 T37 C10 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> 12097 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12097 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c5a37b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 12099 T34 C10 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 12111 T34 C10 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 12112 T34 C10 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 12112 T34 C10 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 12113 T34 C10 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 12113 T34 C10 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12114 T34 C10 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 12115 T34 C10 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 12151 T34 C10 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 12151 T34 C10 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12164 T34 C10 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 12165 T34 C10 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 12166 T34 C10 oass.SolrIndexSearcher.<init> Opening Searcher@1afdcfe[collection1] main
   [junit4]   2> 12167 T34 C10 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12169 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1afdcfe[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c60))}
   [junit4]   2> 12169 T37 C10 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> 12170 T37 C10 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> 12171 T37 C10 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> 12171 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12171 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1afdcfe[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c60))}
   [junit4]   2> 12172 T34 C10 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 12173 T34 C10 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 12173 T34 C10 oashd.DocBuilder.execute Time taken = 0:0:0.60
   [junit4]   2> 12174 T34 C10 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-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"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 65
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 12273 T34 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=60} hits=60 status=0 QTime=97 
   [junit4]   2> 12297 T34 C11 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=11 
   [junit4]   2> 12301 T34 C11 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=1 
   [junit4]   2> 12308 T34 C11 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=3 
   [junit4]   2> 12310 T34 C11 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> 12313 T34 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12314 T34 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12314 T34 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 12322 T34 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 12324 T34 C11 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12324 T34 C11 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 12326 T34 C11 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12326 T34 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 12327 T34 C11 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 12327 T34 C11 oass.SolrIndexSearcher.<init> Opening Searcher@326eb8[collection1] main
   [junit4]   2> 12328 T34 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12328 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@326eb8[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 12329 T37 C11 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> 12329 T37 C11 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> 12330 T37 C11 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> 12330 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12330 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@326eb8[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 12331 T34 C11 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 12343 T34 C11 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 12344 T34 C11 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 12344 T34 C11 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 12345 T34 C11 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 12350 T34 C12 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12352 T34 C12 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 12352 T34 C12 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 12358 T34 C12 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 12359 T34 C12 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12363 T34 C12 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f8efa lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 12363 T34 C12 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 12365 T34 C12 oass.SolrIndexSearcher.<init> Opening Searcher@15aa88d[collection1] main
   [junit4]   2> 12365 T34 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12368 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@15aa88d[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20))}
   [junit4]   2> 12368 T37 C12 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> 12369 T37 C12 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> 12369 T37 C12 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> 12369 T37 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12370 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15aa88d[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20))}
   [junit4]   2> 12370 T34 C12 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 12371 T34 C12 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 12371 T34 C12 oashd.DocBuilder.execute Time taken = 0:0:0.25
   [junit4]   2> 12372 T34 C12 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-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>+%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 31
   [junit4]   2> 12373 T34 C12 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> 12377 T34 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12378 T34 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12379 T34 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 12402 T34 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 12402 T34 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=15508047
   [junit4]   2> 12403 T34 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b75474
   [junit4]   2> 12403 T34 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> 12403 T34 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 12404 T34 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 12404 T34 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 12405 T34 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 12405 T34 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 12406 T34 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001;done=false>>]
   [junit4]   2> 12406 T34 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001
   [junit4]   2> 12406 T34 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 12407 T34 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./temp/solr.handler.dataimport.TestSqlEntityProcessor-184FDFD8B787D35-001/init-core-data-001/index
   [junit4]   2> 4713 T33 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 24773 T33 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: 
   [junit4]   2> 	   1) Thread[id=35, 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> 24773 T33 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=35, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
   [junit4]   2> 27775 T33 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=35, 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=Lucene45, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=in, timezone=America/Bogota
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=2,free=13355312,total=42704896
   [junit4]   2> NOTE: All tests run in this JVM: [TestZKPropertiesWriter, TestSqlEntityProcessor]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessor -Dtests.seed=184FDFD8B787D35 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=America/Bogota -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | 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=35, 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([184FDFD8B787D35]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=35, 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([184FDFD8B787D35]:0)
   [junit4] Completed on J0 in 28.00s, 6 tests, 2 errors, 1 skipped <<< FAILURES!

[...truncated 67 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestNestedChildren
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001
   [junit4]   2> 41164 T126 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 41757 T126 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 41758 T126 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/collection1/'
   [junit4]   2> 41793 T126 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 41812 T126 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 41813 T126 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 41818 T126 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 41837 T126 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 41837 T126 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 41838 T126 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 41838 T126 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 41839 T126 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001
   [junit4]   2> 41839 T126 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/'
   [junit4]   2> 41868 T126 oasc.CoreContainer.<init> New CoreContainer 2068683
   [junit4]   2> 41868 T126 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/]
   [junit4]   2> 41868 T126 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 41869 T126 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 41869 T126 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 41869 T126 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 41869 T126 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 41870 T126 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 41870 T126 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 41870 T126 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 41870 T126 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 41873 T126 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 41875 T126 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 41875 T126 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 41876 T126 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 41878 T128 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/collection1/'
   [junit4]   2> 41903 T128 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 41919 T128 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 41920 T128 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 41925 T128 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 41941 T128 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 41941 T128 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 41942 T128 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 41942 T128 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/collection1/
   [junit4]   2> 41942 T128 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 41943 T128 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/
   [junit4]   2> 41943 T128 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 41943 T128 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> 41943 T128 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 41944 T128 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001
   [junit4]   2> 41944 T128 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index/
   [junit4]   2> 41944 T128 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 41945 T128 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index
   [junit4]   2> 41947 T128 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@61acee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 41948 T128 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 41950 T128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 41950 T128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 41950 T128 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 41951 T128 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 41951 T128 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 41951 T128 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 41951 T128 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 41952 T128 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 41952 T128 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 41952 T128 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 41952 T128 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 41955 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 41956 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 41957 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 41958 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 41959 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 41960 T128 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 41960 T128 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 41961 T128 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@61acee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 41962 T128 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 41962 T128 oass.SolrIndexSearcher.<init> Opening Searcher@6eca15[collection1] main
   [junit4]   2> 41962 T128 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/collection1/conf
   [junit4]   2> 41963 T128 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/collection1/conf}
   [junit4]   2> 41963 T128 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/collection1/conf
   [junit4]   2> 41963 T128 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 41964 T128 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/core-home-001/collection1/conf
   [junit4]   2> 41964 T128 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 41964 T129 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6eca15[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 41964 T128 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 41965 T129 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 41965 T129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6eca15[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 41966 T126 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 41970 T126 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@1de81a8
   [junit4]   2> 41971 T126 C25 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 41972 T126 C25 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 41975 T126 C25 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 41976 T126 C25 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@61acee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@61acee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 41977 T126 C25 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 41977 T126 C25 oass.SolrIndexSearcher.<init> Opening Searcher@9a28b3[collection1] main
   [junit4]   2> 41978 T126 C25 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 41978 T129 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@9a28b3[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 41979 T129 C25 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> 41979 T129 C25 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> 41980 T129 C25 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> 41980 T129 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 41980 T129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9a28b3[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 41980 T126 C25 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> ASYNC  NEW_CORE C26 name=collection1 org.apache.solr.core.SolrCore@1de81a8
   [junit4]   2> 42835 T126 C26 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 42836 T126 C26 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 42837 T126 C26 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 42837 T126 C26 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: dataimport.properties
   [junit4]   2> 42838 T126 C26 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 42841 T126 C26 oashd.JdbcDataSource$1.call Creating a connection for entity FIRST with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 42843 T126 C26 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@1de81a8
   [junit4]   2> 43219 T126 C27 oashd.JdbcDataSource$1.call Creating a connection for entity SECOND with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 43221 T126 C27 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 43242 T126 C27 oashd.JdbcDataSource$1.call Creating a connection for entity THIRD with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 43244 T126 C27 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 43251 T126 C27 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 43252 T126 C27 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 43261 T126 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@61acee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@61acee lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 43261 T126 C27 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 43265 T126 C27 oass.SolrIndexSearcher.<init> Opening Searcher@75186[collection1] main
   [junit4]   2> 43265 T126 C27 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 43266 T129 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@75186[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c1))}
   [junit4]   2> 43266 T129 C27 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> 43267 T129 C27 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> 43267 T129 C27 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> 43267 T129 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 43267 T129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@75186[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c1))}
   [junit4]   2> 43268 T126 C27 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: dataimport.properties
   [junit4]   2> 43269 T126 C27 oashd.SimplePropertiesWriter.persist Wrote last indexed time to dataimport.properties
   [junit4]   2> 43269 T126 C27 oashd.DocBuilder.execute Time taken = 0:0:0.431
   [junit4]   2> 43269 T126 C27 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={indent=true&synchronous=true&commit=true&dataConfig=<dataConfig>+%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"TestSimplePropertiesWriter">+%0a<entity+name%3D"FIRST"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"++query%3D"select+1+as+id,+'PORK'+as+FIRST_S+from+sysibm.sysdummy1+"+>%0a++<field+column%3D"FIRST_S"+name%3D"first_s"+/>+%0a++<entity+name%3D"SECOND"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"++++query%3D"select+1+as+id,+2+as+SECOND_ID,+'BEEF'+as+SECOND_S+from+sysibm.sysdummy1+WHERE+1%3D${FIRST.ID}"+>%0a+++<field+column%3D"SECOND_S"+name%3D"second_s"+/>+%0a+++<entity+name%3D"THIRD"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+++++query%3D"select+1+as+id,+'CHICKEN'+as+THIRD_S+from+sysibm.sysdummy1+WHERE+2%3D${SECOND.SECOND_ID}"+>%0a++++<field+column%3D"THIRD_S"+name%3D"third_s"+/>+%0a+++</entity>%0a++</entity>%0a</entity>%0a</document>+%0a</dataConfig>+%0a&clean=true&command=full-import} {deleteByQuery=*:*,add=[1],commit=} 0 436
   [junit4]   2> 43271 T126 C27 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 43274 T126 C27 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=third_s:CHICKEN&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 43807 T126 oas.SolrTestCaseJ4.tearDown ###Ending test
   [junit4]   2> 43848 T126 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 43849 T126 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2068683
   [junit4]   2> 43849 T126 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1de81a8
   [junit4]   2> 43850 T126 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=2,cumulative_errors=0}
   [junit4]   2> 43850 T126 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 43850 T126 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 43851 T126 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 43852 T126 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 43852 T126 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 43853 T126 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001;done=false>>]
   [junit4]   2> 43853 T126 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001
   [junit4]   2> 43854 T126 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 43854 T126 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestNestedChildren-184FDFD8B787D35-001/init-core-data-001/index
   [junit4]   2> 2718 T125 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 22781 T125 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestNestedChildren: 
   [junit4]   2> 	   1) Thread[id=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]
   [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> 22781 T125 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]
   [junit4]   2> 25783 T125 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]
   [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=Lucene46, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ar_JO, timezone=Africa/Dar_es_Salaam
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=2,free=23033272,total=50552832
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileListEntityProcessor, TestXPathEntityProcessor, TestSolrEntityProcessorEndToEnd, TestJdbcDataSource, TestEphemeralCache, TestErrorHandling, TestNestedChildren]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNestedChildren -Dtests.seed=184FDFD8B787D35 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_JO -Dtests.timezone=Africa/Dar_es_Salaam -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestNestedChildren (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestNestedChildren: 
   [junit4]    >    1) Thread[id=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]
   [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([184FDFD8B787D35]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=127, name=Timer-0, state=WAITING, group=TGRP-TestNestedChildren]
   [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([184FDFD8B787D35]:0)
   [junit4] Completed on J1 in 25.85s, 1 test, 2 errors <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_20-ea-b23) - Build # 10994 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10994/
Java: 64bit/jdk1.8.0_20-ea-b23 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd:     1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]         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.TestVariableResolverEndToEnd: 
   1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
        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([ABCAC20770728DB4]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]         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=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
        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([ABCAC20770728DB4]:0)




Build Log:
[...truncated 15002 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001
   [junit4]   2> 1565 T18 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2639 T18 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2668 T18 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/collection1/'
   [junit4]   2> 2904 T18 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3032 T18 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 3042 T18 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 3057 T18 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 3184 T18 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 3185 T18 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 3185 T18 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3188 T18 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3189 T18 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001
   [junit4]   2> 3189 T18 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/'
   [junit4]   2> 3266 T18 oasc.CoreContainer.<init> New CoreContainer 1191465586
   [junit4]   2> 3269 T18 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/]
   [junit4]   2> 3290 T18 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 3291 T18 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 3291 T18 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 3292 T18 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3292 T18 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3293 T18 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3293 T18 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3293 T18 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3294 T18 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3534 T18 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 3541 T18 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3543 T18 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3545 T18 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 3753 T20 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/collection1/'
   [junit4]   2> 3840 T20 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3869 T20 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 3871 T20 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 3890 T20 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 3939 T20 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 3941 T20 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 3941 T20 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3944 T20 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/collection1/
   [junit4]   2> 3992 T20 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4008 T20 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/
   [junit4]   2> 4008 T20 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4023 T20 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> 4023 T20 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 4055 T20 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001
   [junit4]   2> 4055 T20 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index/
   [junit4]   2> 4056 T20 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 4057 T20 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index
   [junit4]   2> 4113 T20 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5bc0d427 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 4115 T20 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4345 T20 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 4395 T20 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 4403 T20 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4404 T20 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4405 T20 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4405 T20 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4416 T20 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4419 T20 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 4420 T20 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 4426 T20 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4426 T20 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 4478 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4487 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4488 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4490 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4491 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4518 T20 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4518 T20 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4523 T20 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5bc0d427 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 4524 T20 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4562 T20 oass.SolrIndexSearcher.<init> Opening Searcher@64107aff[collection1] main
   [junit4]   2> 4582 T20 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/collection1/conf
   [junit4]   2> 4583 T20 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/collection1/conf}
   [junit4]   2> 4617 T20 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/collection1/conf
   [junit4]   2> 4618 T20 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 4624 T20 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/core-home-001/collection1/conf
   [junit4]   2> 4625 T20 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4667 T20 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4667 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@64107aff[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4668 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 4672 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@64107aff[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4677 T18 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 4691 T18 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@392cf768
   [junit4]   2> 4885 T18 C0 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 4891 T18 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 195
   [junit4]   2> 4914 T18 C0 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4916 T18 C0 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5bc0d427 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5bc0d427 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 4917 T18 C0 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 4918 T18 C0 oass.SolrIndexSearcher.<init> Opening Searcher@7ab5ff43[collection1] main
   [junit4]   2> 4923 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7ab5ff43[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4931 T18 C0 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 4955 T21 C0 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=30 
   [junit4]   2> 4958 T21 C0 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> 4972 T21 C0 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=14 
   [junit4]   2> 4972 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 4973 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ab5ff43[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 4973 T18 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 60
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@392cf768
   [junit4]   2> 5252 T18 C1 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 5253 T18 C1 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 5255 T18 C1 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 5282 T18 C1 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: dataimport.properties
   [junit4]   2> 5321 T18 C1 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 5338 T18 C1 oashd.JdbcDataSource$1.call Creating a connection for entity FIRST with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 5339 T18 C1 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 5378 T18 C1 oashd.JdbcDataSource$1.call Creating a connection for entity SECOND with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 5379 T18 C1 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 5563 T18 C1 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 5563 T18 C1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 5779 T18 C1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5bc0d427 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5bc0d427 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 5780 T18 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 5809 T18 C1 oass.SolrIndexSearcher.<init> Opening Searcher@2c47986[collection1] main
   [junit4]   2> 5810 T18 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 5828 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2c47986[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c1))}
   [junit4]   2> 5829 T21 C1 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> 5830 T21 C1 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> 5832 T21 C1 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> 5832 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 5832 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c47986[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c1))}
   [junit4]   2> 5833 T18 C1 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: dataimport.properties
   [junit4]   2> 5834 T18 C1 oashd.SimplePropertiesWriter.persist Wrote last indexed time to dataimport.properties
   [junit4]   2> 5835 T18 C1 oashd.DocBuilder.execute Time taken = 0:0:0.552
   [junit4]   2> 5835 T18 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={indent=true&synchronous=true&commit=true&dataConfig=<dataConfig>+%0a<dataSource+name%3D"hsqldb"+driver%3D"${dataimporter.request.dots.in.hsqldb.driver}"+url%3D"jdbc:hsqldb:mem:."+/>+%0a<document+name%3D"TestEvaluators">+%0a<entity+name%3D"FIRST"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"++query%3D"select++1+as+id,++'SELECT'+as+SELECT_KEYWORD,++CURRENT_TIMESTAMP+as+FIRST_TS+from+DUAL+"+>%0a++<field+column%3D"SELECT_KEYWORD"+name%3D"select_keyword_s"+/>+%0a++<entity+name%3D"SECOND"+processor%3D"SqlEntityProcessor"+dataSource%3D"hsqldb"+transformer%3D"TemplateTransformer"++++query%3D"${dataimporter.functions.encodeUrl(FIRST.SELECT_KEYWORD)}++1+as+SORT,++CURRENT_TIMESTAMP+as+SECOND_TS,++'${dataimporter.functions.formatDate(FIRST.FIRST_TS,+'yyyy')}'+as+SECOND1_S,+++'PORK'+AS+MEAT,++'GRILL'+AS+METHOD,++'ROUND'+AS+CUTS,++'BEEF_CUTS'+AS+WHATKIND+from+DUAL+WHERE+1%3D${FIRST.ID}+UNION+${dataimporter.functions.encodeUrl(FIRST.SELECT_KEYWORD)}++2+as+SORT,++CURRENT_TIMESTAMP+as+SECOND_TS,++'${dataimporter.functions.formatDate(FIRST.FIRST_TS,+'yyyy')}'+as+SECOND1_S,+++'FISH'+AS+MEAT,++'FRY'+AS+METHOD,++'SIRLOIN'+AS+CUTS,++'BEEF_CUTS'+AS+WHATKIND+from+DUAL+WHERE+1%3D${FIRST.ID}+ORDER+BY+SORT+">%0a+++<field+column%3D"SECOND_S"+name%3D"second_s"+/>+%0a+++<field+column%3D"SECOND1_S"+name%3D"second1_s"+/>+%0a+++<field+column%3D"second2_s"+template%3D"${dataimporter.functions.formatDate(SECOND.SECOND_TS,+'yyyy')}"+/>+%0a+++<field+column%3D"second3_s"+template%3D"${dih.functions.formatDate(SECOND.SECOND_TS,+'yyyy')}"+/>+%0a+++<field+column%3D"METHOD"+name%3D"${SECOND.MEAT}_s"/>%0a+++<field+column%3D"CUTS"+name%3D"${SECOND.WHATKIND}_mult_s"/>%0a++</entity>%0a</entity>%0a</document>+%0a</dataConfig>+%0a&clean=true&command=full-import} {deleteByQuery=*:*,add=[1],commit=} 0 603
   [junit4]   2> 5840 T18 C1 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&indent=true&wt=json} hits=1 status=0 QTime=3 
   [junit4]   2> 5897 T18 oas.SolrTestCaseJ4.tearDown ###Ending test
   [junit4]   2> 5955 T18 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 5959 T18 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1191465586
   [junit4]   2> 5960 T18 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@392cf768
   [junit4]   2> 5960 T18 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=2,cumulative_errors=0}
   [junit4]   2> 5961 T18 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 5961 T18 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 5962 T18 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 5967 T18 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 5969 T18 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 5971 T18 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001;done=false>>]
   [junit4]   2> 5971 T18 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001
   [junit4]   2> 5973 T18 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 5974 T18 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestVariableResolverEndToEnd-ABCAC20770728DB4-001/init-core-data-001/index
   [junit4]   2> 4444 T17 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 24501 T17 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd: 
   [junit4]   2> 	   1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [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> 24502 T17 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [junit4]   2> 27504 T17 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [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=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=116), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=116)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=lt_LT, timezone=Eire
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_20-ea (64-bit)/cpus=8,threads=2,free=101431176,total=127729664
   [junit4]   2> NOTE: All tests run in this JVM: [TestJdbcDataSource, TestTemplateTransformer, TestVariableResolverEndToEnd]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestVariableResolverEndToEnd -Dtests.seed=ABCAC20770728DB4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lt_LT -Dtests.timezone=Eire -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestVariableResolverEndToEnd (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd: 
   [junit4]    >    1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [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([ABCAC20770728DB4]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestVariableResolverEndToEnd]
   [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([ABCAC20770728DB4]:0)
   [junit4] Completed on J1 in 27.59s, 1 test, 2 errors <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20-ea-b23) - Build # 10993 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10993/
Java: 32bit/jdk1.8.0_20-ea-b23 -server -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.DistributedIntervalFacetingTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:51353/xhuk/uq

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:51353/xhuk/uq
	at __randomizedtesting.SeedInfo.seed([E3F72685CCE5AD84:6211A89DBBBACDB8]: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:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.BaseDistributedSearchTestCase.indexDoc(BaseDistributedSearchTestCase.java:438)
	at org.apache.solr.BaseDistributedSearchTestCase.indexr(BaseDistributedSearchTestCase.java:416)
	at org.apache.solr.DistributedIntervalFacetingTest.testRandom(DistributedIntervalFacetingTest.java:146)
	at org.apache.solr.DistributedIntervalFacetingTest.doTest(DistributedIntervalFacetingTest.java:46)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:871)
	at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
	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)
	... 49 more




Build Log:
[...truncated 11899 lines...]
   [junit4] Suite: org.apache.solr.DistributedIntervalFacetingTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/init-core-data-001
   [junit4]   2> 2352079 T7101 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2352079 T7101 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /xhuk/uq
   [junit4]   2> 2352082 T7101 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2352083 T7101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2352085 T7101 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2352088 T7101 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:34266
   [junit4]   2> 2352090 T7101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2352090 T7101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2352090 T7101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 2352091 T7101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 2352103 T7101 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 2352110 T7101 oasc.CoreContainer.<init> New CoreContainer 20190534
   [junit4]   2> 2352111 T7101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 2352111 T7101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2352111 T7101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 2352112 T7101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2352112 T7101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2352112 T7101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2352113 T7101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2352113 T7101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2352113 T7101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2352114 T7101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2352115 T7101 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2352115 T7101 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2352116 T7101 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2352116 T7101 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2352118 T7111 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2352119 T7111 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2352119 T7111 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2352119 T7111 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2352139 T7111 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2352147 T7111 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 2352147 T7111 oass.IndexSchema.readSchema Reading Solr Schema from schema-distrib-interval-faceting.xml
   [junit4]   2> 2352149 T7111 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2352153 T7111 oass.IndexSchema.readSchema default search field in schema is id
   [junit4]   2> 2352154 T7111 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2352154 T7111 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2352154 T7111 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2352155 T7111 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data/
   [junit4]   2> 2352155 T7111 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2352155 T7111 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data
   [junit4]   2> 2352155 T7111 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data/index/
   [junit4]   2> 2352156 T7111 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2352156 T7111 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data/index
   [junit4]   2> 2352156 T7111 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=80.7119140625, floorSegmentMB=1.5625, forceMergeDeletesPctAllowed=29.34825477622597, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3851119087787048
   [junit4]   2> 2352157 T7111 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1980dc2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1585934),segFN=segments_1,generation=1}
   [junit4]   2> 2352157 T7111 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2352158 T7111 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2352158 T7111 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352158 T7111 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352158 T7111 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352158 T7111 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352159 T7111 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2352159 T7111 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352159 T7111 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2352161 T7111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352161 T7111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352162 T7111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352163 T7111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352163 T7111 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352164 T7111 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2352164 T7111 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2352164 T7111 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2352165 T7111 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1980dc2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1585934),segFN=segments_1,generation=1}
   [junit4]   2> 2352165 T7111 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2352165 T7111 oass.SolrIndexSearcher.<init> Opening Searcher@13d64e4[collection1] main
   [junit4]   2> 2352165 T7111 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2352166 T7111 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2352166 T7111 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2352166 T7111 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2352166 T7111 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 2352166 T7111 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2352167 T7111 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2352167 T7112 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13d64e4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2352167 T7101 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2352167 T7101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2352169 T7101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2352172 T7101 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2352172 T7101 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51353
   [junit4]   2> 2352174 T7101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2352174 T7101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2352175 T7101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 2352175 T7101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 2352184 T7101 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 2352190 T7101 oasc.CoreContainer.<init> New CoreContainer 3326484
   [junit4]   2> 2352190 T7101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 2352191 T7101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2352191 T7101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 2352191 T7101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2352192 T7101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2352192 T7101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2352192 T7101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2352193 T7101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2352193 T7101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2352193 T7101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2352194 T7101 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2352195 T7101 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2352196 T7101 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2352196 T7101 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2352197 T7123 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2352198 T7123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 2352198 T7123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2352198 T7123 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2352210 T7123 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2352214 T7123 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 2352215 T7123 oass.IndexSchema.readSchema Reading Solr Schema from schema-distrib-interval-faceting.xml
   [junit4]   2> 2352217 T7123 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2352221 T7123 oass.IndexSchema.readSchema default search field in schema is id
   [junit4]   2> 2352221 T7123 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2352222 T7123 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2352222 T7123 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2352222 T7123 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data/
   [junit4]   2> 2352222 T7123 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2352223 T7123 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data
   [junit4]   2> 2352223 T7123 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data/index/
   [junit4]   2> 2352223 T7123 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2352223 T7123 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data/index
   [junit4]   2> 2352224 T7123 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=80.7119140625, floorSegmentMB=1.5625, forceMergeDeletesPctAllowed=29.34825477622597, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3851119087787048
   [junit4]   2> 2352224 T7123 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d2e8e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb2df),segFN=segments_1,generation=1}
   [junit4]   2> 2352224 T7123 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2352225 T7123 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2352225 T7123 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352225 T7123 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352226 T7123 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352226 T7123 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352226 T7123 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2352226 T7123 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2352226 T7123 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2352227 T7123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352228 T7123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352229 T7123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352229 T7123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352230 T7123 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2352231 T7123 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2352231 T7123 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2352231 T7123 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2352231 T7123 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d2e8e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb2df),segFN=segments_1,generation=1}
   [junit4]   2> 2352232 T7123 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2352232 T7123 oass.SolrIndexSearcher.<init> Opening Searcher@e931fd[collection1] main
   [junit4]   2> 2352232 T7123 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2352232 T7123 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2352233 T7123 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2352233 T7123 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2352233 T7123 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 2352233 T7123 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2352233 T7123 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2352233 T7124 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e931fd[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2352234 T7101 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2352234 T7101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C5900 name=collection1 org.apache.solr.core.SolrCore@165f323
   [junit4]   2> 2352317 T7110 C5900 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2352318 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> ASYNC  NEW_CORE C5901 name=collection1 org.apache.solr.core.SolrCore@aa377a
   [junit4]   2> 2352393 T7122 C5901 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2352394 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {deleteByQuery=*:*} 0 1
   [junit4]   2> 2352397 T7107 C5900 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2352398 T7107 C5900 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1980dc2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1585934),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1980dc2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1585934),segFN=segments_2,generation=2}
   [junit4]   2> 2352399 T7107 C5900 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 2352399 T7107 C5900 oass.SolrIndexSearcher.<init> Opening Searcher@9eb08f[collection1] main
   [junit4]   2> 2352400 T7107 C5900 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2352400 T7112 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9eb08f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2352400 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3
   [junit4]   2> 2352402 T7119 C5901 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2352404 T7119 C5901 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d2e8e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb2df),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d2e8e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb2df),segFN=segments_2,generation=2}
   [junit4]   2> 2352404 T7119 C5901 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 2352404 T7119 C5901 oass.SolrIndexSearcher.<init> Opening Searcher@3447ab[collection1] main
   [junit4]   2> 2352405 T7119 C5901 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2352405 T7124 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3447ab[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2352405 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3
   [junit4]   2> 2352409 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 2352412 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[0]} 0 1
   [junit4]   2> 2352414 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[1]} 0 0
   [junit4]   2> 2352417 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[1]} 0 1
   [junit4]   2> 2352419 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[2]} 0 0
   [junit4]   2> 2352422 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[2]} 0 1
   [junit4]   2> 2352425 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[3]} 0 1
   [junit4]   2> 2352427 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[3]} 0 0
   [junit4]   2> 2352430 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 2352432 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[4]} 0 0
   [junit4]   2> 2352434 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 2352437 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[5]} 0 0
   [junit4]   2> 2352439 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[6]} 0 0
   [junit4]   2> 2352442 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[6]} 0 1
   [junit4]   2> 2352444 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[7]} 0 0
   [junit4]   2> 2352449 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[7]} 0 1
   [junit4]   2> 2352452 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[8]} 0 1
   [junit4]   2> 2352455 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[8]} 0 1
   [junit4]   2> 2352458 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[9]} 0 1
   [junit4]   2> 2352460 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[9]} 0 0
   [junit4]   2> 2352463 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 2352466 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[10]} 0 0
   [junit4]   2> 2352469 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 2352472 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[11]} 0 0
   [junit4]   2> 2352475 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 2352478 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[12]} 0 0
   [junit4]   2> 2352481 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[13]} 0 0
   [junit4]   2> 2352484 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[13]} 0 1
   [junit4]   2> 2352487 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {deleteByQuery=id:13} 0 1
   [junit4]   2> 2352489 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {deleteByQuery=id:13} 0 0
   [junit4]   2> 2352492 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[14]} 0 0
   [junit4]   2> 2352495 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[14]} 0 1
   [junit4]   2> 2352498 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 2352500 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[15]} 0 0
   [junit4]   2> 2352503 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 2352506 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[16]} 0 0
   [junit4]   2> 2352509 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[17]} 0 1
   [junit4]   2> 2352511 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[17]} 0 0
   [junit4]   2> 2352515 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[18]} 0 1
   [junit4]   2> 2352517 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[18]} 0 0
   [junit4]   2> 2352520 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 2352522 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[19]} 0 0
   [junit4]   2> 2352525 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 2352530 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[20]} 0 0
   [junit4]   2> 2352533 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 2352535 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[21]} 0 0
   [junit4]   2> 2352538 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 2352540 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[22]} 0 0
   [junit4]   2> 2352543 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 2352546 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[23]} 0 0
   [junit4]   2> 2352549 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[24]} 0 1
   [junit4]   2> 2352551 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[24]} 0 0
   [junit4]   2> 2352554 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[25]} 0 0
   [junit4]   2> 2352557 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[25]} 0 1
   [junit4]   2> 2352560 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[26]} 0 1
   [junit4]   2> 2352563 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[26]} 0 1
   [junit4]   2> 2352565 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 2352568 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[27]} 0 0
   [junit4]   2> 2352570 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[28]} 0 0
   [junit4]   2> 2352573 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[28]} 0 1
   [junit4]   2> 2352576 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[29]} 0 1
   [junit4]   2> 2352579 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[29]} 0 1
   [junit4]   2> 2352581 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 2352584 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[30]} 0 0
   [junit4]   2> 2352587 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[31]} 0 1
   [junit4]   2> 2352589 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[31]} 0 0
   [junit4]   2> 2352592 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[32]} 0 0
   [junit4]   2> 2352595 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[32]} 0 1
   [junit4]   2> 2352597 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[33]} 0 0
   [junit4]   2> 2352601 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[33]} 0 1
   [junit4]   2> 2352605 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[34]} 0 2
   [junit4]   2> 2352608 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[34]} 0 0
   [junit4]   2> 2352610 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 2352612 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[35]} 0 0
   [junit4]   2> 2352615 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 2352617 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[36]} 0 0
   [junit4]   2> 2352619 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 2352621 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[37]} 0 0
   [junit4]   2> 2352623 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 2352625 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[38]} 0 0
   [junit4]   2> 2352628 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[39]} 0 1
   [junit4]   2> 2352630 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[39]} 0 0
   [junit4]   2> 2352632 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[40]} 0 0
   [junit4]   2> 2352635 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[40]} 0 1
   [junit4]   2> 2352637 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 2352639 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[41]} 0 0
   [junit4]   2> 2352641 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 2352643 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[42]} 0 0
   [junit4]   2> 2352648 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 2352650 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[43]} 0 0
   [junit4]   2> 2352652 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 2352654 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[44]} 0 0
   [junit4]   2> 2352656 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[45]} 0 0
   [junit4]   2> 2352658 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[45]} 0 0
   [junit4]   2> 2352660 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[46]} 0 0
   [junit4]   2> 2352663 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[46]} 0 1
   [junit4]   2> 2352665 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[47]} 0 0
   [junit4]   2> 2352667 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[47]} 0 0
   [junit4]   2> 2352669 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[48]} 0 0
   [junit4]   2> 2352671 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[48]} 0 0
   [junit4]   2> 2352674 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 2352676 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[49]} 0 0
   [junit4]   2> 2352678 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[50]} 0 0
   [junit4]   2> 2352680 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[50]} 0 0
   [junit4]   2> 2352683 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[51]} 0 1
   [junit4]   2> 2352685 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[51]} 0 0
   [junit4]   2> 2352688 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[52]} 0 1
   [junit4]   2> 2352690 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[52]} 0 0
   [junit4]   2> 2352692 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[53]} 0 0
   [junit4]   2> 2352695 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[53]} 0 0
   [junit4]   2> 2352697 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[54]} 0 0
   [junit4]   2> 2352700 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[54]} 0 0
   [junit4]   2> 2352702 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[55]} 0 0
   [junit4]   2> 2352705 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[55]} 0 1
   [junit4]   2> 2352707 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[56]} 0 0
   [junit4]   2> 2352710 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[56]} 0 1
   [junit4]   2> 2352712 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[57]} 0 0
   [junit4]   2> 2352715 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[57]} 0 1
   [junit4]   2> 2352717 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[58]} 0 0
   [junit4]   2> 2352719 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[58]} 0 0
   [junit4]   2> 2352722 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[59]} 0 0
   [junit4]   2> 2352724 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[59]} 0 0
   [junit4]   2> 2352727 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[60]} 0 0
   [junit4]   2> 2352729 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[60]} 0 0
   [junit4]   2> 2352732 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[61]} 0 0
   [junit4]   2> 2352734 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[61]} 0 0
   [junit4]   2> 2352737 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[62]} 0 0
   [junit4]   2> 2352739 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[62]} 0 0
   [junit4]   2> 2352742 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {deleteByQuery=id:62} 0 1
   [junit4]   2> 2352744 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {deleteByQuery=id:62} 0 0
   [junit4]   2> 2352746 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[63]} 0 0
   [junit4]   2> 2352749 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[63]} 0 0
   [junit4]   2> 2352751 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[64]} 0 0
   [junit4]   2> 2352753 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[64]} 0 0
   [junit4]   2> 2352756 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[65]} 0 0
   [junit4]   2> 2352759 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[65]} 0 0
   [junit4]   2> 2352761 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[66]} 0 0
   [junit4]   2> 2352763 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[66]} 0 0
   [junit4]   2> 2352766 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[67]} 0 1
   [junit4]   2> 2352769 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[67]} 0 1
   [junit4]   2> 2352772 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[68]} 0 1
   [junit4]   2> 2352774 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[68]} 0 0
   [junit4]   2> 2352777 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[69]} 0 1
   [junit4]   2> 2352779 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[69]} 0 0
   [junit4]   2> 2352782 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[70]} 0 1
   [junit4]   2> 2352784 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[70]} 0 0
   [junit4]   2> 2352786 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[71]} 0 0
   [junit4]   2> 2352788 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[71]} 0 0
   [junit4]   2> 2352791 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[72]} 0 0
   [junit4]   2> 2352793 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[72]} 0 0
   [junit4]   2> 2352795 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[73]} 0 0
   [junit4]   2> 2352798 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[73]} 0 1
   [junit4]   2> 2352800 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[74]} 0 0
   [junit4]   2> 2352803 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[74]} 0 1
   [junit4]   2> 2352805 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[75]} 0 0
   [junit4]   2> 2352807 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[75]} 0 0
   [junit4]   2> 2352810 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[76]} 0 1
   [junit4]   2> 2352812 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[76]} 0 0
   [junit4]   2> 2352815 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[77]} 0 1
   [junit4]   2> 2352817 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[77]} 0 0
   [junit4]   2> 2352819 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[78]} 0 0
   [junit4]   2> 2352822 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[78]} 0 1
   [junit4]   2> 2352824 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[79]} 0 0
   [junit4]   2> 2352828 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[79]} 0 0
   [junit4]   2> 2352831 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[80]} 0 0
   [junit4]   2> 2352833 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[80]} 0 0
   [junit4]   2> 2352836 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[81]} 0 0
   [junit4]   2> 2352839 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[81]} 0 1
   [junit4]   2> 2352841 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[82]} 0 0
   [junit4]   2> 2352844 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[82]} 0 1
   [junit4]   2> 2352846 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[83]} 0 0
   [junit4]   2> 2352848 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[83]} 0 0
   [junit4]   2> 2352851 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[84]} 0 1
   [junit4]   2> 2352853 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[84]} 0 0
   [junit4]   2> 2352856 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[85]} 0 0
   [junit4]   2> 2352859 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[85]} 0 1
   [junit4]   2> 2352861 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[86]} 0 0
   [junit4]   2> 2352863 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[86]} 0 0
   [junit4]   2> 2352866 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[87]} 0 1
   [junit4]   2> 2352868 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[87]} 0 0
   [junit4]   2> 2352870 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[88]} 0 0
   [junit4]   2> 2352873 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[88]} 0 0
   [junit4]   2> 2352876 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[89]} 0 1
   [junit4]   2> 2352878 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[89]} 0 0
   [junit4]   2> 2352881 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[90]} 0 1
   [junit4]   2> 2352883 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[90]} 0 0
   [junit4]   2> 2352886 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[91]} 0 1
   [junit4]   2> 2352888 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[91]} 0 0
   [junit4]   2> 2352891 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[92]} 0 0
   [junit4]   2> 2352893 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[92]} 0 0
   [junit4]   2> 2352897 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[93]} 0 1
   [junit4]   2> 2352899 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[93]} 0 0
   [junit4]   2> 2352903 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[94]} 0 1
   [junit4]   2> 2352906 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[94]} 0 1
   [junit4]   2> 2352909 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[95]} 0 1
   [junit4]   2> 2352911 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[95]} 0 0
   [junit4]   2> 2352914 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[96]} 0 0
   [junit4]   2> 2352917 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[96]} 0 0
   [junit4]   2> 2352920 T7108 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[97]} 0 0
   [junit4]   2> 2352923 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[97]} 0 1
   [junit4]   2> 2352925 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[98]} 0 0
   [junit4]   2> 2352928 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[98]} 0 0
   [junit4]   2> 2352930 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[99]} 0 0
   [junit4]   2> 2352933 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[99]} 0 0
   [junit4]   2> 2352935 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[100]} 0 0
   [junit4]   2> 2352937 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[100]} 0 0
   [junit4]   2> 2352940 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[101]} 0 0
   [junit4]   2> 2352943 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[101]} 0 1
   [junit4]   2> 2352945 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[102]} 0 0
   [junit4]   2> 2352948 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[102]} 0 0
   [junit4]   2> 2352951 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[103]} 0 1
   [junit4]   2> 2352953 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[103]} 0 0
   [junit4]   2> 2352956 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[104]} 0 1
   [junit4]   2> 2352963 T7120 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[104]} 0 5
   [junit4]   2> 2352966 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[105]} 0 0
   [junit4]   2> 2352969 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[105]} 0 0
   [junit4]   2> 2352971 T7107 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[106]} 0 0
   [junit4]   2> 2352975 T7119 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[106]} 0 1
   [junit4]   2> 2352978 T7109 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[107]} 0 1
   [junit4]   2> 2352987 T7122 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[107]} 0 0
   [junit4]   2> 2352990 T7110 C5900 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[108]} 0 0
   [junit4]   2> 2443083 T7121 C5901 oasup.LogUpdateProcessor.finish [collection1] webapp=/xhuk/uq path=/update params={wt=javabin&version=2} {add=[108]} 0 1
   [junit4]   2> 2443105 T7101 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=20190534
   [junit4]   2> 2443106 T7101 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@165f323
   [junit4]   2> 2443106 T7101 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=109,adds=109,deletesById=0,deletesByQuery=2,errors=0,cumulative_adds=109,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
   [junit4]   2> 2443107 T7101 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2443107 T7101 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2443107 T7101 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2443140 T7101 C5900 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1980dc2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1585934),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1980dc2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1585934),segFN=segments_3,generation=3}
   [junit4]   2> 2443141 T7101 C5900 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 2443191 T7101 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2443192 T7101 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2443192 T7101 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data;done=false>>]
   [junit4]   2> 2443193 T7101 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data
   [junit4]   2> 2443193 T7101 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data/index;done=false>>]
   [junit4]   2> 2443193 T7101 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/control/data/index
   [junit4]   2> 2443194 T7101 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/xhuk/uq,null}
   [junit4]   2> 2448118 T7101 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=3326484
   [junit4]   2> 2448119 T7101 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@aa377a
   [junit4]   2> 2448119 T7101 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=109,adds=109,deletesById=0,deletesByQuery=2,errors=0,cumulative_adds=109,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
   [junit4]   2> 2448120 T7101 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2448120 T7101 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2448121 T7101 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2448155 T7101 C5901 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d2e8e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb2df),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d2e8e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bb2df),segFN=segments_3,generation=3}
   [junit4]   2> 2448155 T7101 C5901 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 2448156 T7101 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2448156 T7101 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2448157 T7101 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data;done=false>>]
   [junit4]   2> 2448157 T7101 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data
   [junit4]   2> 2448157 T7101 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data/index;done=false>>]
   [junit4]   2> 2448158 T7101 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001/tempDir-001/shard0/data/index
   [junit4]   2> 2448158 T7101 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/xhuk/uq,null}
   [junit4]   2> 2453107 T7101 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedIntervalFacetingTest -Dtests.method=testDistribSearch -Dtests.seed=E3F72685CCE5AD84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_DO -Dtests.timezone=America/Argentina/Ushuaia -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    101s J0 | DistributedIntervalFacetingTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:51353/xhuk/uq
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E3F72685CCE5AD84:6211A89DBBBACDB8]: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:116)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.indexDoc(BaseDistributedSearchTestCase.java:438)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.indexr(BaseDistributedSearchTestCase.java:416)
   [junit4]    > 	at org.apache.solr.DistributedIntervalFacetingTest.testRandom(DistributedIntervalFacetingTest.java:146)
   [junit4]    > 	at org.apache.solr.DistributedIntervalFacetingTest.doTest(DistributedIntervalFacetingTest.java:46)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:871)
   [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]    > 	... 49 more
   [junit4]   2> 2453121 T7101 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.DistributedIntervalFacetingTest-E3F72685CCE5AD84-001
   [junit4]   2> NOTE: test params are: codec=Lucene49: {test_ds_dv=PostingsFormat(name=Memory doPackFST= false), n_l1=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), test_fs_dv=PostingsFormat(name=NestedPulsing), n_dt1=PostingsFormat(name=MockRandom), n_td1=PostingsFormat(name=MockRandom), n_d1=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), n_f1=PostingsFormat(name=MockRandom), n_ti1=PostingsFormat(name=NestedPulsing), rnd_b=PostingsFormat(name=NestedPulsing), n_tl1=PostingsFormat(name=MockRandom), n_tf1=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), test_l_dv=PostingsFormat(name=MockRandom), n_tdt1=PostingsFormat(name=MockRandom), test_ls_dv=PostingsFormat(name=Memory doPackFST= false), test_f_dv=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), id=PostingsFormat(name=NestedPulsing), test_d_dv=PostingsFormat(name=MockRandom)}, docValues:{test_is_dv=DocValuesFormat(name=Memory), id_dv=DocValuesFormat(name=Memory), test_ds_dv=DocValuesFormat(name=Asserting), test_ss_dv=DocValuesFormat(name=SimpleText), test_s_dv=DocValuesFormat(name=Lucene49), test_i_dv=DocValuesFormat(name=Asserting), test_l_dv=DocValuesFormat(name=SimpleText), test_fs_dv=DocValuesFormat(name=Lucene49), test_ls_dv=DocValuesFormat(name=Asserting), test_f_dv=DocValuesFormat(name=Memory), test_d_dv=DocValuesFormat(name=SimpleText)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_DO, timezone=America/Argentina/Ushuaia
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=205671408,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollationFieldDocValues, TestLMJelinekMercerSimilarityFactory, WordBreakSolrSpellCheckerTest, BasicFunctionalityTest, CustomCollectionTest, TestHighFrequencyDictionaryFactory, TestStressReorder, TestAnalyzeInfixSuggestions, TestManagedSynonymFilterFactory, TestSolrXmlPersistor, TestComponentsName, SpellCheckCollatorTest, TestRestManager, TestLRUCache, QueryEqualityTest, DisMaxRequestHandlerTest, TestJmxIntegration, XmlUpdateRequestHandlerTest, TestWordDelimiterFilterFactory, HdfsCollectionsAPIDistributedZkTest, TestDistributedSearch, SignatureUpdateProcessorFactoryTest, TestSolrCoreProperties, TestCodecSupport, AnalyticsQueryTest, TestRangeQuery, TestDynamicFieldCollectionResource, TestCoreDiscovery, AddSchemaFieldsUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, PluginInfoTest, TestManagedSchemaFieldResource, AliasIntegrationTest, TestRemoteStreaming, TestSearchPerf, StatelessScriptUpdateProcessorFactoryTest, TestBinaryResponseWriter, TestSolr4Spatial, SuggesterTSTTest, ExternalFileFieldSortTest, AssignTest, RecoveryZkTest, DistributedQueryComponentCustomSortTest, TestSchemaNameResource, TestModifyConfFiles, ExpressionTest, IndexSchemaTest, TestCursorMarkWithoutUniqueKey, HighlighterTest, CoreAdminHandlerTest, StandardRequestHandlerTest, SolrCmdDistributorTest, TestFastWriter, UpdateParamsTest, SolrIndexSplitterTest, TestFoldingMultitermQuery, TriLevelCompositeIdRoutingTest, TestSolrXmlPersistence, TestReload, LeaderElectionTest, TestManagedStopFilterFactory, TestDocSet, TestPartialUpdateDeduplication, TestCloudSchemaless, TestSolrJ, TestSimpleQParserPlugin, TestAnalyzedSuggestions, RollingRestartTest, HighlighterMaxOffsetTest, FieldFacetTest, SuggesterTest, ZkControllerTest, PeerSyncTest, TimeZoneUtilsTest, DocumentAnalysisRequestHandlerTest, TestLMDirichletSimilarityFactory, TestLuceneMatchVersion, TestShortCircuitedRequests, BJQParserTest, SpellingQueryConverterTest, TestSort, TestStressVersions, OverseerCollectionProcessorTest, HdfsWriteToMultipleCollectionsTest, HdfsLockFactoryTest, TestSchemaSimilarityResource, ReturnFieldsTest, TestSolr4Spatial2, TestFaceting, HighlighterConfigTest, DirectSolrSpellCheckerTest, CursorPagingTest, MoreLikeThisHandlerTest, DocValuesMultiTest, RegexBoostProcessorTest, TestStandardQParsers, TestFastOutputStream, MinimalSchemaTest, EchoParamsTest, JsonLoaderTest, ShardSplitTest, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, ShardRoutingTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, TestHashPartitioner, DistributedSpellCheckComponentTest, TestJoin, DistributedTermsComponentTest, ShowFileRequestHandlerTest, DocValuesTest, TestStressLucene, SuggesterWFSTTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, DistanceFunctionTest, SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, LoggingHandlerTest, JSONWriterTest, MBeansHandlerTest, PingRequestHandlerTest, TestLFUCache, TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, TestStressRecovery, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest]
   [junit4] Completed on J0 in 101.06s, 1 test, 1 error <<< FAILURES!

[...truncated 282 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1307: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 421 suites, 1761 tests, 1 error, 39 ignored (18 assumptions)

Total time: 92 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_20-ea-b23 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

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

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=19, 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=19, 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([62C2F87AABFB94CD]: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=19, 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=19, 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([62C2F87AABFB94CD]:0)




Build Log:
[...truncated 15111 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessor
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001
   [junit4]   2> 1981 T18 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2828 T18 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2837 T18 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/collection1/'
   [junit4]   2> 3245 T18 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3677 T18 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 3699 T18 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 3733 T18 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 3974 T18 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 3975 T18 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 3981 T18 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3994 T18 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3995 T18 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001
   [junit4]   2> 3996 T18 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/'
   [junit4]   2> 4195 T18 oasc.CoreContainer.<init> New CoreContainer 313101436
   [junit4]   2> 4218 T18 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/]
   [junit4]   2> 4245 T18 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 4246 T18 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 4246 T18 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 4247 T18 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4247 T18 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4247 T18 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4248 T18 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4248 T18 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4250 T18 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4618 T18 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 4626 T18 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4627 T18 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4629 T18 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 4793 T20 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/collection1/'
   [junit4]   2> 4967 T20 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 5131 T20 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 5132 T20 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 5149 T20 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 5311 T20 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 5312 T20 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 5315 T20 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5317 T20 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/collection1/
   [junit4]   2> 5368 T20 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5387 T20 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/
   [junit4]   2> 5388 T20 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 5400 T20 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> 5401 T20 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 5442 T20 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001
   [junit4]   2> 5443 T20 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index/
   [junit4]   2> 5443 T20 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 5445 T20 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index
   [junit4]   2> 5533 T20 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 5534 T20 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5858 T20 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 5897 T20 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 5903 T20 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5903 T20 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5908 T20 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5909 T20 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5916 T20 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5919 T20 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 5919 T20 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5925 T20 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5926 T20 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 5970 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5976 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5980 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5981 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5982 T20 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6014 T20 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6014 T20 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6018 T20 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 6018 T20 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6048 T20 oass.SolrIndexSearcher.<init> Opening Searcher@24dbe77f[collection1] main
   [junit4]   2> 6074 T20 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/collection1/conf
   [junit4]   2> 6074 T20 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/collection1/conf}
   [junit4]   2> 6107 T20 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/collection1/conf
   [junit4]   2> 6107 T20 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 6112 T20 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/core-home-001/collection1/conf
   [junit4]   2> 6112 T20 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6137 T20 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6138 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@24dbe77f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6139 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6140 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@24dbe77f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6146 T18 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 6164 T18 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 6333 T18 C0 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 6337 T18 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 170
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 6357 T18 C1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 6361 T18 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 6361 T18 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 6362 T18 C2 oass.SolrIndexSearcher.<init> Opening Searcher@52ef9998[collection1] main
   [junit4]   2> 6365 T18 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6365 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@52ef9998[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 6397 T21 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=30 
   [junit4]   2> 6398 T21 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> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 6412 T21 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=13 
   [junit4]   2> 6412 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6412 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52ef9998[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6413 T18 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 56
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 8353 T18 C5 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 8354 T18 C5 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 8357 T18 C5 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 8373 T18 C6 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 8400 T18 C7 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 8405 T18 C7 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 8407 T18 C7 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 8482 T18 C8 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 8484 T18 C8 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 8967 T18 C9 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 8967 T18 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9184 T18 C10 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 9185 T18 C10 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9224 T18 C11 oass.SolrIndexSearcher.<init> Opening Searcher@5b47b261[collection1] main
   [junit4]   2> 9225 T18 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9243 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5b47b261[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c20))}
   [junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9243 T21 C12 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> 9244 T21 C12 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> 9245 T21 C12 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> 9245 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9246 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b47b261[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c20))}
   [junit4]   2> 9247 T18 C12 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9247 T18 C12 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 9248 T18 C12 oashd.DocBuilder.execute Time taken = 0:0:0.874
   [junit4]   2> 9248 T18 C12 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-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"Sports"+dataSource%3D"derby"+transformer%3D"AddAColumnTransformer"+newColumnName%3D"sportsAdded_s"+newColumnValue%3D"sport_added"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+WHERE+DELETED+!%3D+'Y'+AND+PERSON_ID%3D${People.ID}+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_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 904
   [junit4]   2> 9255 T18 C12 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> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9293 T18 C13 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=9 
   [junit4]   2> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9303 T18 C14 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=SPORT_NAME_mult_s:Sailing&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C15 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9344 T18 C15 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C16 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9354 T18 C16 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=sportsAdded_s:sport_added&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=3 
   [junit4]   2> ASYNC  NEW_CORE C17 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9363 T18 C17 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9365 T18 C17 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9928 T18 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 9943 T18 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> ASYNC  NEW_CORE C18 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9944 T18 C18 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9945 T18 C18 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 9947 T18 C18 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9947 T18 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 9948 T18 C18 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 9949 T18 C18 oass.SolrIndexSearcher.<init> Opening Searcher@5c296f91[collection1] main
   [junit4]   2> 9949 T18 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9950 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5c296f91[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9951 T21 C18 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> ASYNC  NEW_CORE C19 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 9954 T21 C19 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=3 
   [junit4]   2> 9956 T21 C19 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> 9956 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9956 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c296f91[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9958 T18 C19 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 11
   [junit4]   2> ASYNC  NEW_CORE C20 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10224 T18 C20 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10225 T18 C20 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10225 T18 C20 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 10226 T18 C20 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C21 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10230 T18 C21 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10232 T18 C21 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 10233 T18 C21 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> ASYNC  NEW_CORE C22 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10303 T18 C22 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 10304 T18 C22 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10317 T18 C22 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10319 T18 C23 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 10321 T18 C23 oass.SolrIndexSearcher.<init> Opening Searcher@5ce28fec[collection1] main
   [junit4]   2> 10322 T18 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10324 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5ce28fec[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c60))}
   [junit4]   2> 10325 T21 C23 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> 10325 T21 C23 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> 10326 T21 C23 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> 10327 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10327 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5ce28fec[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c60))}
   [junit4]   2> 10328 T18 C23 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10329 T18 C23 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 10329 T18 C23 oashd.DocBuilder.execute Time taken = 0:0:0.102
   [junit4]   2> 10329 T18 C23 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-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"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 108
   [junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10441 T18 C24 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=60} hits=60 status=0 QTime=104 
   [junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10476 T18 C25 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=13 
   [junit4]   2> ASYNC  NEW_CORE C26 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10483 T18 C26 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=1 
   [junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10495 T18 C27 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=4 
   [junit4]   2> 10498 T18 C27 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> ASYNC  NEW_CORE C28 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10504 T18 C28 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 10504 T18 C28 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10508 T18 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 10516 T18 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> ASYNC  NEW_CORE C29 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10518 T18 C29 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10518 T18 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> ASYNC  NEW_CORE C30 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10522 T18 C30 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10523 T18 C30 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 10523 T18 C30 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 10524 T18 C30 oass.SolrIndexSearcher.<init> Opening Searcher@10c2d37c[collection1] main
   [junit4]   2> 10525 T18 C30 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10526 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@10c2d37c[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10526 T21 C30 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> 10527 T21 C30 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> 10528 T21 C30 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> 10528 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10528 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10c2d37c[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10531 T18 C30 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> ASYNC  NEW_CORE C31 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10816 T18 C31 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10817 T18 C31 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10817 T18 C31 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 10818 T18 C31 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10819 T18 C31 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10820 T18 C31 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 10822 T18 C31 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> ASYNC  NEW_CORE C32 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10846 T18 C32 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 10846 T18 C32 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10870 T18 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 10871 T18 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 10873 T18 C33 oass.SolrIndexSearcher.<init> Opening Searcher@759ccc8a[collection1] main
   [junit4]   2> 10877 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@759ccc8a[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20))}
   [junit4]   2> 10878 T21 C33 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> 10878 T21 C33 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> 10879 T21 C33 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> 10879 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10880 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@759ccc8a[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20))}
   [junit4]   2> 10880 T18 C33 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10881 T18 C33 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10882 T18 C33 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 10882 T18 C33 oashd.DocBuilder.execute Time taken = 0:0:0.63
   [junit4]   2> 10883 T18 C33 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-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'+"+>+%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 71
   [junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10896 T18 C34 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> ASYNC  NEW_CORE C35 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 10913 T18 C35 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10914 T18 C35 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11421 T18 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 11431 T18 oas.SolrTestCaseJ4.setUp ###Starting testCachedChildEntities
   [junit4]   2> ASYNC  NEW_CORE C36 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11433 T18 C36 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11434 T18 C36 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 11435 T18 C36 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C37 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11443 T18 C37 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 11444 T18 C37 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 11445 T18 C37 oass.SolrIndexSearcher.<init> Opening Searcher@59644c56[collection1] main
   [junit4]   2> 11446 T18 C37 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 11446 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@59644c56[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 11447 T21 C37 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> 11448 T21 C37 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> 11448 T21 C37 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> 11448 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11448 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@59644c56[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 11454 T18 C37 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 19
   [junit4]   2> ASYNC  NEW_CORE C38 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11480 T18 C38 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 11480 T18 C38 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 11481 T18 C38 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 11482 T18 C38 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C39 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11506 T18 C39 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [CachedSqlEntityProcessor]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 11507 T18 C39 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11508 T18 C39 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 11509 T18 C39 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> ASYNC  NEW_CORE C40 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11518 T18 C40 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 11519 T18 C40 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> ASYNC  NEW_CORE C41 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11562 T18 C41 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 11563 T18 C41 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 11568 T18 C41 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> ASYNC  NEW_CORE C42 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11571 T18 C42 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 11574 T18 C42 oass.SolrIndexSearcher.<init> Opening Searcher@4eee583b[collection1] main
   [junit4]   2> 11574 T18 C42 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 11579 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@4eee583b[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c20))}
   [junit4]   2> 11580 T21 C42 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> 11581 T21 C42 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> 11581 T21 C42 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> 11582 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11582 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4eee583b[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c20))}
   [junit4]   2> 11583 T18 C42 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 11584 T18 C42 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 11584 T18 C42 oashd.DocBuilder.execute Time taken = 0:0:0.102
   [junit4]   2> 11585 T18 C42 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-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+name%3D"Sports"+dataSource%3D"hsqldb"+processor%3D"CachedSqlEntityProcessor"+where%3D"PERSON_ID%3DPeople.ID"+query%3D"SELECT+ID,+PERSON_ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_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 108
   [junit4]   2> ASYNC  NEW_CORE C43 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11590 T18 C43 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> 11597 T18 C43 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=SPORT_NAME_mult_s:Sailing&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C44 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11605 T18 C44 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C45 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11626 T18 C45 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11627 T18 C45 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11628 T18 oas.SolrTestCaseJ4.tearDown ###Ending testCachedChildEntities
   [junit4]   2> 11644 T18 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> ASYNC  NEW_CORE C46 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11646 T18 C46 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11647 T18 C46 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> ASYNC  NEW_CORE C47 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11655 T18 C47 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 11657 T18 C47 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 11657 T18 C47 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 11658 T18 C47 oass.SolrIndexSearcher.<init> Opening Searcher@4a88618f[collection1] main
   [junit4]   2> 11659 T18 C47 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 11659 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@4a88618f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 11660 T21 C47 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> 11661 T21 C47 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> 11661 T21 C47 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> 11661 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11661 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4a88618f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 11662 T18 C47 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> ASYNC  NEW_CORE C48 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11681 T18 C48 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> ASYNC  NEW_CORE C49 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11685 T18 C49 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 11686 T18 C49 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 11687 T18 C49 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 11689 T18 C49 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11690 T18 C49 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 11691 T18 C49 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 11704 T18 C49 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 11704 T18 C49 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C50 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11716 T18 C50 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@387eec1d lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 11716 T18 C50 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 11718 T18 C50 oass.SolrIndexSearcher.<init> Opening Searcher@45999822[collection1] main
   [junit4]   2> 11722 T18 C50 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 11726 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@45999822[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20))}
   [junit4]   2> 11726 T21 C50 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> 11727 T21 C50 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> 11728 T21 C50 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> 11728 T21 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11728 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45999822[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20))}
   [junit4]   2> 11733 T18 C50 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C51 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11739 T18 C51 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 11739 T18 C51 oashd.DocBuilder.execute Time taken = 0:0:0.51
   [junit4]   2> 11740 T18 C51 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-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'+"+>+%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 62
   [junit4]   2> 11742 T18 C51 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> ASYNC  NEW_CORE C52 name=collection1 org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11765 T18 C52 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11766 T18 C52 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11767 T18 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 11794 T18 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 11794 T18 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=313101436
   [junit4]   2> 11794 T18 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f9a716b
   [junit4]   2> 11795 T18 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> 11798 T18 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 11798 T18 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 11798 T18 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 11800 T18 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 11801 T18 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 11802 T18 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 11803 T18 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001/index
   [junit4]   2> 11803 T18 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001;done=false>>]
   [junit4]   2> 11804 T18 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-62C2F87AABFB94CD-001/init-core-data-001
   [junit4]   2> 9846 T17 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 29908 T17 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: 
   [junit4]   2> 	   1) Thread[id=19, 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> 29908 T17 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=19, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
   [junit4]   2> 32910 T17 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=19, 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=Lucene45, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ja, timezone=Etc/GMT-2
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=8,threads=2,free=79260384,total=131989504
   [junit4]   2> NOTE: All tests run in this JVM: [TestContextImpl, TestDocBuilder, TestSqlEntityProcessor]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessor -Dtests.seed=62C2F87AABFB94CD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=Etc/GMT-2 -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | 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=19, 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([62C2F87AABFB94CD]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=19, 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([62C2F87AABFB94CD]:0)
   [junit4] Completed on J1 in 33.06s, 6 tests, 2 errors, 1 skipped <<< FAILURES!

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

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10991/
Java: 64bit/jdk1.8.0_11 -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=26, 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=26, 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([6D7E8BF64D616232]: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=26, 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=26, 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([6D7E8BF64D616232]:0)




Build Log:
[...truncated 15125 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessor
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001
   [junit4]   2> 5168 T25 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 5889 T25 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 5889 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/collection1/'
   [junit4]   2> 5922 T25 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 5935 T25 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 5936 T25 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 5942 T25 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 5957 T25 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 5957 T25 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 5958 T25 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5958 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5959 T25 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001
   [junit4]   2> 5959 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/'
   [junit4]   2> 5981 T25 oasc.CoreContainer.<init> New CoreContainer 728237799
   [junit4]   2> 5981 T25 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/]
   [junit4]   2> 5982 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 5982 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 5982 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 5982 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5983 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5983 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5983 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5983 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5984 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5984 T25 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 5984 T25 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5985 T25 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5985 T25 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 5987 T27 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/collection1/'
   [junit4]   2> 6009 T27 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6124 T27 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 6125 T27 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 6131 T27 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 6146 T27 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 6147 T27 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 6148 T27 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6148 T27 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/collection1/
   [junit4]   2> 6149 T27 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6149 T27 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/
   [junit4]   2> 6149 T27 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6150 T27 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> 6150 T27 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 6151 T27 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001
   [junit4]   2> 6152 T27 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index/
   [junit4]   2> 6152 T27 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 6152 T27 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index
   [junit4]   2> 6154 T27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 6155 T27 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6156 T27 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 6157 T27 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 6157 T27 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6158 T27 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6158 T27 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6159 T27 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6159 T27 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6159 T27 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 6160 T27 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6160 T27 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6161 T27 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6164 T27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6165 T27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6167 T27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6169 T27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6170 T27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6171 T27 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6172 T27 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6173 T27 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 6173 T27 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6174 T27 oass.SolrIndexSearcher.<init> Opening Searcher@11cc7229[collection1] main
   [junit4]   2> 6175 T27 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/collection1/conf
   [junit4]   2> 6175 T27 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/collection1/conf}
   [junit4]   2> 6176 T27 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/collection1/conf
   [junit4]   2> 6176 T27 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 6177 T27 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/core-home-001/collection1/conf
   [junit4]   2> 6177 T27 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6178 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@11cc7229[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6178 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6178 T27 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6178 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11cc7229[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6191 T25 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 6199 T25 oas.SolrTestCaseJ4.setUp ###Starting testCachedChildEntities
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@436b0cc5
   [junit4]   2> 6309 T25 C2 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 6311 T25 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 109
   [junit4]   2> 6316 T25 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 6317 T25 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 6318 T25 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 6319 T25 C2 oass.SolrIndexSearcher.<init> Opening Searcher@31c3b879[collection1] main
   [junit4]   2> 6320 T25 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 6320 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@31c3b879[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6322 T28 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=2 
   [junit4]   2> 6323 T28 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=1 
   [junit4]   2> 6324 T28 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> 6324 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6324 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@31c3b879[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6324 T25 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 8305 T25 C2 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 8306 T25 C2 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 8306 T25 C2 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 8307 T25 C2 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 8340 T25 C2 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [CachedSqlEntityProcessor]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 8341 T25 C2 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 8348 T25 C2 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 8351 T25 C2 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 8464 T25 C2 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 8466 T25 C2 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 8563 T25 C2 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 8563 T25 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 8600 T25 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 8600 T25 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 8605 T25 C2 oass.SolrIndexSearcher.<init> Opening Searcher@6d825627[collection1] main
   [junit4]   2> 8607 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6d825627[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c20))}
   [junit4]   2> 8608 T28 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=1 
   [junit4]   2> 8608 T28 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> 8609 T28 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> 8609 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8610 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6d825627[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c20))}
   [junit4]   2> 8610 T25 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 8611 T25 C2 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 8612 T25 C2 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 8612 T25 C2 oashd.DocBuilder.execute Time taken = 0:0:0.304
   [junit4]   2> 8613 T25 C2 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-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'+"+>+%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"Sports"+dataSource%3D"derby"+processor%3D"CachedSqlEntityProcessor"+where%3D"PERSON_ID%3DPeople.ID"+query%3D"SELECT+ID,+PERSON_ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_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 312
   [junit4]   2> 8681 T25 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> 8688 T25 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=SPORT_NAME_mult_s:Sailing&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=1 
   [junit4]   2> 8730 T25 C2 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@436b0cc5
   [junit4]   2> 8882 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 8883 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9425 T25 oas.SolrTestCaseJ4.tearDown ###Ending testCachedChildEntities
   [junit4]   2> 9431 T25 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> 9432 T25 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9433 T25 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 9434 T25 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9435 T25 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 9435 T25 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 9435 T25 C3 oass.SolrIndexSearcher.<init> Opening Searcher@7d51c5f1[collection1] main
   [junit4]   2> 9436 T25 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9436 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7d51c5f1[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9437 T28 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> 9437 T28 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> 9438 T28 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> 9438 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9438 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d51c5f1[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9439 T25 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 9618 T25 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 9618 T25 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 9618 T25 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 9619 T25 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9619 T25 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9620 T25 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 9621 T25 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 9669 T25 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 9670 T25 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9683 T25 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 9683 T25 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 9685 T25 C3 oass.SolrIndexSearcher.<init> Opening Searcher@42feab79[collection1] main
   [junit4]   2> 9685 T25 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9687 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@42feab79[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c60))}
   [junit4]   2> 9687 T28 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> 9687 T28 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> 9688 T28 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> 9688 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9688 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@42feab79[collection1] main{UninvertingDirectoryReader(Uninverting(_1(5.0):c60))}
   [junit4]   2> 9689 T25 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9689 T25 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 9690 T25 C3 oashd.DocBuilder.execute Time taken = 0:0:0.70
   [junit4]   2> 9690 T25 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-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"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 74
   [junit4]   2> 9770 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=60} hits=60 status=0 QTime=76 
   [junit4]   2> 9785 T25 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=1 
   [junit4]   2> 9789 T25 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=1 
   [junit4]   2> 9798 T25 C3 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=5 
   [junit4]   2> 9800 T25 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=0 
   [junit4]   2> 9803 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9804 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9807 T25 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 9812 T25 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> 9813 T25 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9814 T25 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 9815 T25 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9815 T25 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 9816 T25 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 9816 T25 C3 oass.SolrIndexSearcher.<init> Opening Searcher@96c4f9[collection1] main
   [junit4]   2> 9817 T25 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9817 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@96c4f9[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9818 T28 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> 9818 T28 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> 9819 T28 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> 9819 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9819 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@96c4f9[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9821 T25 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 9834 T25 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 9834 T25 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 9834 T25 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 9835 T25 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9836 T25 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9836 T25 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 9837 T25 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 9843 T25 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 9843 T25 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9848 T25 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 9849 T25 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 9851 T25 C3 oass.SolrIndexSearcher.<init> Opening Searcher@7287242b[collection1] main
   [junit4]   2> 9852 T25 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9855 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7287242b[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20))}
   [junit4]   2> 9856 T28 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> 9856 T28 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> 9857 T28 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> 9857 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9857 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7287242b[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20))}
   [junit4]   2> 9858 T25 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9859 T25 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 9859 T25 C3 oashd.DocBuilder.execute Time taken = 0:0:0.23
   [junit4]   2> 9859 T25 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-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'+"+>+%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 28
   [junit4]   2> 9861 T25 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=1 
   [junit4]   2> 9866 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9867 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9868 T25 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 9873 T25 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> 9875 T25 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9875 T25 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 9876 T25 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9877 T25 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 9877 T25 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 9878 T25 C3 oass.SolrIndexSearcher.<init> Opening Searcher@472685a[collection1] main
   [junit4]   2> 9878 T25 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9879 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@472685a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9880 T28 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> 9880 T28 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> 9881 T28 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> 9881 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9881 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@472685a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 9882 T25 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 10119 T25 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10120 T25 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10120 T25 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 10121 T25 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10122 T25 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10123 T25 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 10124 T25 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 10154 T25 C3 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 10156 T25 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 10322 T25 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 10322 T25 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10328 T25 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 10329 T25 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 10331 T25 C3 oass.SolrIndexSearcher.<init> Opening Searcher@2861e58[collection1] main
   [junit4]   2> 10332 T25 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10335 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2861e58[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c20))}
   [junit4]   2> 10336 T28 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> 10336 T28 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> 10337 T28 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> 10337 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10337 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2861e58[collection1] main{UninvertingDirectoryReader(Uninverting(_3(5.0):c20))}
   [junit4]   2> 10338 T25 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10339 T25 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 10339 T25 C3 oashd.DocBuilder.execute Time taken = 0:0:0.218
   [junit4]   2> 10340 T25 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-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"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"CODE"+dataSource%3D"derby"+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 224
   [junit4]   2> 10345 T25 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=1 
   [junit4]   2> 10355 T25 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=2 
   [junit4]   2> 10384 T25 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=8 
   [junit4]   2> 10440 T25 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=4 
   [junit4]   2> 10446 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10447 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10963 T25 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 10969 T25 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 10970 T25 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10970 T25 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 10972 T25 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10972 T25 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 10973 T25 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 10973 T25 C3 oass.SolrIndexSearcher.<init> Opening Searcher@6e8e0901[collection1] main
   [junit4]   2> 10974 T25 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10974 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6e8e0901[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10975 T28 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> 10975 T28 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> 10976 T28 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> 10976 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10976 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e8e0901[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10977 T25 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 10993 T25 C3 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10994 T25 C3 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10994 T25 C3 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 10994 T25 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10995 T25 C3 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10996 T25 C3 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 10996 T25 C3 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 11002 T25 C3 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 11003 T25 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 11008 T25 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@621d1218 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 11008 T25 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 11010 T25 C3 oass.SolrIndexSearcher.<init> Opening Searcher@3ba84a69[collection1] main
   [junit4]   2> 11010 T25 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 11013 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3ba84a69[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20))}
   [junit4]   2> 11014 T28 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> 11014 T28 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> 11015 T28 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> 11015 T28 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11015 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3ba84a69[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20))}
   [junit4]   2> 11016 T25 C3 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 11017 T25 C3 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 11017 T25 C3 oashd.DocBuilder.execute Time taken = 0:0:0.22
   [junit4]   2> 11017 T25 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-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>+%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 26
   [junit4]   2> 11019 T25 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=1 
   [junit4]   2> 11023 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11023 T25 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11024 T25 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 11046 T25 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 11047 T25 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=728237799
   [junit4]   2> 11047 T25 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@436b0cc5
   [junit4]   2> 11047 T25 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> 11047 T25 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 11048 T25 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 11048 T25 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 11049 T25 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 11049 T25 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 11050 T25 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 11050 T25 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001/index
   [junit4]   2> 11050 T25 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001;done=false>>]
   [junit4]   2> 11050 T25 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessor-6D7E8BF64D616232-001/init-core-data-001
   [junit4]   2> 5903 T24 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 25955 T24 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: 
   [junit4]   2> 	   1) Thread[id=26, 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> 25955 T24 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=26, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor]
   [junit4]   2> 28958 T24 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=26, 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=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ar_SD, timezone=America/Indiana/Marengo
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=8,threads=2,free=62308672,total=183500800
   [junit4]   2> NOTE: All tests run in this JVM: [TestEphemeralCache, TestDataConfig, TestVariableResolver, TestSqlEntityProcessor]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessor -Dtests.seed=6D7E8BF64D616232 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_SD -Dtests.timezone=America/Indiana/Marengo -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | 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=26, 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([6D7E8BF64D616232]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=26, 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([6D7E8BF64D616232]:0)
   [junit4] Completed on J1 in 29.06s, 6 tests, 2 errors, 1 skipped <<< FAILURES!

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

Total time: 90 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_11 -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-Linux (64bit/jdk1.8.0_11) - Build # 10990 - Still Failing!

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

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=55, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         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.TestSqlEntityProcessorDelta: 
   1) Thread[id=55, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        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([C30BFCC9157F9EDA]: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=55, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         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=55, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        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([C30BFCC9157F9EDA]:0)




Build Log:
[...truncated 15086 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001
   [junit4]   2> 19855 T54 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 20570 T54 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 20571 T54 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/collection1/'
   [junit4]   2> 20662 T54 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 20701 T54 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 20702 T54 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 20719 T54 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 20768 T54 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 20770 T54 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 20771 T54 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 20772 T54 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 20772 T54 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001
   [junit4]   2> 20772 T54 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/'
   [junit4]   2> 20846 T54 oasc.CoreContainer.<init> New CoreContainer 267490519
   [junit4]   2> 20846 T54 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/]
   [junit4]   2> 20847 T54 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 20847 T54 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 20847 T54 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 20848 T54 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 20848 T54 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 20848 T54 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 20848 T54 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 20849 T54 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 20849 T54 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 20849 T54 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 20850 T54 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 20850 T54 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 20850 T54 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 20855 T56 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/collection1/'
   [junit4]   2> 20922 T56 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 20977 T56 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 20979 T56 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 20991 T56 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 21052 T56 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 21052 T56 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 21053 T56 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 21055 T56 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/collection1/
   [junit4]   2> 21055 T56 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 21056 T56 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/
   [junit4]   2> 21056 T56 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 21056 T56 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> 21056 T56 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 21057 T56 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001
   [junit4]   2> 21057 T56 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index/
   [junit4]   2> 21057 T56 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 21058 T56 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index
   [junit4]   2> 21059 T56 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 21059 T56 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 21061 T56 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 21061 T56 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 21062 T56 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21062 T56 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21062 T56 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21062 T56 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21063 T56 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 21063 T56 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 21063 T56 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 21064 T56 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21064 T56 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 21068 T56 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21069 T56 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21071 T56 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21072 T56 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21074 T56 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21092 T56 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 21093 T56 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 21094 T56 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 21094 T56 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 21094 T56 oass.SolrIndexSearcher.<init> Opening Searcher@42dbd689[collection1] main
   [junit4]   2> 21095 T56 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/collection1/conf
   [junit4]   2> 21095 T56 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/collection1/conf}
   [junit4]   2> 21096 T56 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/collection1/conf
   [junit4]   2> 21096 T56 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 21097 T56 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/core-home-001/collection1/conf
   [junit4]   2> 21097 T56 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 21097 T56 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 21097 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@42dbd689[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21101 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 21101 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@42dbd689[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21102 T54 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 21107 T54 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> ASYNC  NEW_CORE C22 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 21120 T54 C22 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 21121 T54 C22 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 11
   [junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 21127 T54 C23 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21128 T54 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 21128 T54 C23 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 21129 T54 C23 oass.SolrIndexSearcher.<init> Opening Searcher@5c3f6200[collection1] main
   [junit4]   2> 21129 T54 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21130 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5c3f6200[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21130 T57 C23 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> 21131 T57 C23 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> 21132 T57 C23 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> 21132 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 21133 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5c3f6200[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21133 T54 C23 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 22867 T54 C24 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 22868 T54 C24 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 22868 T54 C24 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 22869 T54 C24 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 22892 T54 C25 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 22897 T54 C25 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 22898 T54 C25 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> ASYNC  NEW_CORE C26 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23046 T54 C26 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 23046 T54 C26 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23074 T54 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 23074 T54 C27 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> ASYNC  NEW_CORE C28 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23080 T54 C28 oass.SolrIndexSearcher.<init> Opening Searcher@6dec473a[collection1] main
   [junit4]   2> 23081 T54 C28 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 23082 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6dec473a[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c60))}
   [junit4]   2> 23082 T57 C28 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> 23083 T57 C28 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> 23083 T57 C28 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> 23084 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 23084 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6dec473a[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c60))}
   [junit4]   2> 23084 T54 C28 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 23085 T54 C28 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 23085 T54 C28 oashd.DocBuilder.execute Time taken = 0:0:0.215
   [junit4]   2> 23086 T54 C28 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-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&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 222
   [junit4]   2> ASYNC  NEW_CORE C29 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23233 T54 C29 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=60} hits=60 status=0 QTime=99 
   [junit4]   2> 23255 T54 C29 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=1 
   [junit4]   2> ASYNC  NEW_CORE C30 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23264 T54 C30 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=1 
   [junit4]   2> ASYNC  NEW_CORE C31 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23302 T54 C31 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=6 
   [junit4]   2> 23304 T54 C31 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> ASYNC  NEW_CORE C32 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23310 T54 C32 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 23311 T54 C32 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 23312 T54 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23357 T54 C33 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 23358 T54 C33 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 23358 T54 C33 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 23359 T54 C33 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23361 T54 C34 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 23362 T54 C34 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 23362 T54 C34 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 23363 T54 C34 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> ASYNC  NEW_CORE C35 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23439 T54 C35 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 8
   [junit4]   2> 23440 T54 C35 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 5
   [junit4]   2> 23440 T54 C35 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 23440 T54 C35 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 23441 T54 C35 oashd.SolrWriter.deleteDoc Deleting document: 11
   [junit4]   2> 23441 T54 C35 oashd.SolrWriter.deleteDoc Deleting document: 9
   [junit4]   2> 23442 T54 C35 oashd.SolrWriter.deleteDoc Deleting document: 8
   [junit4]   2> 23442 T54 C35 oashd.SolrWriter.deleteDoc Deleting document: 1
   [junit4]   2> 23442 T54 C35 oashd.SolrWriter.deleteDoc Deleting document: 7
   [junit4]   2> ASYNC  NEW_CORE C36 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23521 T54 C36 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 23521 T54 C36 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 23522 T54 C36 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C37 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23546 T54 C37 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 23547 T54 C37 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> ASYNC  NEW_CORE C38 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23554 T54 C38 oass.SolrIndexSearcher.<init> Opening Searcher@20b40007[collection1] main
   [junit4]   2> 23555 T54 C38 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 23566 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@20b40007[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c60/23:delGen=1) Uninverting(_1(5.0):c24))}
   [junit4]   2> 23567 T57 C38 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> 23568 T57 C38 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> 23569 T57 C38 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> 23569 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 23570 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@20b40007[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):c60/23:delGen=1) Uninverting(_1(5.0):c24))}
   [junit4]   2> 23571 T54 C38 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 23571 T54 C38 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 23572 T54 C38 oashd.DocBuilder.execute Time taken = 0:0:0.211
   [junit4]   2> 23572 T54 C38 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-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&clean=false&command=delta-import} {delete=[11, 9, 8, 1, 7],add=[1019, TripleThreat-1-1019, TripleThreat-2-1019, 13, TripleThreat-1-13, TripleThreat-2-13, 3, TripleThreat-1-3, TripleThreat-2-3, 19, ... (24 adds)],commit=} 0 217
   [junit4]   2> ASYNC  NEW_CORE C39 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23586 T54 C39 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=51} hits=61 status=0 QTime=2 
   [junit4]   2> ASYNC  NEW_CORE C40 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23606 T54 C40 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-1-*&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=1 
   [junit4]   2> 23609 T54 C40 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-2-*&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C41 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23617 T54 C41 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=0 
   [junit4]   2> 23620 T54 C41 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 23621 T54 C41 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 23622 T54 C41 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1009&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C42 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23626 T54 C42 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1019&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 23628 T54 C42 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C43 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23631 T54 C43 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 23633 T54 C43 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:8&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C44 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23637 T54 C44 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:9&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 23639 T54 C44 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:11&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 23641 T54 C44 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:16&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C45 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23646 T54 C45 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:18&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C46 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23650 T54 C46 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:19&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C47 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23654 T54 C47 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:3&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 23657 T54 C47 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:4&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C48 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 23662 T54 C48 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:13&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 24210 T54 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 24222 T54 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> ASYNC  NEW_CORE C49 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24223 T54 C49 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 24224 T54 C49 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 24225 T54 C49 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 24231 T54 C49 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 24232 T54 C49 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 24232 T54 C49 oass.SolrIndexSearcher.<init> Opening Searcher@57127e41[collection1] main
   [junit4]   2> 24233 T54 C49 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 24237 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@57127e41[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> ASYNC  NEW_CORE C50 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24238 T57 C50 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> 24238 T57 C50 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> 24240 T57 C50 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> 24240 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 24240 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57127e41[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 24244 T54 C50 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 19
   [junit4]   2> ASYNC  NEW_CORE C51 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24581 T54 C51 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 24581 T54 C51 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 24582 T54 C51 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 24583 T54 C51 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 24584 T54 C51 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 24585 T54 C51 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 24586 T54 C51 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 24591 T54 C51 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 24592 T54 C51 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> ASYNC  NEW_CORE C52 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24665 T54 C52 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 24665 T54 C52 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C53 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24678 T54 C53 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 24678 T54 C53 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 24681 T54 C53 oass.SolrIndexSearcher.<init> Opening Searcher@1b13d825[collection1] main
   [junit4]   2> 24681 T54 C53 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 24686 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1b13d825[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20))}
   [junit4]   2> 24687 T57 C53 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> 24688 T57 C53 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> 24688 T57 C53 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> 24688 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 24688 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b13d825[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20))}
   [junit4]   2> 24689 T54 C53 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> ASYNC  NEW_CORE C54 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24697 T54 C54 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 24698 T54 C54 oashd.DocBuilder.execute Time taken = 0:0:0.114
   [junit4]   2> 24698 T54 C54 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-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}'+"+>+%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"Sports"+dataSource%3D"hsqldb"+transformer%3D"AddAColumnTransformer"+newColumnName%3D"sportsAdded_s"+newColumnValue%3D"sport_added"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+WHERE+DELETED+!%3D+'Y'+AND+PERSON_ID%3D${People.ID}+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_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 124
   [junit4]   2> 24701 T54 C54 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> 24709 T54 C54 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=SPORT_NAME_mult_s:Sailing&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C55 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24724 T54 C55 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C56 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24734 T54 C56 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=sportsAdded_s:sport_added&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C57 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24743 T54 C57 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 24744 T54 C57 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 24745 T54 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 24750 T54 C57 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 24750 T54 C57 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 24751 T54 C57 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 24751 T54 C57 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> ASYNC  NEW_CORE C58 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24776 T54 C58 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 24776 T54 C58 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: Sports
   [junit4]   2> 24777 T54 C58 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: Sports rows obtained : 0
   [junit4]   2> 24777 T54 C58 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: Sports rows obtained : 0
   [junit4]   2> 24778 T54 C58 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: Sports
   [junit4]   2> 24778 T54 C58 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 24778 T54 C58 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 24779 T54 C58 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 24784 T54 C58 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 7
   [junit4]   2> 24785 T54 C58 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 5
   [junit4]   2> 24785 T54 C58 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 24786 T54 C58 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 24786 T54 C58 oashd.SolrWriter.deleteDoc Deleting document: 12
   [junit4]   2> 24787 T54 C58 oashd.SolrWriter.deleteDoc Deleting document: 17
   [junit4]   2> 24787 T54 C58 oashd.SolrWriter.deleteDoc Deleting document: 5
   [junit4]   2> 24787 T54 C58 oashd.SolrWriter.deleteDoc Deleting document: 20
   [junit4]   2> 24788 T54 C58 oashd.SolrWriter.deleteDoc Deleting document: 15
   [junit4]   2> 24789 T54 C58 oashd.JdbcDataSource$1.call Creating a connection for entity Sports with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 24790 T54 C58 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 24815 T54 C58 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 24816 T54 C58 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 24816 T54 C58 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C59 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24841 T54 C59 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 24842 T54 C59 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 24844 T54 C59 oass.SolrIndexSearcher.<init> Opening Searcher@6a8f3971[collection1] main
   [junit4]   2> ASYNC  NEW_CORE C60 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24861 T54 C60 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 24871 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6a8f3971[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20/11:delGen=1) Uninverting(_3(5.0):c7))}
   [junit4]   2> 24872 T57 C60 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> 24872 T57 C60 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> 24873 T57 C60 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> 24873 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 24874 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a8f3971[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):c20/11:delGen=1) Uninverting(_3(5.0):c7))}
   [junit4]   2> 24874 T54 C60 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 24875 T54 C60 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 24876 T54 C60 oashd.DocBuilder.execute Time taken = 0:0:0.124
   [junit4]   2> 24876 T54 C60 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-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'+"+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}'+"+>+%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"Sports"+dataSource%3D"hsqldb"+transformer%3D"AddAColumnTransformer"+newColumnName%3D"sportsAdded_s"+newColumnValue%3D"sport_added"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+ID,+SPORT_NAME+FROM+PEOPLE_SPORTS+WHERE+DELETED+!%3D+'Y'+AND+PERSON_ID%3D${People.ID}+ORDER+BY+ID"+>+%0a<field+column%3D"SPORT_NAME"+name%3D"SPORT_NAME_mult_s"+/>+%0a<field+column%3D"id"+name%3D"SPORT_ID_mult_s"+/>+%0a</entity>+%0a</entity>+%0a</document>+%0a</dataConfig>+%0a&clean=false&command=delta-import} {delete=[12, 17, 5, 20, 15],add=[3, 19, 1009, 7, 4, 8, 14],commit=} 0 128
   [junit4]   2> ASYNC  NEW_CORE C61 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24903 T54 C61 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=16 status=0 QTime=2 
   [junit4]   2> 24910 T54 C61 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=NAME_mult_s:MODIFIED\+Michael&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C62 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24923 T54 C62 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1009&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C63 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24933 T54 C63 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:17&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 24935 T54 C63 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:20&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C64 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24958 T54 C64 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 24960 T54 C64 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:12&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C65 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24976 T54 C65 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 24978 T54 C65 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:19&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C66 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24985 T54 C66 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:3&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C67 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 24994 T54 C67 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:4&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 24997 T54 C67 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C68 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25008 T54 C68 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:8&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C69 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25018 T54 C69 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 25034 T54 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 25043 T54 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> ASYNC  NEW_CORE C70 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25045 T54 C70 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 25046 T54 C70 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 25048 T54 C70 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25049 T54 C70 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> ASYNC  NEW_CORE C71 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25055 T54 C71 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 25056 T54 C71 oass.SolrIndexSearcher.<init> Opening Searcher@3cf6cd2a[collection1] main
   [junit4]   2> 25057 T54 C71 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 25063 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3cf6cd2a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 25064 T57 C71 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> 25064 T57 C71 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> 25065 T57 C71 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> 25065 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 25065 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3cf6cd2a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 25068 T54 C71 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 21
   [junit4]   2> ASYNC  NEW_CORE C72 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25108 T54 C72 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 25109 T54 C72 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 25109 T54 C72 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 25110 T54 C72 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 25111 T54 C72 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 25112 T54 C72 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 25112 T54 C72 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 25121 T54 C72 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 25122 T54 C72 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C73 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25129 T54 C73 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 25135 T54 C73 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 25137 T54 C73 oass.SolrIndexSearcher.<init> Opening Searcher@2801935b[collection1] main
   [junit4]   2> 25138 T54 C73 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 25143 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2801935b[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20))}
   [junit4]   2> 25144 T57 C73 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> ASYNC  NEW_CORE C74 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25148 T57 C74 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=2 
   [junit4]   2> 25149 T57 C74 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> 25149 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 25149 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2801935b[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20))}
   [junit4]   2> 25150 T54 C74 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 25151 T54 C74 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 25151 T54 C74 oashd.DocBuilder.execute Time taken = 0:0:0.41
   [junit4]   2> 25152 T54 C74 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-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&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 53
   [junit4]   2> 25154 T54 C74 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C75 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25163 T54 C75 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 25164 T54 C75 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 25165 T54 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 25182 T54 C75 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 25183 T54 C75 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 25184 T54 C75 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 25185 T54 C75 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 25186 T54 C75 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 25187 T54 C75 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 25187 T54 C75 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 25188 T54 C75 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 25190 T54 C75 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 25192 T54 C75 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 3
   [junit4]   2> 25192 T54 C75 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 3
   [junit4]   2> 25192 T54 C75 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 25193 T54 C75 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> ASYNC  NEW_CORE C76 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25198 T54 C76 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 25198 T54 C76 oashd.SolrWriter.deleteDoc Deleting document: 11
   [junit4]   2> 25199 T54 C76 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 25199 T54 C76 oashd.SolrWriter.deleteDoc Deleting document: 9
   [junit4]   2> 25200 T54 C76 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 25200 T54 C76 oashd.SolrWriter.deleteDoc Deleting document: 5
   [junit4]   2> 25204 T54 C76 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 25204 T54 C76 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 25204 T54 C76 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25208 T54 C76 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 25208 T54 C76 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> ASYNC  NEW_CORE C77 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25216 T54 C77 oass.SolrIndexSearcher.<init> Opening Searcher@506be5c[collection1] main
   [junit4]   2> 25217 T54 C77 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 25225 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@506be5c[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20/5:delGen=1) Uninverting(_5(5.0):c3))}
   [junit4]   2> 25226 T57 C77 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> 25226 T57 C77 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> 25227 T57 C77 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> 25227 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 25228 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@506be5c[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):c20/5:delGen=1) Uninverting(_5(5.0):c3))}
   [junit4]   2> 25229 T54 C77 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> ASYNC  NEW_CORE C78 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25233 T54 C78 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 25234 T54 C78 oashd.DocBuilder.execute Time taken = 0:0:0.48
   [junit4]   2> 25234 T54 C78 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-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&clean=false&command=delta-import} {delete=[11, 9, 5],add=[1019, 17, 20],commit=} 0 54
   [junit4]   2> 25237 T54 C78 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=18 status=0 QTime=1 
   [junit4]   2> 25248 T54 C78 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 25248 T54 C78 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C79 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25260 T54 C79 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1019&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 25262 T54 C79 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 25263 T54 C79 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:9&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C80 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25271 T54 C80 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:11&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 25273 T54 C80 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:17&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C81 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25284 T54 C81 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:20&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 25289 T54 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 25297 T54 oas.SolrTestCaseJ4.setUp ###Starting testDeltaImportWithoutInitialFullImport
   [junit4]   2> ASYNC  NEW_CORE C82 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25298 T54 C82 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 25299 T54 C82 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> ASYNC  NEW_CORE C83 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25303 T54 C83 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25304 T54 C83 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 25305 T54 C83 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 25306 T54 C83 oass.SolrIndexSearcher.<init> Opening Searcher@76c8d925[collection1] main
   [junit4]   2> 25306 T54 C83 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 25308 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@76c8d925[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 25309 T57 C83 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> 25309 T57 C83 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> 25310 T57 C83 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> 25310 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 25310 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@76c8d925[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 25312 T54 C83 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> ASYNC  NEW_CORE C84 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25734 T54 C84 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 25734 T54 C84 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 25735 T54 C84 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 25736 T54 C84 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 25737 T54 C84 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 25738 T54 C84 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 25738 T54 C84 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> ASYNC  NEW_CORE C85 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25750 T54 C85 oashd.JdbcDataSource$1.call Time taken for getConnection(): 8
   [junit4]   2> 25772 T54 C85 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 25793 T54 C85 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 20
   [junit4]   2> 25793 T54 C85 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 25794 T54 C85 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> ASYNC  NEW_CORE C86 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25954 T54 C86 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 25955 T54 C86 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 25955 T54 C86 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25962 T54 C86 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 25963 T54 C86 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> ASYNC  NEW_CORE C87 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25970 T54 C87 oass.SolrIndexSearcher.<init> Opening Searcher@6cc69e15[collection1] main
   [junit4]   2> 25971 T54 C87 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 25975 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6cc69e15[collection1] main{UninvertingDirectoryReader(Uninverting(_6(5.0):c20))}
   [junit4]   2> 25976 T57 C87 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> 25976 T57 C87 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> 25977 T57 C87 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> 25977 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 25977 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6cc69e15[collection1] main{UninvertingDirectoryReader(Uninverting(_6(5.0):c20))}
   [junit4]   2> 25978 T54 C87 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 25978 T54 C87 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 25979 T54 C87 oashd.DocBuilder.execute Time taken = 0:0:0.242
   [junit4]   2> 25979 T54 C87 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-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&clean=false&command=delta-import} {add=[19, 18, 17, 16, 20, 11, 10, 9, 8, 15, ... (20 adds)],commit=} 0 248
   [junit4]   2> ASYNC  NEW_CORE C88 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 25987 T54 C88 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> 25991 T54 C88 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=1 
   [junit4]   2> 25991 T54 C88 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 26498 T54 oas.SolrTestCaseJ4.tearDown ###Ending testDeltaImportWithoutInitialFullImport
   [junit4]   2> 26510 T54 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> ASYNC  NEW_CORE C89 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 26512 T54 C89 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 26513 T54 C89 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 26515 T54 C89 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26516 T54 C89 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 26516 T54 C89 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 26517 T54 C89 oass.SolrIndexSearcher.<init> Opening Searcher@7b33d07c[collection1] main
   [junit4]   2> 26518 T54 C89 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 26526 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@7b33d07c[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> ASYNC  NEW_CORE C90 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 26527 T57 C90 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> 26527 T57 C90 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> 26528 T57 C90 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> 26528 T57 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 26528 T57 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b33d07c[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 26529 T54 C90 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 15
   [junit4]   2> ASYNC  NEW_CORE C91 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 26796 T54 C91 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 26796 T54 C91 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 26796 T54 C91 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 26797 T54 C91 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 26798 T54 C91 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 26798 T54 C91 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 26799 T54 C91 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 26810 T54 C91 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 26810 T54 C91 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C92 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 26817 T54 C92 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aa8173f lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/i

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

eddedDriver"+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"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&clean=false&command=delta-import} {add=[1017, 1001],commit=} 0 63
   [junit4]   2> ASYNC  NEW_CORE C99 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 26958 T54 C99 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=22 status=0 QTime=2 
   [junit4]   2> 26961 T54 C99 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 26961 T54 C99 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 26962 T54 C99 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1001&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C100 name=collection1 org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 26966 T54 C100 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1017&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 27472 T54 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 27499 T54 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 27500 T54 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=267490519
   [junit4]   2> 27500 T54 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5e417e2b
   [junit4]   2> 27500 T54 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=176,cumulative_deletesById=13,cumulative_deletesByQuery=9,cumulative_errors=0}
   [junit4]   2> 27501 T54 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 27501 T54 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 27501 T54 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 27502 T54 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 27503 T54 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 27504 T54 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 27504 T54 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001/index
   [junit4]   2> 27504 T54 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001;done=false>>]
   [junit4]   2> 27504 T54 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-C30BFCC9157F9EDA-001/init-core-data-001
   [junit4]   2> 7676 T53 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 27742 T53 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta: 
   [junit4]   2> 	   1) Thread[id=55, 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:502)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> 27745 T53 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=55, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]   2> 30747 T53 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=55, 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: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=Lucene42, sim=DefaultSimilarity, locale=es_CR, timezone=Australia/South
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=8,threads=2,free=90539856,total=131989504
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileListWithLineEntityProcessor, TestURLDataSource, TestContentStreamDataSource, TestDateFormatTransformer, TestContextImpl, TestSqlEntityProcessorDelta]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessorDelta -Dtests.seed=C30BFCC9157F9EDA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_CR -Dtests.timezone=Australia/South -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | 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=55, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [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([C30BFCC9157F9EDA]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=55, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [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([C30BFCC9157F9EDA]:0)
   [junit4] Completed on J1 in 30.91s, 5 tests, 2 errors <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_20-ea-b23) - Build # 10989 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10989/
Java: 64bit/jdk1.8.0_20-ea-b23 -XX:-UseCompressedOops -XX:+UseG1GC

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=22, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         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.TestSqlEntityProcessorDelta: 
   1) Thread[id=22, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        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([16621DA5B5936ACB]: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=22, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]         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=22, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
        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([16621DA5B5936ACB]:0)




Build Log:
[...truncated 15441 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001
   [junit4]   2> 5758 T21 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 6532 T21 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 6533 T21 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/collection1/'
   [junit4]   2> 6585 T21 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6615 T21 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 6616 T21 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 6651 T21 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 6683 T21 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 6683 T21 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 6684 T21 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6685 T21 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6685 T21 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001
   [junit4]   2> 6686 T21 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/'
   [junit4]   2> 6738 T21 oasc.CoreContainer.<init> New CoreContainer 1726977122
   [junit4]   2> 6739 T21 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/]
   [junit4]   2> 6739 T21 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 6740 T21 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 6740 T21 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 6741 T21 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6741 T21 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6741 T21 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6742 T21 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6742 T21 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6742 T21 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6794 T21 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 6797 T21 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6797 T21 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6798 T21 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 6802 T23 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/collection1/'
   [junit4]   2> 6845 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6870 T23 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 6871 T23 oass.IndexSchema.readSchema Reading Solr Schema from dataimport-schema.xml
   [junit4]   2> 6878 T23 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 6898 T23 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 6898 T23 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 6899 T23 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6903 T23 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/collection1/
   [junit4]   2> 6904 T23 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6904 T23 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/
   [junit4]   2> 6904 T23 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6904 T23 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> 6905 T23 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 6905 T23 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001
   [junit4]   2> 6906 T23 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index/
   [junit4]   2> 6906 T23 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 6906 T23 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index
   [junit4]   2> 6908 T23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 6908 T23 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6909 T23 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 6910 T23 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 6910 T23 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6910 T23 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6910 T23 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6911 T23 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6911 T23 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6911 T23 oasc.RequestHandlers.initHandlersFromConfig created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
   [junit4]   2> 6912 T23 oasc.RequestHandlers.initHandlersFromConfig created /search: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 6912 T23 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6912 T23 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6914 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6916 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6918 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6919 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6920 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6926 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6926 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6928 T23 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 6928 T23 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6929 T23 oass.SolrIndexSearcher.<init> Opening Searcher@4b9d2ce0[collection1] main
   [junit4]   2> 6929 T23 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/collection1/conf
   [junit4]   2> 6929 T23 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/collection1/conf}
   [junit4]   2> 6930 T23 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/collection1/conf
   [junit4]   2> 6930 T23 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 6931 T23 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/core-home-001/collection1/conf
   [junit4]   2> 6931 T23 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6931 T23 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6931 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@4b9d2ce0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6932 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 6932 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b9d2ce0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6933 T21 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 6939 T21 oas.SolrTestCaseJ4.setUp ###Starting testChildEntities
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@25076577
   [junit4]   2> 7063 T21 C7 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 7066 T21 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 123
   [junit4]   2> 7073 T21 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 7075 T21 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 7075 T21 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 7076 T21 C7 oass.SolrIndexSearcher.<init> Opening Searcher@61820aee[collection1] main
   [junit4]   2> 7078 T21 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 7078 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@61820aee[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7079 T24 C7 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> 7079 T24 C7 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> 7080 T24 C7 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> 7080 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 7080 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61820aee[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7080 T21 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 9036 T21 C7 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 9036 T21 C7 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 9037 T21 C7 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 9037 T21 C7 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9053 T21 C7 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 9060 T21 C7 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 9062 T21 C7 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 9073 T21 C7 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 9075 T21 C7 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 9250 T21 C7 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 9251 T21 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9281 T21 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 9282 T21 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 9286 T21 C7 oass.SolrIndexSearcher.<init> Opening Searcher@46b07aea[collection1] main
   [junit4]   2> 9287 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@46b07aea[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 9287 T24 C7 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> 9288 T24 C7 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> 9289 T24 C7 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> 9289 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9289 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46b07aea[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20))}
   [junit4]   2> 9290 T21 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9290 T21 C7 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 9291 T21 C7 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 9291 T21 C7 oashd.DocBuilder.execute Time taken = 0:0:0.253
   [junit4]   2> 9292 T21 C7 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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}'+"+>+%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"derby"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+CODE,+COUNTRY_NAME+FROM+COUNTRIES+WHERE+DELETED+!%3D+'Y'+AND+CODE%3D'${People.COUNTRY_CODE}'+"+deltaQuery%3D"SELECT+CODE+FROM+COUNTRIES+WHERE+DELETED+!%3D+'Y'+AND+last_modified+%26gt;%3D'${dih.last_index_time}'+"++parentDeltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+AND+COUNTRY_CODE%3D'${Countries.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 259
   [junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@25076577
   [junit4]   2> 9317 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=22 
   [junit4]   2> 9375 T21 C8 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=22 
   [junit4]   2> 9416 T21 C8 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> 9419 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9420 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 9422 T21 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 9499 T21 C8 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 9499 T21 C8 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 9500 T21 C8 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 9501 T21 C8 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 9502 T21 C8 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 9503 T21 C8 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: Countries
   [junit4]   2> 9503 T21 C8 oashd.JdbcDataSource$1.call Creating a connection for entity Countries with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 9505 T21 C8 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 9537 T21 C8 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: Countries rows obtained : 6
   [junit4]   2> 9538 T21 C8 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: Countries rows obtained : 0
   [junit4]   2> 9539 T21 C8 oashd.SqlEntityProcessor.nextModifiedParentRowKey Running parentDeltaQuery for Entity: Countries
   [junit4]   2> 9546 T21 C8 oashd.SqlEntityProcessor.nextModifiedParentRowKey Running parentDeltaQuery for Entity: Countries
   [junit4]   2> 9554 T21 C8 oashd.SqlEntityProcessor.nextModifiedParentRowKey Running parentDeltaQuery for Entity: Countries
   [junit4]   2> 9562 T21 C8 oashd.SqlEntityProcessor.nextModifiedParentRowKey Running parentDeltaQuery for Entity: Countries
   [junit4]   2> 9569 T21 C8 oashd.SqlEntityProcessor.nextModifiedParentRowKey Running parentDeltaQuery for Entity: Countries
   [junit4]   2> 9580 T21 C8 oashd.SqlEntityProcessor.nextModifiedParentRowKey Running parentDeltaQuery for Entity: Countries
   [junit4]   2> 9588 T21 C8 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: Countries
   [junit4]   2> 9588 T21 C8 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 9589 T21 C8 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 9590 T21 C8 oashd.JdbcDataSource$1.call Time taken for getConnection(): 1
   [junit4]   2> 9606 T21 C8 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 9607 T21 C8 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 9607 T21 C8 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 9692 T21 C8 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 9693 T21 C8 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 9693 T21 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9700 T21 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 9700 T21 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 9706 T21 C8 oass.SolrIndexSearcher.<init> Opening Searcher@6bec323e[collection1] main
   [junit4]   2> 9707 T21 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 9710 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@6bec323e[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20/9:delGen=1) Uninverting(_1(5.0):C9))}
   [junit4]   2> 9711 T24 C8 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> 9711 T24 C8 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> 9712 T24 C8 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> 9712 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9712 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6bec323e[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C20/9:delGen=1) Uninverting(_1(5.0):C9))}
   [junit4]   2> 9713 T21 C8 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 9714 T21 C8 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 9714 T21 C8 oashd.DocBuilder.execute Time taken = 0:0:0.212
   [junit4]   2> 9715 T21 C8 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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}'+"+>+%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"derby"+processor%3D"SqlEntityProcessor"+query%3D"SELECT+CODE,+COUNTRY_NAME+FROM+COUNTRIES+WHERE+DELETED+!%3D+'Y'+AND+CODE%3D'${People.COUNTRY_CODE}'+"+deltaQuery%3D"SELECT+CODE+FROM+COUNTRIES+WHERE+DELETED+!%3D+'Y'+AND+last_modified+%26gt;%3D'${dih.last_index_time}'+"++parentDeltaQuery%3D"SELECT+ID+FROM+PEOPLE+WHERE+DELETED+!%3D+'Y'+AND+COUNTRY_CODE%3D'${Countries.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=false&command=delta-import} {add=[8, 13, 12, 3, 17, 16, 7, 4, 20],commit=} 0 220
   [junit4]   2> 9720 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=2 
   [junit4]   2> 9732 T21 C8 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> 9741 T21 C8 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=0 
   [junit4]   2> 9760 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NP&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=16 
   [junit4]   2> 9776 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NA&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=13 
   [junit4]   2> 9782 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NR&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=3 
   [junit4]   2> 9800 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NC&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=15 
   [junit4]   2> 9816 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NG&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=14 
   [junit4]   2> 9834 T21 C8 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=COUNTRY_CODE_s:NI&qt=standard&start=0&rows=20&version=2.2} hits=2 status=0 QTime=15 
   [junit4]   2> 10467 T21 oas.SolrTestCaseJ4.tearDown ###Ending testChildEntities
   [junit4]   2> 10477 T21 oas.SolrTestCaseJ4.setUp ###Starting testSingleEntity
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@25076577
   [junit4]   2> 10478 T21 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10479 T21 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 10480 T21 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10481 T21 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 10481 T21 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 10482 T21 C9 oass.SolrIndexSearcher.<init> Opening Searcher@38b43812[collection1] main
   [junit4]   2> 10483 T21 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10484 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@38b43812[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10484 T24 C9 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> 10485 T24 C9 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> 10486 T24 C9 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> 10486 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10487 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@38b43812[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10488 T21 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 10664 T21 C9 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10665 T21 C9 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10665 T21 C9 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 10666 T21 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10666 T21 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10667 T21 C9 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 10667 T21 C9 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 10686 T21 C9 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 10686 T21 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10689 T21 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 10690 T21 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 10691 T21 C9 oass.SolrIndexSearcher.<init> Opening Searcher@2f5cee86[collection1] main
   [junit4]   2> 10692 T21 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10693 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2f5cee86[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20))}
   [junit4]   2> 10693 T24 C9 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> 10693 T24 C9 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> 10694 T24 C9 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> 10694 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10694 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f5cee86[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20))}
   [junit4]   2> 10695 T21 C9 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 10695 T21 C9 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 10696 T21 C9 oashd.DocBuilder.execute Time taken = 0:0:0.29
   [junit4]   2> 10696 T21 C9 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 34
   [junit4]   2> 10701 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> 10705 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10706 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10707 T21 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 10712 T21 C9 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 10712 T21 C9 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 10712 T21 C9 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 10713 T21 C9 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 10714 T21 C9 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 10714 T21 C9 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 10714 T21 C9 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 10715 T21 C9 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 10719 T21 C9 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 4
   [junit4]   2> 10719 T21 C9 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 3
   [junit4]   2> 10720 T21 C9 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 10720 T21 C9 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 10720 T21 C9 oashd.SolrWriter.deleteDoc Deleting document: 11
   [junit4]   2> 10720 T21 C9 oashd.SolrWriter.deleteDoc Deleting document: 14
   [junit4]   2> 10721 T21 C9 oashd.SolrWriter.deleteDoc Deleting document: 17
   [junit4]   2> 10724 T21 C9 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 10724 T21 C9 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 10724 T21 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10727 T21 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 10728 T21 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 10729 T21 C9 oass.SolrIndexSearcher.<init> Opening Searcher@44579817[collection1] main
   [junit4]   2> 10730 T21 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10731 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@44579817[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20/5:delGen=1) Uninverting(_3(5.0):C4))}
   [junit4]   2> 10732 T24 C9 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> 10732 T24 C9 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> 10732 T24 C9 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> 10733 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10733 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44579817[collection1] main{UninvertingDirectoryReader(Uninverting(_2(5.0):C20/5:delGen=1) Uninverting(_3(5.0):C4))}
   [junit4]   2> 10733 T21 C9 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 10734 T21 C9 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 10734 T21 C9 oashd.DocBuilder.execute Time taken = 0:0:0.21
   [junit4]   2> 10735 T21 C9 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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>+%0a</document>+%0a</dataConfig>+%0a&clean=false&command=delta-import} {delete=[11, 14, 17],add=[3, 1008, 16, 1014],commit=} 0 25
   [junit4]   2> 10736 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=19 status=0 QTime=0 
   [junit4]   2> 10741 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10742 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 10743 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1008&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 10747 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1014&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 10750 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:17&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 10753 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:11&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 10755 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 10757 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:16&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 10760 T21 C9 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:3&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 10766 T21 oas.SolrTestCaseJ4.tearDown ###Ending testSingleEntity
   [junit4]   2> 10774 T21 oas.SolrTestCaseJ4.setUp ###Starting testWithComplexTransformer
   [junit4]   2> 10775 T21 C9 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 10776 T21 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 10778 T21 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10779 T21 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 10779 T21 C9 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 10780 T21 C9 oass.SolrIndexSearcher.<init> Opening Searcher@331f1503[collection1] main
   [junit4]   2> 10781 T21 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10781 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@331f1503[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10782 T24 C9 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> 10782 T24 C9 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> 10783 T24 C9 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> 10783 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10783 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@331f1503[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 10785 T21 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@25076577
   [junit4]   2> 11045 T21 C10 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 11046 T21 C10 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 11046 T21 C10 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 11047 T21 C10 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 11048 T21 C10 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 11049 T21 C10 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 11050 T21 C10 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 11106 T21 C10 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 11107 T21 C10 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 11122 T21 C10 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 11123 T21 C10 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 11124 T21 C10 oass.SolrIndexSearcher.<init> Opening Searcher@adef87e[collection1] main
   [junit4]   2> 11128 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@adef87e[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):C60))}
   [junit4]   2> 11129 T24 C10 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> 11130 T24 C10 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> 11130 T24 C10 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> 11131 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11131 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@adef87e[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):C60))}
   [junit4]   2> 11131 T21 C10 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 11132 T21 C10 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 11133 T21 C10 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 11133 T21 C10 oashd.DocBuilder.execute Time taken = 0:0:0.85
   [junit4]   2> 11133 T21 C10 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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&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 91
   [junit4]   2> 11260 T21 C10 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=60} hits=60 status=0 QTime=115 
   [junit4]   2> 11292 T21 C10 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=18 
   [junit4]   2> 11297 T21 C10 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=1 
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@25076577
   [junit4]   2> 11343 T21 C11 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=26 
   [junit4]   2> 11346 T21 C11 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> 11350 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11351 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11352 T21 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 11374 T21 C11 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 11375 T21 C11 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 11375 T21 C11 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 11376 T21 C11 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 11377 T21 C11 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 11378 T21 C11 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 11378 T21 C11 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:derby:memory:derbyDB;territory=en_US
   [junit4]   2> 11379 T21 C11 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 11446 T21 C11 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 2
   [junit4]   2> 11446 T21 C11 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 11446 T21 C11 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 11462 T21 C11 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 11462 T21 C11 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 11463 T21 C11 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 11466 T21 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 11467 T21 C11 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 11469 T21 C11 oass.SolrIndexSearcher.<init> Opening Searcher@4778e237[collection1] main
   [junit4]   2> 11469 T21 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 11475 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@4778e237[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):C60/3:delGen=1) Uninverting(_5(5.0):C6))}
   [junit4]   2> 11476 T24 C11 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> 11476 T24 C11 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> 11477 T24 C11 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> 11477 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11477 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4778e237[collection1] main{UninvertingDirectoryReader(Uninverting(_4(5.0):C60/3:delGen=1) Uninverting(_5(5.0):C6))}
   [junit4]   2> 11478 T21 C11 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 11478 T21 C11 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 11479 T21 C11 oashd.DocBuilder.execute Time taken = 0:0:0.102
   [junit4]   2> 11479 T21 C11 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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&clean=false&command=delta-import} {add=[1019, TripleThreat-1-1019, TripleThreat-2-1019, 2, TripleThreat-1-2, TripleThreat-2-2],commit=} 0 108
   [junit4]   2> 11485 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&sort=id+asc&rows=63} hits=63 status=0 QTime=1 
   [junit4]   2> 11497 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-1-*&qt=standard&start=0&rows=20&version=2.2} hits=21 status=0 QTime=0 
   [junit4]   2> 11501 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:TripleThreat-2-*&qt=standard&start=0&rows=20&version=2.2} hits=21 status=0 QTime=1 
   [junit4]   2> 11507 T21 C11 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=0 
   [junit4]   2> 11509 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=AddAColumn_s:Added&qt=standard&start=0&rows=20&version=2.2} hits=21 status=0 QTime=0 
   [junit4]   2> 11512 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11513 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 11514 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:1019&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 11517 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 12026 T21 oas.SolrTestCaseJ4.tearDown ###Ending testWithComplexTransformer
   [junit4]   2> 12036 T21 oas.SolrTestCaseJ4.setUp ###Starting testDeltaImportWithoutInitialFullImport
   [junit4]   2> 12037 T21 C11 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12038 T21 C11 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 12040 T21 C11 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12040 T21 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 12041 T21 C11 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 12041 T21 C11 oass.SolrIndexSearcher.<init> Opening Searcher@2211c65c[collection1] main
   [junit4]   2> 12042 T21 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12044 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2211c65c[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 12045 T24 C11 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> 12046 T24 C11 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> 12047 T24 C11 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> 12047 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12047 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2211c65c[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 12049 T21 C11 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 12070 T21 C11 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 12071 T21 C11 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 12071 T21 C11 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 12072 T21 C11 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 12073 T21 C11 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 12074 T21 C11 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 12075 T21 C11 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 12075 T21 C11 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 12079 T21 C11 oashd.DocBuilder.findMatchingPkColumn Resolving deltaQuery column 'ID' to match entity's declared pk 'People.ID'
   [junit4]   2> 12080 T21 C11 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 20
   [junit4]   2> 12081 T21 C11 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 0
   [junit4]   2> 12081 T21 C11 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 12094 T21 C11 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 12095 T21 C11 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 12095 T21 C11 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12099 T21 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 12099 T21 C11 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 12101 T21 C11 oass.SolrIndexSearcher.<init> Opening Searcher@5896d12a[collection1] main
   [junit4]   2> 12101 T21 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12105 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@5896d12a[collection1] main{UninvertingDirectoryReader(Uninverting(_6(5.0):C20))}
   [junit4]   2> 12105 T24 C11 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> 12106 T24 C11 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> 12107 T24 C11 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> 12107 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12107 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5896d12a[collection1] main{UninvertingDirectoryReader(Uninverting(_6(5.0):C20))}
   [junit4]   2> 12108 T21 C11 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 12109 T21 C11 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 12109 T21 C11 oashd.DocBuilder.execute Time taken = 0:0:0.36
   [junit4]   2> 12109 T21 C11 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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&clean=false&command=delta-import} {add=[19, 18, 17, 16, 20, 11, 10, 9, 8, 15, ... (20 adds)],commit=} 0 41
   [junit4]   2> 12112 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=20 status=0 QTime=1 
   [junit4]   2> 12116 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12117 T21 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12118 T21 oas.SolrTestCaseJ4.tearDown ###Ending testDeltaImportWithoutInitialFullImport
   [junit4]   2> 12128 T21 oas.SolrTestCaseJ4.setUp ###Starting testWithSimpleTransformer
   [junit4]   2> 12129 T21 C11 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12130 T21 C11 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 12132 T21 C11 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12133 T21 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 12133 T21 C11 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 12134 T21 C11 oass.SolrIndexSearcher.<init> Opening Searcher@706cbd3f[collection1] main
   [junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@25076577
   [junit4]   2> 12134 T21 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12154 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@706cbd3f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 12156 T24 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 QTime=2 
   [junit4]   2> 12156 T24 C12 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> 12157 T24 C12 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> 12157 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12157 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@706cbd3f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 12158 T21 C12 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 27
   [junit4]   2> 12172 T21 C12 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 12173 T21 C12 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 12173 T21 C12 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 12174 T21 C12 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 12174 T21 C12 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12175 T21 C12 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 12175 T21 C12 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 12195 T21 C12 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 12195 T21 C12 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12197 T21 C12 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_e,generation=14}
   [junit4]   2> 12198 T21 C12 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 12199 T21 C12 oass.SolrIndexSearcher.<init> Opening Searcher@30339ba7[collection1] main
   [junit4]   2> 12200 T21 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12202 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@30339ba7[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 12202 T24 C12 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> 12203 T24 C12 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> 12203 T24 C12 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> 12203 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12204 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30339ba7[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20))}
   [junit4]   2> 12204 T21 C12 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: the.properties
   [junit4]   2> 12204 T21 C12 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 12205 T21 C12 oashd.DocBuilder.execute Time taken = 0:0:0.30
   [junit4]   2> 12205 T21 C12 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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'+"+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&clean=true&command=full-import} {deleteByQuery=*:*,add=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... (20 adds)],commit=} 0 35
   [junit4]   2> 12207 T21 C12 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> 12210 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12211 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={indent=true} status=0 QTime=0 
   [junit4]   2> 12211 T21 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 12216 T21 C12 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 12216 T21 C12 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 12217 T21 C12 oashd.DataImporter.doDeltaImport Starting Delta Import
   [junit4]   2> 12217 T21 C12 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 12218 T21 C12 oashd.DocBuilder.doDelta Starting delta collection.
   [junit4]   2> 12218 T21 C12 oashd.DocBuilder.collectDelta Running ModifiedRowKey() for Entity: People
   [junit4]   2> 12218 T21 C12 oashd.JdbcDataSource$1.call Creating a connection for entity People with URL: jdbc:hsqldb:mem:.
   [junit4]   2> 12219 T21 C12 oashd.JdbcDataSource$1.call Time taken for getConnection(): 0
   [junit4]   2> 12221 T21 C12 oashd.DocBuilder.collectDelta Completed ModifiedRowKey for Entity: People rows obtained : 9
   [junit4]   2> 12221 T21 C12 oashd.DocBuilder.collectDelta Completed DeletedRowKey for Entity: People rows obtained : 5
   [junit4]   2> 12221 T21 C12 oashd.DocBuilder.collectDelta Completed parentDeltaQuery for Entity: People
   [junit4]   2> 12222 T21 C12 oashd.DocBuilder.deleteAll Deleting stale documents 
   [junit4]   2> 12222 T21 C12 oashd.SolrWriter.deleteDoc Deleting document: 12
   [junit4]   2> 12222 T21 C12 oashd.SolrWriter.deleteDoc Deleting document: 1
   [junit4]   2> 12222 T21 C12 oashd.SolrWriter.deleteDoc Deleting document: 6
   [junit4]   2> 12223 T21 C12 oashd.SolrWriter.deleteDoc Deleting document: 10
   [junit4]   2> 12223 T21 C12 oashd.SolrWriter.deleteDoc Deleting document: 15
   [junit4]   2> 12228 T21 C12 oashd.DocBuilder.doDelta Delta Import completed successfully
   [junit4]   2> 12229 T21 C12 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 12229 T21 C12 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12333 T21 C12 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_e,generation=14}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@25562e06 lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index),segFN=segments_f,generation=15}
   [junit4]   2> 12334 T21 C12 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 15
   [junit4]   2> 12337 T21 C12 oass.SolrIndexSearcher.<init> Opening Searcher@521721b6[collection1] main
   [junit4]   2> 12338 T21 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12345 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@521721b6[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20/13:delGen=1) Uninverting(_8(5.0):C9))}
   [junit4]   2> 12346 T24 C12 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> 12346 T24 C12 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> 12347 T24 C12 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> 12348 T24 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12348 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@521721b6[collection1] main{UninvertingDirectoryReader(Uninverting(_7(5.0):C20/13:delGen=1) Uninverting(_8(5.0):C9))}
   [junit4]   2> 12349 T21 C12 oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
   [junit4]   2> 12350 T21 C12 oashd.SimplePropertiesWriter.persist Wrote last indexed time to the.properties
   [junit4]   2> 12350 T21 C12 oashd.DocBuilder.execute Time taken = 0:0:0.132
   [junit4]   2> 12351 T21 C12 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"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-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+WH

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

ersion=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 12362 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:6&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 12363 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:10&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 12365 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:12&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 12367 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1 
   [junit4]   2> 12368 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:17&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 12370 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 12372 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:20&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 12374 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:4&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 12376 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:5&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 12378 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:9&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 12380 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:13&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 12381 T21 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 12393 T21 oas.SolrTestCaseJ4.tearDown ###Ending testWithSimpleTransformer
   [junit4]   2> 12425 T21 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 12425 T21 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1726977122
   [junit4]   2> 12426 T21 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@25076577
   [junit4]   2> 12426 T21 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=168,cumulative_deletesById=8,cumulative_deletesByQuery=9,cumulative_errors=0}
   [junit4]   2> 12426 T21 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 12426 T21 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 12426 T21 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 12427 T21 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 12428 T21 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 12429 T21 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 12429 T21 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001/index
   [junit4]   2> 12429 T21 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001;done=false>>]
   [junit4]   2> 12429 T21 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestSqlEntityProcessorDelta-16621DA5B5936ACB-001/init-core-data-001
   [junit4]   2> 6697 T20 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 26765 T20 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta: 
   [junit4]   2> 	   1) Thread[id=22, 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:502)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> 26766 T20 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=22, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [junit4]   2> 29768 T20 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=22, 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: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=Asserting(Lucene49), sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=hr_HR, timezone=Asia/Katmandu
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_20-ea (64-bit)/cpus=8,threads=2,free=31336104,total=73400320
   [junit4]   2> NOTE: All tests run in this JVM: [TestURLDataSource, TestDocBuilder2, TestSqlEntityProcessorDelta]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSqlEntityProcessorDelta -Dtests.seed=16621DA5B5936ACB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr_HR -Dtests.timezone=Asia/Katmandu -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | 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=22, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [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([16621DA5B5936ACB]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=22, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessorDelta]
   [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([16621DA5B5936ACB]:0)
   [junit4] Completed on J1 in 29.87s, 5 tests, 2 errors <<< FAILURES!

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

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