Skip to content

Instantly share code, notes, and snippets.

[exec] 2011-03-04 23:18:13,212 INFO LogService - 2011-03-04 23:18:13 127.0.0.1 - 127.0.0.1 8888 PUT /api/collections/collection1/datasources/118/schedule - 204 0 41 37 http://localhost:8888 WWW-Mechanize/1.0.0 (http://rubyforge.org/projects/mechanize/) -
[exec] 2011-03-04 23:18:13,260 INFO LogService - 2011-03-04 23:18:13 127.0.0.1 - 127.0.0.1 8888 GET /api/collections/collection1/datasources/118/schedule - 200 - 0 4 http://localhost:8888 WWW-Mechanize/1.0.0 (http://rubyforge.org/projects/mechanize/) -
[exec] 2011-03-04 23:18:13,344 INFO LogService - 2011-03-04 23:18:13 127.0.0.1 - 127.0.0.1 8888 GET /api/collections/collection1/datasources/all/status - 200 - 0 43 http://localhost:8888 WWW-Mechanize/1.0.0 (http://rubyforge.org/projects/mechanize/) -
[exec] 2011-03-04 23:18:13,457 WARN scheduler.SolrScheduler - Could not interrupt job:http://www.lucidimagination.com/
[exec] 2011-03-04 23:18:13,460 INFO collection.YamlCollectionManager - Writing CollectionManager state to /Users/markr
102600 T8580 ccr.RunnerThreadGroup.uncaughtException WARNING RunnerThreadGroup's sub thread threw an uncaught exception. java.lang.AssertionError
at org.apache.solr.update.TransactionLog$ReverseReader.<init>(TransactionLog.java:621)
at org.apache.solr.update.TransactionLog.getReverseReader(TransactionLog.java:532)
at org.apache.solr.update.UpdateLog$RecentUpdates.update(UpdateLog.java:877)
at org.apache.solr.update.UpdateLog$RecentUpdates.access$0(UpdateLog.java:865)
at org.apache.solr.update.UpdateLog.getRecentUpdates(UpdateLog.java:970)
at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:243)
at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:210)
Creating dataDir: /tmp/solrtest-ChaosMonkeyNothingIsSafeTest-1345554436742
1080 T11 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44007_solr
1394 T11 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
1395 T11 oasc.ZkController.createCollectionZkNode Collection zkNode exists
1395 T11 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
2737 T11 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:44007/solr shardId:control_shard
2789 T11 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44007/solr/collection1/
3030 T11 oasc.ZkController.register We are http://127.0.0.1:44007/solr/collection1/ and leader is http://127.0.0.1:44007/solr/collection1/
3031 T11 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44007/solr
3031 T11 oasc.ZkController.checkRecovery I am the leader
Index: solr/testlogging.properties
===================================================================
--- solr/testlogging.properties (revision 1375795)
+++ solr/testlogging.properties (working copy)
@@ -4,15 +4,22 @@
java.util.logging.ConsoleHandler.formatter=org.apache.solr.SolrLogFormatter
-#.level=SEVERE
-.level=INFO
#!/bin/bash
#
# WANdisco Subversion install script.
# Copyright (C) 2013 WANdisco plc
#
# Please contact opensource@wandisco.com if you have any problems with this
# script.
set -e
@markrmiller
markrmiller / beast.sh
Last active June 14, 2020 19:02
The best Lucene / Solr beasting script in the world. TM.
#!/usr/bin/env bash
#set -x #echo on
#echo "args:$@"
# The best Lucene / Solr beasting script in the world. TM. 4.3.0
#
# This script will fire off N independent test runs for a class, X of them in parallel.
#
# A results.log file is written to the {results-dir}. A non zero exit status indicates a failed run.
[junit4] 2> 78428 T259 C170 P56681 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-355 (1512887269134958592)]} 0 1
[junit4] 2> 78433 T576 C163 P34812 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:59846/collection1/&wt=javabin&version=2} {add=[1-355 (1512887269139152896)]} 0 0
[junit4] 2> 78434 T483 C164 P34500 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:59846/collection1/&wt=javabin&version=2} {add=[1-355 (1512887269139152896)]} 0 1
[junit4] 2> 78435 T399 C165 P57111 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:59846/collection1/&wt=javabin&version=2} {add=[1-355 (1512887269139152896)]} 0 2
[junit4] 2> 78436 T907 C168 P59846 oasup.LogUpdateProcessor.finish [colle
@markrmiller
markrmiller / rsync-lucene-solr.sh
Created March 8, 2017 22:57
rsync lucene-solr checkout to remote machine
dir=$(basename $PWD)
rsync -azvp --stats --delete --exclude='.git/' --filter=':- .gitignore' --rsync-path="mkdir -p ~/beast/$dir && rsync" . ${hosts[$i-1]}:~/beast/$(basename $dir)
rsync -azvp --stats --delete solr/core/src/test-files/solr/collection1/lib ${hosts[$i-1]}:~/beast/$dir/solr/core/src/test-files/solr/collection1
3274 INFO (TEST-BasicDistributedZkTest.basicSolrCloudTest-seed#[99AF8E21BA9AE1A0]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /tmp/solr.cloud.BasicDistributedZkTest_99AF8E21BA9AE1A0-001/tempDir-001=>
3300 INFO (TEST-BasicDistributedZkTest.basicSolrCloudTest-seed#[99AF8E21BA9AE1A0]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER=>
3302 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0=>
3303 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server=>
3430 INFO (TEST-BasicDistributedZkTest.basicSolrCloudTest-seed#[99AF8E21BA9AE1A0]) [ ] o.a.s.c.ZkTestServer start zk server on port:39839=>
3430 INFO (TEST-BasicDistributedZkTest.basicSolrCloudTest-seed#[99AF8E21BA9AE1A0]) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39839=>
3435 INFO (TEST-BasicDistributedZkTest.basicSolrCloudTest-seed#[99AF8E21BA9AE1A0]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39839=>
3436 INFO (TEST-BasicDis
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*