Created
November 24, 2009 22:33
-
-
Save stormsilver/242303 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last login: Tue Nov 24 15:51:08 on ttys013 | |
| ssilver@cynosure:~$ cd work/deployment/chef | |
| ssilver@cynosure:~/work/deployment/chef$ sudo rake dev:features | |
| (in /Users/ssilver/work/deployment/chef) | |
| Apache CouchDB 0.10.0 (LogLevel=info) is starting. | |
| Apache CouchDB has started. Time to relax. | |
| [info] [<0.1.0>] Apache CouchDB has started on http://127.0.0.1:5984/ | |
| +---+ +---+ | |
| | | | | | |
| | | | | | |
| | | | | | |
| | +---+ +-------+ | |
| | | | |
| | RabbitMQ +---+ | | |
| | | | | | |
| | v1.7.0 +---+ | | |
| | | | |
| +-------------------+ | |
| AMQP 8-0 | |
| Copyright (C) 2007-2009 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd. | |
| Licensed under the MPL. See http://www.rabbitmq.com/ | |
| node : rabbit@cynosure | |
| app descriptor: /usr/local/Cellar/rabbitmq/1.7.0/lib/rabbitmq/erlang/lib/rabbitmq-1.7.0/ebin/rabbit.app | |
| home dir : /Users/ssilver | |
| cookie hash : 2iYerJW6Ewrq+BUj7fuR+Q== | |
| log : /usr/local/var/log/rabbitmq/rabbit.log | |
| sasl log : /usr/local/var/log/rabbitmq/rabbit-sasl.log | |
| database dir : /usr/local/var/lib/rabbitmq/mnesia/rabbit | |
| starting database ...done | |
| starting core processes ...done | |
| starting recovery ...done | |
| starting persister ...done | |
| starting guid generator ...done | |
| starting builtin applications ...done | |
| starting TCP listeners ...done | |
| starting SSL listeners ...done | |
| broker running | |
| Error: {vhost_already_exists,<<"/nanite">>} | |
| Creating vhost "/nanite" ... | |
| Error: {user_already_exists,<<"mapper">>} | |
| Creating user "mapper" ... | |
| Error: {user_already_exists,<<"nanite">>} | |
| Creating user "nanite" ... | |
| Setting permissions for user "mapper" in vhost "/nanite" ... | |
| ...done. | |
| Setting permissions for user "nanite" in vhost "/nanite" ... | |
| ...done. | |
| Listing users ... | |
| guest | |
| mapper | |
| nanite | |
| ...done. | |
| Listing vhosts ... | |
| / | |
| /nanite | |
| ...done. | |
| Listing permissions in vhost "/nanite" ... | |
| mapper .* .* .* | |
| nanite .* .* .* | |
| ...done. | |
| Running CouchDB at 68183 | |
| Running RabbitMQ at 68184 | |
| Running Chef Solr at 68441 | |
| Running Chef Solr Indexer at 68442 | |
| Running Chef at 68443 | |
| Hit CTRL-C to destroy development environment | |
| ./chef-server/bin/../../chef/lib/chef.rb:30: warning: already initialized constant VERSION | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: Loading plugin os | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: Loading plugin ruby | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: Loading plugin languages | |
| [Tue, 24 Nov 2009 16:27:39 -0600] INFO: [setup] setting log level to INFO | |
| [Tue, 24 Nov 2009 16:27:39 -0600] INFO: [setup] setting log level to INFO | |
| /usr/local/lib/ruby/gems/1.8/gems/nanite-0.4.1.13/lib/nanite/nanite_dispatcher.rb:13:in `initialize': undefined method `threadpool_size=' for EventMachine:Module (NoMethodError) | |
| from /usr/local/lib/ruby/gems/1.8/gems/nanite-0.4.1.13/lib/nanite/agent.rb:111:in `new' | |
| from /usr/local/lib/ruby/gems/1.8/gems/nanite-0.4.1.13/lib/nanite/agent.rb:111:in `run' | |
| from /usr/local/lib/ruby/gems/1.8/gems/nanite-0.4.1.13/lib/nanite/agent.rb:85:in `start' | |
| from /Users/ssilver/work/deployment/chef/chef-solr/lib/chef/solr/application/indexer.rb:132:in `run_application' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/eventmachine.rb:1280:in `call' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/eventmachine.rb:1280:in `event_callback' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/pr_eventmachine.rb:333:in `run_timers' | |
| from (eval):44:in `each' | |
| from (eval):44:in `each' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/pr_eventmachine.rb:330:in `run_timers' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/pr_eventmachine.rb:313:in `run' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/pr_eventmachine.rb:309:in `loop' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/pr_eventmachine.rb:309:in `run' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/pr_eventmachine.rb:64:in `run_machine' | |
| from /usr/local/lib/ruby/gems/1.8/gems/eventmachine-0.12.6/lib/eventmachine.rb:240:in `run' | |
| from /Users/ssilver/work/deployment/chef/chef-solr/lib/chef/solr/application/indexer.rb:131:in `run_application' | |
| from /Users/ssilver/work/deployment/chef/chef/lib/chef/application.rb:57:in `run' | |
| from ./chef-solr/bin/chef-solr-indexer:26 | |
| /usr/local/lib/ruby/gems/1.8/gems/mixlib-config-1.0.12/lib/mixlib/config.rb:38:in `read': No such file or directory - /etc/chef/server.rb (Errno::ENOENT) | |
| from /usr/local/lib/ruby/gems/1.8/gems/mixlib-config-1.0.12/lib/mixlib/config.rb:38:in `from_file' | |
| from ./chef-server/bin/chef-server:65 | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: Loading plugin kernel | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: ---- Begin uname -s STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: Darwin | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: ---- End uname -s STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: ---- Begin uname -s STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: ---- End uname -s STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: Ran (uname -s) returned 0 | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: ---- Begin uname -r STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: 10.2.0 | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: ---- End uname -r STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: ---- Begin uname -r STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: ---- End uname -r STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:39 -0600] DEBUG: Ran (uname -r) returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin uname -v STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End uname -v STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin uname -v STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End uname -v STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (uname -v) returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin uname -m STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: i386 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End uname -m STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin uname -m STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End uname -m STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (uname -m) returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin command | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin dmi | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Failed to run: dmidecode --version, assuming command not found | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin dmidecode --version STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End dmidecode --version STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin dmidecode --version STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Failed to run: dmidecode --version, assuming command not found | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End dmidecode --version STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Plugin dmi threw exception #<Ohai::Exceptions::Exec: returned 42, expected 0> | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin ec2 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin hostname | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::hostname | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin hostname -s STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: cynosure | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End hostname -s STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin hostname -s STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End hostname -s STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (hostname -s) returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin hostname STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: cynosure.sojern.com | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End hostname STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin hostname STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End hostname STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (hostname) returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin network | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::network | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin route -n get default | grep interface: | awk '/: / {print $2}' STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: en0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End route -n get default | grep interface: | awk '/: / {print $2}' STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin route -n get default | grep interface: | awk '/: / {print $2}' STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End route -n get default | grep interface: | awk '/: / {print $2}' STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (route -n get default | grep interface: | awk '/: / {print $2}') returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin erlang | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin erl +V STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End erl +V STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin erl +V STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 5.7.3 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End erl +V STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (erl +V) returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin java | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin java -version STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End java -version STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin java -version STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: java version "1.6.0_15" | |
| Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219) | |
| Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode) | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End java -version STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (java -version) returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin keys | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin ohai_time | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin perl | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin platform | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::platform | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin python | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin python -c "import sys; print sys.version" STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) | |
| [GCC 4.2.1 (Apple Inc. build 5646)] | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End python -c "import sys; print sys.version" STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin python -c "import sys; print sys.version" STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End python -c "import sys; print sys.version" STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (python -c "import sys; print sys.version") returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin uptime | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin virtualization | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::virtualization | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: No darwin::virtualization at /usr/local/lib/ruby/gems/1.8/gems/ohai-0.3.7/lib/ohai/plugins/darwin/virtualization.rb | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::filesystem | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::kernel | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin sysctl -n hw.optional.x86_64 STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: 1 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End sysctl -n hw.optional.x86_64 STDOUT ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- Begin sysctl -n hw.optional.x86_64 STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: ---- End sysctl -n hw.optional.x86_64 STDERR ---- | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ran (sysctl -n hw.optional.x86_64) returned 0 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::ps | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::ssh_host_key | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::system_profiler | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Can't load gem: no such file to load -- plist) | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Loading plugin darwin::uptime | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Building node object for cynosure_sojern_com | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: keys - {"ssh"=>{"host_dsa_public"=>"AAAAB3NzaC1kc3MAAACBAJ9P/O7m2n3n0kxv0OiP/tsn/3C6wbSzlGTcBJckKSmLjQAenEasH3MpKNTVe3ARVjexb03k9AnsQQhXklDCHcAQ8QgTbbj0DRhAwkEAgMPB9FU7p8AnVJd+JiU6SslZLqDfUI7VG0nKqlbwuabkL1RtGX3vWrPViVlqJxWiDPDTAAAAFQDEEXMqo051Gtv9k46B51JqTya3wwAAAIA+JBp6qJaqiQhKVqBqDvhHrBtDrlqzJTriakZ02iN2h2WM/hMHffo79WpLU4+mm0JHSSnMEnyxWhoAm15Zzzzs0Ja/B8Bo1ExS3AHFkrk10B4QmmeVMUMcpcsnMZDeRFuWpTf7nsGVxfsxELzQ0GHg8xZHQaucJwnCv4cZjn9lJAAAAIBlDlGRriWZKjo5oF4Hf2DbookNSXiPijt1HxORaMO5zcdXnxmPL5Q5h3abdogBi4lV426zKvyympbzv39VS3j65UksltxkNW73jjBCznB0fqdTv1d23pmaEUJ4dUHSJfb04JkCEDE8ffnJBJkp43+NYH6WU8hnD9urxLJVzDnGpA==", "host_rsa_public"=>"AAAAB3NzaC1yc2EAAAABIwAAAIEA14Y4WoC0yqsI9bGs/FnlfZDMjJkWnvuOP8ByJms+mPqIaj/LnN625+efH+a7p0qeOOXsRiJ7SI9jp4Pt/l0OaZWub9jDpKGZcEuwv/MhNGniKM5G3iI5/+Rl/JWNvgBSZX1zyl2FB348h+CKGrwq9rnqKVqmu6wlXXm7fvDJRNc="}} | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: dmi - {} | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: kernel - {"modules"=>{"com.cisco.nke.ipsec"=>{"size"=>454656, "version"=>"2.0.1", "index"=>"131", "refcount"=>"0"}, "com.apple.driver.AppleAPIC"=>{"size"=>12288, "version"=>"1.4", "index"=>"25", "refcount"=>"0"}, "com.apple.driver.AppleIntelCPUPowerManagement"=>{"size"=>110592, "version"=>"96.0.0", "index"=>"16", "refcount"=>"0"}, "com.apple.iokit.IOATAPIProtocolTransport"=>{"size"=>20480, "version"=>"2.5.0", "index"=>"47", "refcount"=>"0"}, "com.apple.iokit.IOPCIFamily"=>{"size"=>69632, "version"=>"2.6", "index"=>"14", "refcount"=>"19"}, "com.apple.iokit.IOAHCIBlockStorage"=>{"size"=>77824, "version"=>"1.6.0", "index"=>"52", "refcount"=>"0"}, "com.apple.driver.AppleProfileTimestampAction"=>{"size"=>12288, "version"=>"10", "index"=>"109", "refcount"=>"0"}, "com.apple.driver.AppleProfileRegisterStateAction"=>{"size"=>12288, "version"=>"10", "index"=>"107", "refcount"=>"0"}, "com.apple.iokit.IOSurface"=>{"size"=>45056, "version"=>"73.0", "index"=>"97", "refcount"=>"0"}, "com.apple.driver.AppleUSBUHCI"=>{"size"=>65536, "version"=>"3.7.5", "index"=>"36", "refcount"=>"0"}, "com.apple.iokit.IOSMBusFamily"=>{"size"=>12288, "version"=>"1.1", "index"=>"26", "refcount"=>"2"}, "com.apple.driver.AppleIntelPIIXATA"=>{"size"=>36864, "version"=>"2.5.0", "index"=>"39", "refcount"=>"0"}, "com.apple.driver.AppleSmartBatteryManager"=>{"size"=>28672, "version"=>"160.0.0", "index"=>"37", "refcount"=>"0"}, "com.apple.iokit.IOAHCIFamily"=>{"size"=>24576, "version"=>"2.0.2", "index"=>"48", "refcount"=>"2"}, "com.apple.iokit.CHUDUtils"=>{"size"=>28672, "version"=>"201", "index"=>"93", "refcount"=>"0"}, "com.apple.driver.AppleEFINVRAM"=>{"size"=>24576, "version"=>"1.3.0", "index"=>"34", "refcount"=>"0"}, "com.apple.iokit.IOUSBFamily"=>{"size"=>192512, "version"=>"3.8.5", "index"=>"35", "refcount"=>"15"}, "com.apple.filesystems.smbfs"=>{"size"=>208896, "version"=>"1.6.0", "index"=>"135", "refcount"=>"0"}, "com.apple.filesystems.autofs"=>{"size"=>40960, "version"=>"2.1.0", "index"=>"121", "refcount"=>"0"}, "com.apple.security.sandbox"=>{"size"=>32768, "version"=>"0", "index"=>"23", "refcount"=>"0"}, "com.apple.iokit.IOStorageFamily"=>{"size"=>98304, "version"=>"1.6", "index"=>"17", "refcount"=>"10"}, "com.apple.iokit.IOSCSIArchitectureModelFamily"=>{"size"=>106496, "version"=>"2.6.0", "index"=>"46", "refcount"=>"5"}, "com.apple.driver.AppleHPET"=>{"size"=>12288, "version"=>"1.4", "index"=>"31", "refcount"=>"0"}, "com.apple.iokit.IOUSBMassStorageClass"=>{"size"=>45056, "version"=>"2.5.1", "index"=>"143", "refcount"=>"0"}, "com.apple.kext.OSvKernDSPLib"=>{"size"=>16384, "version"=>"1.3", "index"=>"88", "refcount"=>"2"}, "com.apple.iokit.IOGraphicsFamily"=>{"size"=>122880, "version"=>"2.0", "index"=>"74", "refcount"=>"8"}, "com.apple.driver.AppleProfileCallstackAction"=>{"size"=>12288, "version"=>"20", "index"=>"105", "refcount"=>"0"}, "com.apple.iokit.IOATAFamily"=>{"size"=>53248, "version"=>"2.5.0", "index"=>"38", "refcount"=>"2"}, "com.apple.iokit.IOUSBHIDDriver"=>{"size"=>24576, "version"=>"3.8.4", "index"=>"65", "refcount"=>"4"}, "com.apple.driver.AppleUSBMultitouch"=>{"size"=>53248, "version"=>"204.9", "index"=>"69", "refcount"=>"0"}, "com.apple.iokit.IOSCSIBlockCommandsDevice"=>{"size"=>98304, "version"=>"2.6.0", "index"=>"137", "refcount"=>"0"}, "com.apple.driver.AppleACPIButtons"=>{"size"=>16384, "version"=>"1.3", "index"=>"30", "refcount"=>"0"}, "com.apple.driver.AppleFWOHCI"=>{"size"=>155648, "version"=>"4.4.0", "index"=>"41", "refcount"=>"0"}, "com.apple.security.TMSafetyNet"=>{"size"=>12288, "version"=>"6", "index"=>"20", "refcount"=>"0"}, "com.apple.iokit.IONDRVSupport"=>{"size"=>57344, "version"=>"2.0", "index"=>"75", "refcount"=>"4"}, "com.apple.BootCache"=>{"size"=>20480, "version"=>"31", "index"=>"43", "refcount"=>"0"}, "com.apple.iokit.IOUSBUserClient"=>{"size"=>8192, "version"=>"3.8.5", "index"=>"56", "refcount"=>"0"}, "com.apple.driver.AppleProfileReadCounterAction"=>{"size"=>12288, "version"=>"17", "index"=>"112", "refcount"=>"0"}, "com.apple.iokit.IOACPIFamily"=>{"size"=>16384, "version"=>"1.3.0", "index"=>"13", "refcount"=>"9"}, "com.apple.iokit.IOBDStorageFamily"=>{"size"=>20480, "version"=>"1.6", "index"=>"60", "refcount"=>"1"}, "com.google.filesystems.fusefs"=>{"size"=>81920, "version"=>"2.0.3", "index"=>"120", "refcount"=>"0"}, "com.apple.iokit.IONetworkingFamily"=>{"size"=>90112, "version"=>"1.9", "index"=>"44", "refcount"=>"5"}, "com.apple.nvidia.nv50hal"=>{"size"=>4747264, "version"=>"6.0.6", "index"=>"77", "refcount"=>"0"}, "com.apple.GeForce"=>{"size"=>626688, "version"=>"6.0.6", "index"=>"80", "refcount"=>"0"}, "com.apple.iokit.IOSCSIMultimediaCommandsDevice"=>{"size"=>98304, "version"=>"2.6.0", "index"=>"61", "refcount"=>"0"}, "com.apple.iokit.IOCDStorageFamily"=>{"size"=>32768, "version"=>"1.6", "index"=>"58", "refcount"=>"3"}, "com.Cvnt.driver.CvntDriver"=>{"size"=>8192, "version"=>"1.0.0", "index"=>"95", "refcount"=>"0"}, "com.apple.driver.AppleUpstreamUserClient"=>{"size"=>20480, "version"=>"3.1.0", "index"=>"111", "refcount"=>"0"}, "com.apple.driver.AppleIRController"=>{"size"=>20480, "version"=>"251.1.4", "index"=>"66", "refcount"=>"0"}, "com.apple.driver.AudioIPCDriver"=>{"size"=>16384, "version"=>"1.1.2", "index"=>"90", "refcount"=>"0"}, "com.apple.driver.AppleProfileKEventAction"=>{"size"=>12288, "version"=>"10", "index"=>"106", "refcount"=>"0"}, "com.apple.iokit.CHUDProf"=>{"size"=>49152, "version"=>"212", "index"=>"92", "refcount"=>"0"}, "com.apple.NVDAResman"=>{"size"=>2830336, "version"=>"6.0.6", "index"=>"76", "refcount"=>"2"}, "com.apple.driver.AppleIntelCPUPowerManagementClient"=>{"size"=>12288, "version"=>"96.0.0", "index"=>"24", "refcount"=>"0"}, "com.apple.iokit.AppleProfileFamily"=>{"size"=>180224, "version"=>"41", "index"=>"84", "refcount"=>"7"}, "com.Cvnt.nke"=>{"size"=>53248, "version"=>"1.2", "index"=>"94", "refcount"=>"1"}, "com.apple.driver.AppleSMBIOS"=>{"size"=>16384, "version"=>"1.4", "index"=>"28", "refcount"=>"0"}, "com.apple.driver.AppleACPIPlatform"=>{"size"=>266240, "version"=>"1.3", "index"=>"15", "refcount"=>"2"}, "com.apple.iokit.SCSITaskUserClient"=>{"size"=>28672, "version"=>"2.6.0", "index"=>"62", "refcount"=>"0"}, "com.apple.iokit.CHUDKernLib"=>{"size"=>20480, "version"=>"203", "index"=>"91", "refcount"=>"2"}, "com.apple.iokit.IOHIDFamily"=>{"size"=>241664, "version"=>"1.6.1", "index"=>"29", "refcount"=>"8"}, "com.apple.driver.AppleACPIEC"=>{"size"=>20480, "version"=>"1.3", "index"=>"27", "refcount"=>"0"}, "com.apple.driver.DiskImages"=>{"size"=>69632, "version"=>"281", "index"=>"18", "refcount"=>"0"}, "com.apple.driver.AppleLPC"=>{"size"=>12288, "version"=>"1.4.9", "index"=>"87", "refcount"=>"0"}, "com.apple.iokit.IODVDStorageFamily"=>{"size"=>24576, "version"=>"1.6", "index"=>"59", "refcount"=>"2"}, "com.apple.iokit.IOSerialFamily"=>{"size"=>36864, "version"=>"10.0.3", "index"=>"116", "refcount"=>"1"}, "com.apple.driver.AppleProfileThreadInfoAction"=>{"size"=>12288, "version"=>"14", "index"=>"108", "refcount"=>"0"}, "com.apple.iokit.IOFireWireIP"=>{"size"=>36864, "version"=>"2.0.3", "index"=>"103", "refcount"=>"0"}, "com.apple.driver.XsanFilter"=>{"size"=>12288, "version"=>"402.1", "index"=>"54", "refcount"=>"0"}, "com.apple.driver.AppleEFIRuntime"=>{"size"=>12288, "version"=>"1.3.0", "index"=>"33", "refcount"=>"1"}, "com.apple.driver.AppleAHCIPort"=>{"size"=>57344, "version"=>"2.0.1", "index"=>"49", "refcount"=>"0"}, "com.apple.driver.AppleUSBEHCI"=>{"size"=>81920, "version"=>"3.7.5", "index"=>"55", "refcount"=>"0"}, "com.apple.driver.AppleIntelPenrynProfile"=>{"size"=>28672, "version"=>"17", "index"=>"98", "refcount"=>"0"}, "com.apple.security.quarantine"=>{"size"=>20480, "version"=>"0", "index"=>"22", "refcount"=>"0"}, "com.apple.driver.AppleBacklight"=>{"size"=>16384, "version"=>"170.0.14", "index"=>"78", "refcount"=>"0"}, "com.apple.iokit.IO80211Family"=>{"size"=>147456, "version"=>"310.6", "index"=>"50", "refcount"=>"1"}, "com.apple.nke.applicationfirewall"=>{"size"=>32768, "version"=>"2.1.11", "index"=>"19", "refcount"=>"0"}, "com.apple.driver.AirPortBrcm43xx"=>{"size"=>1736704, "version"=>"411.91.20", "index"=>"51", "refcount"=>"0"}, "com.apple.driver.AppleUSBHub"=>{"size"=>61440, "version"=>"3.8.4", "index"=>"57", "refcount"=>"0"}, "com.apple.iokit.IOFireWireFamily"=>{"size"=>274432, "version"=>"4.1.7", "index"=>"40", "refcount"=>"2"}, "com.apple.driver.AppleUSBComposite"=>{"size"=>16384, "version"=>"3.7.5", "index"=>"63", "refcount"=>"1"}, "com.apple.driver.AppleRTC"=>{"size"=>24576, "version"=>"1.3", "index"=>"32", "refcount"=>"0"}, "com.apple.driver.AppleUSBMergeNub"=>{"size"=>12288, "version"=>"3.8.5", "index"=>"64", "refcount"=>"0"}}, "machine"=>"x86_64", "name"=>"Darwin", "os"=>"Darwin", "version"=>"Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386", "release"=>"10.2.0"} | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: platform_version - "10.6.2" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: fqdn - "cynosure.sojern.com" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: filesystem - {"map -hosts"=>{"kb_size"=>0, "kb_available"=>0, "mount_options"=>["nosuid", "automounted", "nobrowse"], "fs_type"=>"autofs", "mount"=>"/net", "percent_used"=>"100%", "kb_used"=>0, "block_size"=>512}, "map auto_home"=>{"kb_size"=>0, "kb_available"=>0, "mount_options"=>["automounted", "nobrowse"], "fs_type"=>"autofs", "mount"=>"/home", "percent_used"=>"100%", "kb_used"=>0, "block_size"=>512}, "devfs"=>{"kb_size"=>120, "kb_available"=>0, "mount_options"=>["local", "nobrowse"], "fs_type"=>"devfs", "mount"=>"/dev", "percent_used"=>"100%", "kb_used"=>120, "block_size"=>512}, "/dev/disk0s2"=>{"kb_size"=>177078272, "kb_available"=>7968380, "mount_options"=>["local", "journaled"], "fs_type"=>"hfs", "mount"=>"/", "percent_used"=>"96%", "kb_used"=>168853892, "block_size"=>512}, "/dev/disk0s3"=>{"kb_size"=>17946796, "kb_available"=>2886184, "mount_options"=>["local", "synchronous"], "fs_type"=>"fusefs", "mount"=>"/Volumes/BOOTCAMP", "percent_used"=>"84%", "kb_used"=>15060612, "block_size"=>512}} | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: ipaddress - "172.19.242.117" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: command - {"ps"=>"ps -ef"} | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: counters - {"network"=>{"interfaces"=>{"en4"=>{"tx"=>{"bytes"=>"983518", "packets"=>"0", "collisions"=>"0", "compressed"=>0, "carrier"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0}, "rx"=>{"bytes"=>"0", "packets"=>"0", "compressed"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0, "multicast"=>0, "frame"=>0}}, "stf0"=>{"tx"=>{"bytes"=>"0", "packets"=>"0", "collisions"=>"0", "compressed"=>0, "carrier"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0}, "rx"=>{"bytes"=>"0", "packets"=>"0", "compressed"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0, "multicast"=>0, "frame"=>0}}, "en5"=>{"tx"=>{"bytes"=>"981718", "packets"=>"0", "collisions"=>"0", "compressed"=>0, "carrier"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0}, "rx"=>{"bytes"=>"0", "packets"=>"0", "compressed"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0, "multicast"=>0, "frame"=>0}}, "lo0"=>{"tx"=>{"bytes"=>"26974935", "packets"=>"245214", "collisions"=>"0", "compressed"=>0, "carrier"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0}, "rx"=>{"bytes"=>"26974935", "packets"=>"245214", "compressed"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0, "multicast"=>0, "frame"=>0}}, "gif0"=>{"tx"=>{"bytes"=>"0", "packets"=>"0", "collisions"=>"0", "compressed"=>0, "carrier"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0}, "rx"=>{"bytes"=>"0", "packets"=>"0", "compressed"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0, "multicast"=>0, "frame"=>0}}, "en0"=>{"tx"=>{"bytes"=>"164220974", "packets"=>"777083", "collisions"=>"0", "compressed"=>0, "carrier"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0}, "rx"=>{"bytes"=>"827822591", "packets"=>"1095528", "compressed"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0, "multicast"=>0, "frame"=>0}}, "en1"=>{"tx"=>{"bytes"=>"37492265", "packets"=>"116094", "collisions"=>"0", "compressed"=>0, "carrier"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0}, "rx"=>{"bytes"=>"116862058", "packets"=>"125101", "compressed"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0, "multicast"=>0, "frame"=>0}}, "fw0"=>{"tx"=>{"bytes"=>"346", "packets"=>"0", "collisions"=>"0", "compressed"=>0, "carrier"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0}, "rx"=>{"bytes"=>"0", "packets"=>"0", "compressed"=>0, "errors"=>"0", "overrun"=>0, "drop"=>0, "multicast"=>0, "frame"=>0}}}}} | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: platform_build - "10C540" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: domain - "sojern.com" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: os - "darwin" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: network - {"default_interface"=>"en0", "interfaces"=>{"en4"=>{"number"=>"4", "flags"=>["UP", "BROADCAST", "SMART", "RUNNING", "PROMISC", "SIMPLEX", "MULTICAST"], "addresses"=>{"00:1c:42:00:00:08"=>{"family"=>"lladdr"}, "fe80::21c:42ff:fe00:8"=>{"scope"=>"Link", "prefixlen"=>"64", "family"=>"inet6"}, "10.211.55.2"=>{"netmask"=>"255.255.255.0", "broadcast"=>"10.211.55.255", "family"=>"inet"}}, "mtu"=>"1500", "media"=>{"supported"=>{"autoselect"=>{"options"=>[]}}, "selected"=>{"autoselect"=>{"options"=>[]}}}, "type"=>"en", "status"=>"active", "encapsulation"=>"Ethernet"}, "stf0"=>{"number"=>"0", "flags"=>[], "addresses"=>{}, "mtu"=>"1280", "type"=>"stf", "encapsulation"=>"6to4"}, "en5"=>{"number"=>"5", "flags"=>["UP", "BROADCAST", "SMART", "RUNNING", "PROMISC", "SIMPLEX", "MULTICAST"], "addresses"=>{"00:1c:42:00:00:09"=>{"family"=>"lladdr"}, "fe80::21c:42ff:fe00:9"=>{"scope"=>"Link", "prefixlen"=>"64", "family"=>"inet6"}, "10.37.129.2"=>{"netmask"=>"255.255.255.0", "broadcast"=>"10.37.129.255", "family"=>"inet"}}, "mtu"=>"1500", "media"=>{"supported"=>{"autoselect"=>{"options"=>[]}}, "selected"=>{"autoselect"=>{"options"=>[]}}}, "type"=>"en", "status"=>"active", "encapsulation"=>"Ethernet"}, "lo0"=>{"number"=>"0", "flags"=>["UP", "LOOPBACK", "RUNNING", "MULTICAST"], "addresses"=>{"::1"=>{"scope"=>"Node", "prefixlen"=>"128", "family"=>"inet6"}, "fe80::1"=>{"scope"=>"Link", "prefixlen"=>"64", "family"=>"inet6"}, "127.0.0.1"=>{"netmask"=>"255.0.0.0", "family"=>"inet"}}, "mtu"=>"16384", "type"=>"lo", "encapsulation"=>"Loopback"}, "gif0"=>{"number"=>"0", "flags"=>["POINTOPOINT", "MULTICAST"], "addresses"=>{}, "mtu"=>"1280", "type"=>"gif", "encapsulation"=>"IPIP"}, "en0"=>{"number"=>"0", "flags"=>["UP", "BROADCAST", "SMART", "RUNNING", "SIMPLEX", "MULTICAST"], "addresses"=>{"fe80::21f:f3ff:fed7:1aac"=>{"scope"=>"Link", "prefixlen"=>"64", "family"=>"inet6"}, "00:1f:f3:d7:1a:ac"=>{"family"=>"lladdr"}, "172.19.242.117"=>{"netmask"=>"255.255.255.0", "broadcast"=>"172.19.242.255", "family"=>"inet"}}, "mtu"=>"1500", "media"=>{"supported"=>{"autoselect"=>{"options"=>[]}, "none"=>{"options"=>[]}, "1000baseT"=>{"options"=>["full-duplex", "hw-loopback", "flow-control"]}, "10baseT/UTP"=>{"options"=>["half-duplex", "full-duplex", "hw-loopback", "flow-control"]}, "100baseTX"=>{"options"=>["half-duplex", "full-duplex", "hw-loopback", "flow-control"]}}}, "type"=>"en", "encapsulation"=>"Ethernet"}, "en1"=>{"number"=>"1", "flags"=>["UP", "BROADCAST", "SMART", "SIMPLEX", "MULTICAST"], "addresses"=>{"00:1f:5b:cf:09:66"=>{"family"=>"lladdr"}}, "mtu"=>"1500", "media"=>{"supported"=>{"autoselect"=>{"options"=>[]}}}, "type"=>"en", "encapsulation"=>"Ethernet"}, "fw0"=>{"number"=>"0", "flags"=>["BROADCAST", "SIMPLEX", "MULTICAST"], "addresses"=>{"00:21:e9:ff:fe:c0:f9:4a"=>{"family"=>"lladdr"}}, "mtu"=>"4078", "media"=>{"supported"=>{"autoselect"=>{"options"=>["full-duplex"]}}, "selected"=>{"autoselect"=>{"options"=>["full-duplex"]}}}, "type"=>"fw", "status"=>"inactive", "encapsulation"=>"1394"}}, "settings"=>{"net.inet6.ip6.forwarding"=>"0", "net.key.spi_maxval"=>"268435455", "net.key.int_random"=>"60", "net.key.debug"=>"0", "net.inet6.ipsec6.esp_trans_deflev"=>"1", "net.inet.ip.dummynet.curr_time"=>"0", "net.inet.tcp.minmssoverload"=>"0", "net.inet.tcp.tcbhashsize"=>"4096", "net.inet.ipsec.esp_port"=>"0", "net.smb.fs.tcprcvbuf"=>"131072", "net.inet6.ip6.hlim"=>"64", "net.inet.ip.fw.one_pass"=>"0", "net.inet.ip.fw.dyn_fin_lifetime"=>"1", "net.inet.ip.maxfragpackets"=>"1024", "net.inet.icmp.bmcastecho"=>"1", "net.inet.udp.maxdgram"=>"9216", "net.inet6.icmp6.nd6_useloopback"=>"1", "net.inet.ip.fw.debug"=>"0", "net.link.ether.inet.send_conflicting_probes"=>"1", "net.inet.tcp.keepinit"=>"75000", "net.inet.ipsec.esp_net_deflev"=>"1", "net.inet6.ipsec6.debug"=>"0", "net.inet.tcp.pmtud_blackhole_mss"=>"1200", "net.inet.ip.fw.curr_dyn_buckets"=>"256", "net.alf.mqcount"=>"0", "net.inet.ip.portrange.first"=>"49152", "net.inet.tcp.background_io_trigger"=>"5", "net.inet.tcp.msl"=>"15000", "net.inet.ip.forwarding"=>"0", "net.inet.ip.linklocal.in.allowbadttl"=>"1", "net.inet6.ipsec6.def_policy"=>"1", "net.inet.ipsec.ah_trans_deflev"=>"1", "net.inet.ip.fw.dyn_ack_lifetime"=>"300", "net.inet6.ip6.v6only"=>"0", "net.inet6.ip6.fw.verbose"=>"0", "net.inet.tcp.rtt_min"=>"1", "net.inet.tcp.sack"=>"1", "net.inet6.ip6.keepfaith"=>"0", "net.inet.udp.recvspace"=>"42080", "net.inet.tcp.isn_reseed_interval"=>"0", "net.link.ether.inet.useloopback"=>"1", "net.inet6.ip6.maxifprefixes"=>"16", "net.inet.tcp.ecn_initiate_out"=>"0", "net.inet.ip.fw.dyn_rst_lifetime"=>"1", "net.local.stream.recvspace"=>"8192", "net.local.stream.sendspace"=>"8192", "net.inet.ip.ttl"=>"64", "net.inet.ip.fw.verbose_limit"=>"0", "net.inet.ipsec.esp_trans_deflev"=>"1", "net.local.dgram.recvspace"=>"4096", "net.inet.ipsec.debug"=>"0", "net.link.ether.inet.log_arp_warnings"=>"0", "net.inet6.icmp6.rediraccept"=>"1", "net.inet6.ip6.fw.debug"=>"0", "net.inet.tcp.ecn_negotiate_in"=>"0", "net.inet.tcp.icmp_may_rst"=>"1", "net.inet.tcp.always_keepalive"=>"0", "net.inet.icmp.log_redirect"=>"0", "net.inet.tcp.delayed_ack"=>"3", "net.inet.tcp.slowlink_wsize"=>"8192", "net.inet.icmp.drop_redirect"=>"0", "net.inet.ip.portrange.hilast"=>"65535", "net.inet6.ipsec6.ah_trans_deflev"=>"1", "net.inet.icmp.maskrepl"=>"0", "net.inet.ip.select_srcif_debug"=>"0", "net.alf.defaultaction"=>"1", "net.inet.ip.redirect"=>"1", "net.inet.ip.rtexpire"=>"41", "net.inet.udp.blackhole"=>"0", "net.inet.ip.fw.dyn_syn_lifetime"=>"20", "net.inet.tcp.keepidle"=>"7200000", "net.inet.tcp.recvspace"=>"65536", "net.inet.tcp.keepintvl"=>"75000", "net.inet.ip.maxchainsent"=>"44", "net.inet.tcp.reass.maxsegments"=>"2048", "net.inet6.ip6.dad_count"=>"1", "net.inet.ip.dummynet.max_chain_len"=>"16", "net.inet6.ip6.auto_flowlabel"=>"1", "net.inet.tcp.slowstart_flightsize"=>"1", "net.inet6.ip6.auto_linklocal"=>"1", "net.inet.tcp.randomize_ports"=>"0", "net.inet.icmp.icmplim"=>"250", "net.inet.tcp.v6mssdflt"=>"1024", "net.inet.ip.scopedroute"=>"1", "net.key.larval_lifetime"=>"30", "net.inet.tcp.rfc1323"=>"1", "net.inet6.ip6.fw.verbose_limit"=>"0", "net.inet.ip.dummynet.red_lookup_depth"=>"256", "net.inet.ip.fastforwarding"=>"0", "net.inet.ip.dummynet.search_steps"=>"0", "net.inet6.ip6.redirect"=>"1", "net.inet6.ip6.rtexpire"=>"3600", "net.inet.tcp.pcbcount"=>"69", "net.link.ether.inet.proxyall"=>"0", "net.inet.ipsec.ah_cleartos"=>"1", "net.inet.tcp.rfc3465_lim2"=>"1", "net.key.spi_trycnt"=>"1000", "net.link.ether.inet.prune_intvl"=>"300", "net.inet.ipsec.bypass"=>"1", "net.inet.ip.fw.static_count"=>"1", "net.inet.udp.pcbcount"=>"87", "net.inet.tcp.rfc3465"=>"1", "net.inet.ip.fw.verbose"=>"0", "net.inet.udp.randomize_ports"=>"1", "net.inet.ipsec.ah_offsetmask"=>"0", "net.key.blockacq_count"=>"10", "net.inet.ip.fw.dyn_max"=>"4096", "net.inet6.ip6.neighborgcthresh"=>"1024", "net.inet6.ip6.fw.enable"=>"1", "net.inet6.icmp6.nd6_mmaxtries"=>"3", "net.link.ether.inet.apple_hwcksum_rx"=>"1", "net.inet.tcp.drop_synfin"=>"1", "net.inet.ip.rtminexpire"=>"10", "net.inet.ip.fw.dyn_buckets"=>"256", "net.inet6.ip6.accept_rtadv"=>"0", "net.inet.ipsec.ecn"=>"0", "net.inet.ip.dummynet.extract_heap"=>"0", "net.inet.ip.fw.dyn_keepalive"=>"1", "net.key.ah_keymin"=>"128", "net.inet6.ip6.maxdynroutes"=>"1024", "net.inet.tcp.sack_globalmaxholes"=>"65536", "net.inet.ip.accept_sourceroute"=>"0", "net.inet.ip.intr_queue_maxlen"=>"50", "net.inet.ip.keepfaith"=>"0", "net.inet.ip.dummynet.expire"=>"1", "net.inet.tcp.broken_peer_syn_rxmit_thres"=>"7", "net.inet.ip.gifttl"=>"30", "net.inet.ip.portrange.last"=>"65535", "net.inet.ipsec.ah_net_deflev"=>"1", "net.link.generic.system.ifcount"=>"8", "net.inet6.ip6.hdrnestlimit"=>"50", "net.inet.tcp.tcp_lq_overflow"=>"1", "net.inet.tcp.newreno"=>"0", "net.inet.tcp.background_io_enabled"=>"1", "net.inet6.ip6.tempvltime"=>"604800", "net.inet6.ip6.temppltime"=>"86400", "net.inet.tcp.strict_rfc1948"=>"0", "net.key.natt_keepalive_interval"=>"20", "net.link.generic.system.dlil_verbose"=>"0", "net.inet.ip.dummynet.red_max_pkt_size"=>"1500", "net.inet.tcp.log_in_vain"=>"0", "net.key.spi_minval"=>"256", "net.inet6.ip6.defmcasthlim"=>"1", "net.inet.ip.portrange.lowfirst"=>"1023", "net.smb.fs.tcpsndbuf"=>"131072", "net.smb.fs.version"=>"106000", "net.inet.ip.portrange.lowlast"=>"600", "net.key.blockacq_lifetime"=>"20", "net.inet.tcp.sack_maxholes"=>"128", "net.inet.ip.maxfragsperpacket"=>"128", "net.link.generic.system.multi_threaded_input"=>"1", "net.inet.tcp.tso"=>"1", "net.inet.tcp.sack_globalholes"=>"0", "net.inet.tcp.sockthreshold"=>"64", "net.inet6.icmp6.nd6_umaxtries"=>"3", "net.inet6.icmp6.nd6_debug"=>"0", "net.inet.ip.sourceroute"=>"0", "net.inet.ip.fw.dyn_short_lifetime"=>"5", "net.local.inflight"=>"0", "net.inet.ip.use_route_genid"=>"1", "net.inet.ip.rtmaxcache"=>"128", "net.inet.ip.dummynet.red_avg_pkt_size"=>"512", "net.alf.perm"=>"0", "net.inet6.icmp6.nd6_maxnudhint"=>"0", "net.inet6.icmp6.errppslimit"=>"500", "net.inet.ipsec.dfbit"=>"0", "net.inet.udp.checksum"=>"1", "net.link.ether.inet.keep_announcements"=>"1", "net.inet.ipsec.esp_randpad"=>"-1", "net.inet6.ip6.kame_version"=>"20010528/apple-darwin", "net.inet6.ipsec6.esp_net_deflev"=>"1", "net.inet.tcp.blackhole"=>"0", "net.inet6.ipsec6.esp_randpad"=>"-1", "net.inet.udp.log_in_vain"=>"0", "net.inet.ip.random_id"=>"1", "net.inet.ip.dummynet.debug"=>"0", "net.link.ether.inet.maxtries"=>"5", "net.inet.tcp.do_tcpdrain"=>"0", "net.key.esp_auth"=>"0", "net.inet6.ipsec6.ah_net_deflev"=>"1", "net.inet6.ip6.rr_prune"=>"5", "net.inet.tcp.path_mtu_discovery"=>"1", "net.inet.ipsec.def_policy"=>"1", "net.inet.ip.fw.autoinc_step"=>"100", "net.inet.raw.maxdgram"=>"8192", "net.inet.ip.fw.dyn_udp_lifetime"=>"10", "net.inet.tcp.packetchain"=>"50", "net.inet6.icmp6.nd6_delay"=>"5", "net.inet.tcp.rfc1644"=>"0", "net.inet.ip.dummynet.ready_heap"=>"0", "net.inet6.ip6.rtmaxcache"=>"128", "net.inet.tcp.sendspace"=>"65536", "net.inet6.ipsec6.ecn"=>"0", "net.inet.tcp.win_scale_factor"=>"3", "net.link.ether.inet.host_down_time"=>"20", "net.inet.ip.portrange.hifirst"=>"49152", "net.inet.ip.maxfrags"=>"2048", "net.smb.fs.loglevel"=>"0", "net.link.ether.inet.apple_hwcksum_tx"=>"1", "net.inet6.icmp6.redirtimeout"=>"600", "net.inet6.icmp6.nd6_prune"=>"1", "net.inet.ip.subnets_are_local"=>"0", "net.inet.tcp.maxseg_unacked"=>"8", "net.local.dgram.maxdgram"=>"2048", "net.inet.ip.fw.enable"=>"1", "net.inet6.ip6.maxfragpackets"=>"1024", "net.inet6.ip6.use_tempaddr"=>"0", "net.inet6.ip6.log_interval"=>"5", "net.link.ether.inet.max_age"=>"1200", "net.alf.loglevel"=>"55", "net.inet6.ip6.use_deprecated"=>"1", "net.link.generic.system.dlil_input_sanity_check"=>"0", "net.inet.tcp.local_slowstart_flightsize"=>"8", "net.inet.ip.dummynet.searches"=>"0", "net.inet.ip.intr_queue_drops"=>"0", "net.inet.raw.recvspace"=>"8192", "net.key.prefered_oldsa"=>"0", "net.inet.tcp.reass.cursegments"=>"0", "net.inet.tcp.socket_unlocked_on_output"=>"1", "net.inet6.icmp6.nodeinfo"=>"3", "net.inet.ip.dummynet.hash_size"=>"64", "net.link.ether.inet.sendllconflict"=>"0", "net.inet.tcp.minmss"=>"216", "net.inet6.ip6.gifhlim"=>"0", "net.inet.ip.check_route_selfref"=>"1", "net.inet.tcp.reass.overflows"=>"0", "net.inet.ip.fw.dyn_count"=>"0", "net.inet.tcp.mssdflt"=>"512", "net.inet.tcp.rexmt_thresh"=>"2", "net.inet6.ip6.maxfrags"=>"8192", "net.inet6.ip6.rtminexpire"=>"10", "net.key.esp_keymin"=>"256", "net.inet.tcp.pmtud_blackhole_detection"=>"1", "net.inet6.ip6.maxifdefrouters"=>"16", "net.inet.icmp.timestamp"=>"0", "net.inet.ip.check_interface"=>"0"}} | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: ohai_time - 1259101660.56246 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: os_version - "10.2.0" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: languages - {"java"=>{"runtime"=>{"name"=>"Java(TM) SE Runtime Environment", "build"=>"1.6.0_15-b03-219"}, "version"=>"1.6.0_15"}, "python"=>{"version"=>"2.6.1", "builddate"=>"Jul 7 2009, 23:51:51"}, "perl"=>{"version"=>"5.10.0", "archname"=>"darwin-thread-multi-2level"}, "ruby"=>{"target_os"=>"darwin10.0.0", "host_vendor"=>"apple", "target_vendor"=>"apple", "ruby_bin"=>"/usr/local/bin/ruby", "target_cpu"=>"i686", "version"=>"1.8.7", "host_os"=>"darwin10.0.0", "host_cpu"=>"i686", "host"=>"i686-apple-darwin10.0.0", "target"=>"i686-apple-darwin10.0.0", "release_date"=>"2009-06-12", "gems_dir"=>"/usr/local/lib/ruby/gems/1.8", "platform"=>"i686-darwin10.0.0"}, "erlang"=>{"version"=>"5.7.3", "emulator"=>"BEAM", "options"=>["SMP", "ASYNC_THREADS"]}} | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: uptime - "4 days 07 hours 05 minutes 36 seconds" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: hostname - "cynosure" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: macaddress - "00:1f:f3:d7:1a:ac" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: uptime_seconds - 371136 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Ohai Attribute: platform - "mac_os_x" | |
| [Tue, 24 Nov 2009 16:27:40 -0600] DEBUG: Platform is mac_os_x version 10.6.2 | |
| [Tue, 24 Nov 2009 16:27:40 -0600] INFO: Starting Solr with java -Xmx256M -Xms256M -Dsolr.solr.data=/Users/ssilver/work/deployment/chef/features/data/solr/data -Dsolr.solr.home=/Users/ssilver/work/deployment/chef/features/data/solr/home -jar /Users/ssilver/work/deployment/chef/features/data/solr/jetty/start.jar | |
| 2009-11-24 16:27:41.167::INFO: Logging to STDERR via org.mortbay.log.StdErrLog | |
| 2009-11-24 16:27:41.294::INFO: jetty-6.1.3 | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: JNDI not configured for solr (NoInitialContextEx) | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: using system property solr.solr.home: /Users/ssilver/work/deployment/chef/features/data/solr/home | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader <init> | |
| INFO: Solr home set to '/Users/ssilver/work/deployment/chef/features/data/solr/home/' | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader createClassLoader | |
| INFO: Reusing parent classloader | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.servlet.SolrDispatchFilter init | |
| INFO: SolrDispatchFilter.init() | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: JNDI not configured for solr (NoInitialContextEx) | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: using system property solr.solr.home: /Users/ssilver/work/deployment/chef/features/data/solr/home | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.CoreContainer$Initializer initialize | |
| INFO: looking for solr.xml: /Users/ssilver/work/deployment/chef/features/data/solr/home/solr.xml | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader <init> | |
| INFO: Solr home set to '/Users/ssilver/work/deployment/chef/features/data/solr/home/' | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader createClassLoader | |
| INFO: Reusing parent classloader | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: JNDI not configured for solr (NoInitialContextEx) | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: using system property solr.solr.home: /Users/ssilver/work/deployment/chef/features/data/solr/home | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader <init> | |
| INFO: Solr home set to '/Users/ssilver/work/deployment/chef/features/data/solr/home/' | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrResourceLoader createClassLoader | |
| INFO: Reusing parent classloader | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrConfig <init> | |
| INFO: Loaded SolrConfig: solrconfig.xml | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.SolrCore <init> | |
| INFO: Opening new SolrCore at /Users/ssilver/work/deployment/chef/features/data/solr/home/, dataDir=./solr/data/ | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.schema.IndexSchema readSchema | |
| INFO: Reading Solr Schema | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.schema.IndexSchema readSchema | |
| INFO: Schema name=chef | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created string: org.apache.solr.schema.StrField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created boolean: org.apache.solr.schema.BoolField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created integer: org.apache.solr.schema.IntField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created long: org.apache.solr.schema.LongField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created float: org.apache.solr.schema.FloatField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created double: org.apache.solr.schema.DoubleField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created sint: org.apache.solr.schema.SortableIntField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created slong: org.apache.solr.schema.SortableLongField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created sfloat: org.apache.solr.schema.SortableFloatField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created sdouble: org.apache.solr.schema.SortableDoubleField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.util.plugin.AbstractPluginLoader load | |
| INFO: created date: org.apache.solr.schema.DateField | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.schema.IndexSchema readSchema | |
| WARNING: no default search field specified in schema. | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.schema.IndexSchema readSchema | |
| INFO: query parser default operator is OR | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.schema.IndexSchema readSchema | |
| INFO: unique key field: X_CHEF_id_CHEF_X | |
| Nov 24, 2009 4:27:41 PM org.apache.solr.core.JmxMonitoredMap <init> | |
| INFO: No JMX servers found, not exposing Solr information with JMX. | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created standard: solr.SearchHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created /update: solr.XmlUpdateRequestHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created /update/javabin: solr.BinaryUpdateRequestHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created /analysis/document: solr.DocumentAnalysisRequestHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created /analysis/field: solr.FieldAnalysisRequestHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: adding lazy requestHandler: solr.CSVRequestHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created /update/csv: solr.CSVRequestHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created /admin/: org.apache.solr.handler.admin.AdminHandlers | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created /admin/ping: PingRequestHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.RequestHandlers initHandlersFromConfig | |
| INFO: created /debug/dump: solr.DumpRequestHandler | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@7461373f main | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.update.DirectUpdateHandler2$CommitTracker <init> | |
| INFO: AutoCommit: if uncommited for 10000ms; if 100 uncommited docs | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.handler.component.SearchHandler inform | |
| INFO: Adding component:org.apache.solr.handler.component.QueryComponent@343a9d95 | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.handler.component.SearchHandler inform | |
| INFO: Adding component:org.apache.solr.handler.component.FacetComponent@743fbbfc | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.handler.component.SearchHandler inform | |
| INFO: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@44ed904 | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.handler.component.SearchHandler inform | |
| INFO: Adding component:org.apache.solr.handler.component.HighlightComponent@548997d1 | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.handler.component.SearchHandler inform | |
| INFO: Adding component:org.apache.solr.handler.component.StatsComponent@154e45b3 | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.handler.component.SearchHandler inform | |
| INFO: Adding debug component:org.apache.solr.handler.component.DebugComponent@45c1f5b2 | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: Registered new searcher Searcher@7461373f main | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.CoreContainer register | |
| INFO: registering core: | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.servlet.SolrDispatchFilter init | |
| INFO: user.dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.servlet.SolrDispatchFilter init | |
| INFO: SolrDispatchFilter.init() done | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.servlet.SolrServlet init | |
| INFO: SolrServlet.init() | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: JNDI not configured for solr (NoInitialContextEx) | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: using system property solr.solr.home: /Users/ssilver/work/deployment/chef/features/data/solr/home | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.servlet.SolrServlet init | |
| INFO: SolrServlet.init() done | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: JNDI not configured for solr (NoInitialContextEx) | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir | |
| INFO: using system property solr.solr.home: /Users/ssilver/work/deployment/chef/features/data/solr/home | |
| Nov 24, 2009 4:27:42 PM org.apache.solr.servlet.SolrUpdateServlet init | |
| INFO: SolrUpdateServlet.init() done | |
| 2009-11-24 16:27:42.173::INFO: Started SocketConnector @ 0.0.0.0:8983 | |
| [info] [<0.62.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| [info] [<0.91.0>] 127.0.0.1 - - 'DELETE' /chef_integration_safe/ 200 | |
| [info] [<0.92.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.93.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.94.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.101.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/id_map 404 | |
| [info] [<0.102.0>] 127.0.0.1 - - 'PUT' /chef_integration/_design%2Fid_map 201 | |
| [info] [<0.103.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.104.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/nodes 404 | |
| [info] [<0.105.0>] 127.0.0.1 - - 'PUT' /chef_integration/_design%2Fnodes 201 | |
| [info] [<0.106.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.107.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/roles 404 | |
| [info] [<0.108.0>] 127.0.0.1 - - 'PUT' /chef_integration/_design%2Froles 201 | |
| [info] [<0.109.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.110.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/data_bags 404 | |
| [info] [<0.111.0>] 127.0.0.1 - - 'PUT' /chef_integration/_design%2Fdata_bags 201 | |
| [info] [<0.112.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.113.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/clients 404 | |
| [info] [<0.114.0>] 127.0.0.1 - - 'PUT' /chef_integration/_design%2Fclients 201 | |
| [info] [<0.115.0>] 127.0.0.1 - - 'GET' / 200 | |
| [info] [<0.116.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/id_map/_view/name_to_id?key=[%22role%22,%22role_test%22]&include_docs=true 200 | |
| [info] [<0.117.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/id_map/_view/name_to_id?key=[%22role%22,%22role_test%22] 200 | |
| [info] [<0.124.0>] 127.0.0.1 - - 'PUT' /chef_integration/81362a41-1602-47b0-b34e-1383936a863a 201 | |
| [info] [<0.125.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/id_map/_view/name_to_id?key=[%22client%22,%22validator%22]&include_docs=true 200 | |
| [info] [<0.126.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/id_map/_view/name_to_id?key=[%22client%22,%22validator%22] 200 | |
| [info] [<0.130.0>] 127.0.0.1 - - 'PUT' /chef_integration/6ba10181-ab33-42d4-ae98-13a3e194a290 201 | |
| [info] [<0.131.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/id_map/_view/name_to_id?key=[%22client%22,%22chef-webui%22]&include_docs=true 200 | |
| [info] [<0.132.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/id_map/_view/name_to_id?key=[%22client%22,%22chef-webui%22] 200 | |
| [info] [<0.136.0>] 127.0.0.1 - - 'PUT' /chef_integration/b33d9eae-6582-4bef-bbd9-efd45a1f254a 201 | |
| [info] [<0.137.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/ 201 | |
| [info] [<0.145.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.151.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2F369c5e92275bb1b742dc177157a60655 404 | |
| [info] [<0.155.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2F369c5e92275bb1b742dc177157a60655 404 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.159.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.161.0>] 127.0.0.1 - - 'GET' /chef_integration/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.138.0>] starting new replication "369c5e92275bb1b742dc177157a60655" at <0.146.0> | |
| [info] [<0.164.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_missing_revs 200 | |
| [info] [<0.171.0>] 127.0.0.1 - - 'GET' /chef_integration/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'GET' /chef_integration/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'GET' /chef_integration/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.185.0>] 127.0.0.1 - - 'GET' /chef_integration/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.199.0>] 127.0.0.1 - - 'GET' /chef_integration/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.190.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.198.0>] 127.0.0.1 - - 'GET' /chef_integration/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.196.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.203.0>] 127.0.0.1 - - 'GET' /chef_integration/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.200.0>] 127.0.0.1 - - 'GET' /chef_integration/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.197.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.201.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.145.0>] 127.0.0.1 - - 'GET' /chef_integration/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.204.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_bulk_docs 201 | |
| [info] [<0.145.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_bulk_docs 201 | |
| [info] [<0.146.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.151.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit?seq=8 201 | |
| [info] [<0.145.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit 201 | |
| [info] [<0.205.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2F369c5e92275bb1b742dc177157a60655 201 | |
| [info] [<0.208.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2F369c5e92275bb1b742dc177157a60655 201 | |
| [info] [<0.138.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| [info] [<0.118.0>] Shutting down view group server, monitored db is closing. | |
| [info] [<0.210.0>] 127.0.0.1 - - 'DELETE' /chef_integration 200 | |
| [info] [<0.211.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.223.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.232.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.224.0>] starting new replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.233.0> | |
| [info] [<0.153.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.155.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.171.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.159.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.155.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.159.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.155.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.171.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.233.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.155.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [info] [<0.153.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 201 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.224.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| [info] [<0.254.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.update.DirectUpdateHandler2 deleteAll | |
| INFO: [] REMOVING ALL DOCUMENTS FROM INDEX | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.core.SolrDeletionPolicy onInit | |
| INFO: SolrDeletionPolicy.onInit: commits:num=1 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_1,version=1259096896406,generation=1,filenames=[segments_1] | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896406 | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {deleteByQuery=*:*} 0 96 | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=96 | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true) | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.core.SolrDeletionPolicy onCommit | |
| INFO: SolrDeletionPolicy.onCommit: commits:num=2 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_1,version=1259096896406,generation=1,filenames=[segments_1] | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_2,version=1259096896407,generation=2,filenames=[segments_2] | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896407 | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@273d1402 main | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: end_commit_flush | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@273d1402 main from Searcher@7461373f main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@273d1402 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@273d1402 main from Searcher@7461373f main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@273d1402 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@273d1402 main from Searcher@7461373f main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@273d1402 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@273d1402 main from Searcher@7461373f main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@273d1402 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: [] Registered new searcher Searcher@273d1402 main | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.search.SolrIndexSearcher close | |
| INFO: Closing Searcher@7461373f main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {commit=} 0 13 | |
| Nov 24, 2009 4:28:35 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=13 | |
| [info] [<0.275.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.276.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 200 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.285.0>] Replication records differ. Scanning histories to find a common ancestor. | |
| [info] [<0.285.0>] no common ancestry -- performing full replication | |
| [info] [<0.297.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.277.0>] starting replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.285.0> | |
| [info] [<0.300.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.159.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.319.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.307.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.322.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.320.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.159.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.171.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.159.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.285.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.159.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [info] [<0.157.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 201 | |
| [info] [<0.323.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.329.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.277.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| [info] [<0.331.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.update.DirectUpdateHandler2 deleteAll | |
| INFO: [] REMOVING ALL DOCUMENTS FROM INDEX | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.core.SolrDeletionPolicy onInit | |
| INFO: SolrDeletionPolicy.onInit: commits:num=1 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_2,version=1259096896407,generation=2,filenames=[segments_2] | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896407 | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {deleteByQuery=*:*} 0 2 | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=2 | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true) | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.core.SolrDeletionPolicy onCommit | |
| INFO: SolrDeletionPolicy.onCommit: commits:num=2 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_2,version=1259096896407,generation=2,filenames=[segments_2] | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_3,version=1259096896408,generation=3,filenames=[segments_3] | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896408 | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@60c0c8b5 main | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: end_commit_flush | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@60c0c8b5 main from Searcher@273d1402 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@60c0c8b5 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@60c0c8b5 main from Searcher@273d1402 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@60c0c8b5 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@60c0c8b5 main from Searcher@273d1402 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@60c0c8b5 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@60c0c8b5 main from Searcher@273d1402 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@60c0c8b5 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: [] Registered new searcher Searcher@60c0c8b5 main | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.search.SolrIndexSearcher close | |
| INFO: Closing Searcher@273d1402 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {commit=} 0 17 | |
| Nov 24, 2009 4:28:41 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=17 | |
| [info] [<0.338.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.339.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.347.0>] Replication records differ. Scanning histories to find a common ancestor. | |
| [info] [<0.347.0>] no common ancestry -- performing full replication | |
| [info] [<0.340.0>] starting replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.347.0> | |
| [info] [<0.348.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.171.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.171.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.171.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.347.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.171.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [info] [<0.164.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 201 | |
| [info] [<0.351.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.367.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.340.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| [info] [<0.369.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.update.DirectUpdateHandler2 deleteAll | |
| INFO: [] REMOVING ALL DOCUMENTS FROM INDEX | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.core.SolrDeletionPolicy onInit | |
| INFO: SolrDeletionPolicy.onInit: commits:num=1 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_3,version=1259096896408,generation=3,filenames=[segments_3] | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896408 | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {deleteByQuery=*:*} 0 2 | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=2 | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true) | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.core.SolrDeletionPolicy onCommit | |
| INFO: SolrDeletionPolicy.onCommit: commits:num=2 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_3,version=1259096896408,generation=3,filenames=[segments_3] | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_4,version=1259096896409,generation=4,filenames=[segments_4] | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896409 | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@2e82674b main | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: end_commit_flush | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@2e82674b main from Searcher@60c0c8b5 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@2e82674b main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@2e82674b main from Searcher@60c0c8b5 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@2e82674b main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@2e82674b main from Searcher@60c0c8b5 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@2e82674b main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@2e82674b main from Searcher@60c0c8b5 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@2e82674b main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: [] Registered new searcher Searcher@2e82674b main | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.search.SolrIndexSearcher close | |
| INFO: Closing Searcher@60c0c8b5 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {commit=} 0 5 | |
| Nov 24, 2009 4:28:44 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=5 | |
| [info] [<0.372.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.373.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.382.0>] Replication records differ. Scanning histories to find a common ancestor. | |
| [info] [<0.382.0>] no common ancestry -- performing full replication | |
| [info] [<0.374.0>] starting replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.382.0> | |
| [info] [<0.381.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.382.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.188.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [info] [<0.184.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 201 | |
| [info] [<0.385.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.402.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.374.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| [info] [<0.404.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.update.DirectUpdateHandler2 deleteAll | |
| INFO: [] REMOVING ALL DOCUMENTS FROM INDEX | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.core.SolrDeletionPolicy onInit | |
| INFO: SolrDeletionPolicy.onInit: commits:num=1 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_4,version=1259096896409,generation=4,filenames=[segments_4] | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896409 | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {deleteByQuery=*:*} 0 2 | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=2 | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true) | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.core.SolrDeletionPolicy onCommit | |
| INFO: SolrDeletionPolicy.onCommit: commits:num=2 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_4,version=1259096896409,generation=4,filenames=[segments_4] | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_5,version=1259096896410,generation=5,filenames=[segments_5] | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896410 | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@3b5b123b main | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: end_commit_flush | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@3b5b123b main from Searcher@2e82674b main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@3b5b123b main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@3b5b123b main from Searcher@2e82674b main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@3b5b123b main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@3b5b123b main from Searcher@2e82674b main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@3b5b123b main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@3b5b123b main from Searcher@2e82674b main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@3b5b123b main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: [] Registered new searcher Searcher@3b5b123b main | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.search.SolrIndexSearcher close | |
| INFO: Closing Searcher@2e82674b main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {commit=} 0 8 | |
| Nov 24, 2009 4:28:49 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=8 | |
| [info] [<0.410.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.411.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.420.0>] Replication records differ. Scanning histories to find a common ancestor. | |
| [info] [<0.420.0>] no common ancestry -- performing full replication | |
| [info] [<0.419.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.412.0>] starting replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.420.0> | |
| [info] [<0.236.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.420.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.252.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [info] [<0.236.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 201 | |
| [info] [<0.423.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.439.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.412.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| [info] [<0.441.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.DirectUpdateHandler2 deleteAll | |
| INFO: [] REMOVING ALL DOCUMENTS FROM INDEX | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrDeletionPolicy onInit | |
| INFO: SolrDeletionPolicy.onInit: commits:num=1 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_5,version=1259096896410,generation=5,filenames=[segments_5] | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896410 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {deleteByQuery=*:*} 0 2 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=2 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true) | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrDeletionPolicy onCommit | |
| INFO: SolrDeletionPolicy.onCommit: commits:num=2 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_5,version=1259096896410,generation=5,filenames=[segments_5] | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_6,version=1259096896411,generation=6,filenames=[segments_6] | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896411 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@18f42160 main | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: end_commit_flush | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@18f42160 main from Searcher@3b5b123b main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@18f42160 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@18f42160 main from Searcher@3b5b123b main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@18f42160 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=1,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@18f42160 main from Searcher@3b5b123b main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@18f42160 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@18f42160 main from Searcher@3b5b123b main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@18f42160 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: [] Registered new searcher Searcher@18f42160 main | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher close | |
| INFO: Closing Searcher@3b5b123b main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {commit=} 0 7 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=7 | |
| [info] [<0.444.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.445.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.454.0>] Replication records differ. Scanning histories to find a common ancestor. | |
| [info] [<0.454.0>] no common ancestry -- performing full replication | |
| [info] [<0.453.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.446.0>] starting replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.454.0> | |
| [info] [<0.284.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.284.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.454.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.287.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [error] [<0.284.0>] Uncaught error in HTTP request: {exit, | |
| {killed, | |
| {gen_server,call, | |
| [<0.450.0>,full_commit,infinity]}}} | |
| [info] [<0.284.0>] Stacktrace: [{gen_server,call,3}, | |
| {couch_db,ensure_full_commit,1}, | |
| {couch_httpd_db,db_req,2}, | |
| {couch_httpd_db,do_db_req,2}, | |
| {couch_httpd,handle_request,5}, | |
| {mochiweb_http,headers,5}, | |
| {proc_lib,init_p_do_apply,3}] | |
| [info] [<0.284.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 500 | |
| [info] [<0.454.0>] retrying couch_rep_httpc request in 0.5 seconds due to remote server error: 500 Body {"error":"killed","reason":"{gen_server,call,[<0.450.0>,full_commit,infinity]}"} | |
| [info] [<0.457.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.DirectUpdateHandler2 deleteAll | |
| INFO: [] REMOVING ALL DOCUMENTS FROM INDEX | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrDeletionPolicy onInit | |
| INFO: SolrDeletionPolicy.onInit: commits:num=1 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_6,version=1259096896411,generation=6,filenames=[segments_6] | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896411 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {deleteByQuery=*:*} 0 2 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=2 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true) | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrDeletionPolicy onCommit | |
| INFO: SolrDeletionPolicy.onCommit: commits:num=2 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_6,version=1259096896411,generation=6,filenames=[segments_6] | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_7,version=1259096896412,generation=7,filenames=[segments_7] | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896412 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@7857ae58 main | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: end_commit_flush | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@7857ae58 main from Searcher@18f42160 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@7857ae58 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@7857ae58 main from Searcher@18f42160 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=1,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@7857ae58 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@7857ae58 main from Searcher@18f42160 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@7857ae58 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@7857ae58 main from Searcher@18f42160 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@7857ae58 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: [] Registered new searcher Searcher@7857ae58 main | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.search.SolrIndexSearcher close | |
| INFO: Closing Searcher@18f42160 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=1,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {commit=} 0 5 | |
| Nov 24, 2009 4:28:52 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=5 | |
| [info] [<0.472.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 404 | |
| [info] [<0.474.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 404 | |
| [error] [<0.454.0>] ** Generic server <0.454.0> terminating | |
| ** Last message in was {'EXIT',<0.462.0>,normal} | |
| ** When Server state == {state,<0.455.0>,<0.458.0>,<0.460.0>,<0.462.0>, | |
| {http_db, | |
| "http://localhost:5984/chef_integration_safe/", | |
| [],[], | |
| [{"User-Agent","CouchDB/0.10.0"}, | |
| {"Accept","application/json"}, | |
| {"Accept-Encoding","gzip"}], | |
| [],get,nil, | |
| [{response_format,binary}, | |
| {inactivity_timeout,30000}], | |
| 10,500,nil}, | |
| {http_db, | |
| "http://localhost:5984/chef_integration/",[], | |
| [], | |
| [{"User-Agent","CouchDB/0.10.0"}, | |
| {"Accept","application/json"}, | |
| {"Accept-Encoding","gzip"}], | |
| [],get,nil, | |
| [{response_format,binary}, | |
| {inactivity_timeout,30000}], | |
| 10,500,nil}, | |
| false, | |
| ["b9cdcf512f3c27d0f79ef4980b461283", | |
| {[{<<"target">>, | |
| <<"http://localhost:5984/chef_integration">>}, | |
| {<<"source">>, | |
| <<"http://localhost:5984/chef_integration_safe">>}]}, | |
| {user_ctx,null,[<<"_admin">>]}], | |
| {1259101737485215,#Ref<0.0.0.5949>}, | |
| 0,[], | |
| {doc, | |
| <<"_local/b9cdcf512f3c27d0f79ef4980b461283">>, | |
| {0,[<<"5">>]}, | |
| {[{<<"session_id">>, | |
| <<"142ee8683ba5363cca857310bb950082">>}, | |
| {<<"source_last_seq">>,8}, | |
| {<<"history">>, | |
| [{[{<<"session_id">>, | |
| <<"142ee8683ba5363cca857310bb950082">>}, | |
| {<<"start_time">>, | |
| <<"Tue, 24 Nov 2009 22:28:50 GMT">>}, | |
| {<<"end_time">>, | |
| <<"Tue, 24 Nov 2009 22:28:50 GMT">>}, | |
| {<<"start_last_seq">>,0}, | |
| {<<"end_last_seq">>,8}, | |
| {<<"recorded_seq">>,8}, | |
| {<<"missing_checked">>,0}, | |
| {<<"missing_found">>,8}, | |
| {<<"docs_read">>,8}, | |
| {<<"docs_written">>,8}, | |
| {<<"doc_write_failures">>,0}]}]}]}, | |
| [],false,[]}, | |
| {doc, | |
| <<"_local/b9cdcf512f3c27d0f79ef4980b461283">>, | |
| {0,[]}, | |
| {[]}, | |
| [],false,[]}, | |
| "Tue, 24 Nov 2009 22:28:52 GMT", | |
| <<"1259101684186815">>,<<"1259101732461446">>,nil, | |
| [{<0.446.0>,#Ref<0.0.0.5724>}], | |
| false,8,73772} | |
| ** Reason for termination == | |
| ** {{badmatch,undefined}, | |
| [{couch_rep,ensure_full_commit,1}, | |
| {couch_rep,commit_to_both,3}, | |
| {couch_rep,do_checkpoint,1}, | |
| {couch_rep,terminate,2}, | |
| {gen_server,terminate,6}, | |
| {proc_lib,init_p_do_apply,3}]} | |
| =ERROR REPORT==== 24-Nov-2009::16:28:53 === | |
| ** Generic server <0.454.0> terminating | |
| ** Last message in was {'EXIT',<0.462.0>,normal} | |
| ** When Server state == {state,<0.455.0>,<0.458.0>,<0.460.0>,<0.462.0>, | |
| {http_db, | |
| "http://localhost:5984/chef_integration_safe/", | |
| [],[], | |
| [{"User-Agent","CouchDB/0.10.0"}, | |
| {"Accept","application/json"}, | |
| {"Accept-Encoding","gzip"}], | |
| [],get,nil, | |
| [{response_format,binary}, | |
| {inactivity_timeout,30000}], | |
| 10,500,nil}, | |
| {http_db, | |
| "http://localhost:5984/chef_integration/",[], | |
| [], | |
| [{"User-Agent","CouchDB/0.10.0"}, | |
| {"Accept","application/json"}, | |
| {"Accept-Encoding","gzip"}], | |
| [],get,nil, | |
| [{response_format,binary}, | |
| {inactivity_timeout,30000}], | |
| 10,500,nil}, | |
| false, | |
| ["b9cdcf512f3c27d0f79ef4980b461283", | |
| {[{<<"target">>, | |
| <<"http://localhost:5984/chef_integration">>}, | |
| {<<"source">>, | |
| <<"http://localhost:5984/chef_integration_safe">>}]}, | |
| {user_ctx,null,[<<"_admin">>]}], | |
| {1259101737485215,#Ref<0.0.0.5949>}, | |
| 0,[], | |
| {doc, | |
| <<"_local/b9cdcf512f3c27d0f79ef4980b461283">>, | |
| {0,[<<"5">>]}, | |
| {[{<<"session_id">>, | |
| <<"142ee8683ba5363cca857310bb950082">>}, | |
| {<<"source_last_seq">>,8}, | |
| {<<"history">>, | |
| [{[{<<"session_id">>, | |
| <<"142ee8683ba5363cca857310bb950082">>}, | |
| {<<"start_time">>, | |
| <<"Tue, 24 Nov 2009 22:28:50 GMT">>}, | |
| {<<"end_time">>, | |
| <<"Tue, 24 Nov 2009 22:28:50 GMT">>}, | |
| {<<"start_last_seq">>,0}, | |
| {<<"end_last_seq">>,8}, | |
| {<<"recorded_seq">>,8}, | |
| {<<"missing_checked">>,0}, | |
| {<<"missing_found">>,8}, | |
| {<<"docs_read">>,8}, | |
| {<<"docs_written">>,8}, | |
| {<<"doc_write_failures">>,0}]}]}]}, | |
| [],false,[]}, | |
| {doc, | |
| <<"_local/b9cdcf512f3c27d0f79ef4980b461283">>, | |
| {0,[]}, | |
| {[]}, | |
| [],false,[]}, | |
| "Tue, 24 Nov 2009 22:28:52 GMT", | |
| <<"1259101684186815">>,<<"1259101732461446">>,nil, | |
| [{<0.446.0>,#Ref<0.0.0.5724>}], | |
| false,8,73772} | |
| ** Reason for termination == | |
| ** {{badmatch,undefined}, | |
| [{couch_rep,ensure_full_commit,1}, | |
| {couch_rep,commit_to_both,3}, | |
| {couch_rep,do_checkpoint,1}, | |
| {couch_rep,terminate,2}, | |
| {gen_server,terminate,6}, | |
| {proc_lib,init_p_do_apply,3}]} | |
| [error] [<0.454.0>] {error_report,<0.22.0>, | |
| {<0.454.0>,crash_report, | |
| [[{initial_call,{couch_rep,init,['Argument__1']}}, | |
| {pid,<0.454.0>}, | |
| {registered_name,[]}, | |
| {error_info,{exit,{{badmatch,undefined}, | |
| [{couch_rep,ensure_full_commit,1}, | |
| {couch_rep,commit_to_both,3}, | |
| {couch_rep,do_checkpoint,1}, | |
| {couch_rep,terminate,2}, | |
| {gen_server,terminate,6}, | |
| {proc_lib,init_p_do_apply,3}]}, | |
| [{gen_server,terminate,6}, | |
| {proc_lib,init_p_do_apply,3}]}}, | |
| {ancestors,[couch_rep_sup,couch_primary_services, | |
| couch_server_sup,<0.1.0>]}, | |
| {messages,[{<0.471.0>,<<"1259101684186815">>}, | |
| {'EXIT',<0.471.0>,normal}]}, | |
| {links,[<0.47.0>]}, | |
| {dictionary,[{task_status_update,{{1259,101732,498082},0}}]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,987}, | |
| {stack_size,24}, | |
| {reductions,5634}], | |
| []]}} | |
| [error] [<0.47.0>] {error_report,<0.22.0>, | |
| {<0.47.0>,supervisor_report, | |
| [{supervisor,{local,couch_rep_sup}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {{badmatch,undefined}, | |
| [{couch_rep,ensure_full_commit,1}, | |
| {couch_rep,commit_to_both,3}, | |
| {couch_rep,do_checkpoint,1}, | |
| {couch_rep,terminate,2}, | |
| {gen_server,terminate,6}, | |
| {proc_lib,init_p_do_apply,3}]}}, | |
| {offender, | |
| [{pid,<0.454.0>}, | |
| {name,"b9cdcf512f3c27d0f79ef4980b461283"}, | |
| {mfa, | |
| {gen_server,start_link, | |
| [couch_rep, | |
| ["b9cdcf512f3c27d0f79ef4980b461283", | |
| {[{<<"target">>, | |
| <<"http://localhost:5984/chef_integration">>}, | |
| {<<"source">>, | |
| <<"http://localhost:5984/chef_integration_safe">>}]}, | |
| {user_ctx,null,[<<"_admin">>]}], | |
| []]}}, | |
| {restart_type,temporary}, | |
| {shutdown,1}, | |
| {child_type,worker}]}]}} | |
| [error] [<0.446.0>] Uncaught error in HTTP request: {exit, | |
| {{{badmatch,undefined}, | |
| [{couch_rep,ensure_full_commit,1}, | |
| {couch_rep,commit_to_both,3}, | |
| {couch_rep,do_checkpoint,1}, | |
| {couch_rep,terminate,2}, | |
| {gen_server,terminate,6}, | |
| {proc_lib,init_p_do_apply,3}]}, | |
| {gen_server,call, | |
| [<0.454.0>,get_result,infinity]}}} | |
| [info] [<0.446.0>] Stacktrace: [{gen_server,call,3}, | |
| {couch_rep,get_result,3}, | |
| {couch_httpd_misc_handlers,handle_replicate_req,1}, | |
| {couch_httpd,handle_request,5}, | |
| {mochiweb_http,headers,5}, | |
| {proc_lib,init_p_do_apply,3}] | |
| [info] [<0.446.0>] 127.0.0.1 - - 'POST' /_replicate 500 | |
| [info] [<0.476.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.479.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.487.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.490.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 200 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.488.0>] Replication records differ. Scanning histories to find a common ancestor. | |
| [info] [<0.488.0>] no common ancestry -- performing full replication | |
| [info] [<0.492.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.480.0>] starting replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.488.0> | |
| [info] [<0.289.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.322.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.320.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.488.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.291.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [info] [<0.289.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 201 | |
| [info] [<0.495.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.511.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.480.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| [info] [<0.513.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.update.DirectUpdateHandler2 deleteAll | |
| INFO: [] REMOVING ALL DOCUMENTS FROM INDEX | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.core.SolrDeletionPolicy onInit | |
| INFO: SolrDeletionPolicy.onInit: commits:num=1 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_7,version=1259096896412,generation=7,filenames=[segments_7] | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896412 | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {deleteByQuery=*:*} 0 7 | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=7 | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true) | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.core.SolrDeletionPolicy onCommit | |
| INFO: SolrDeletionPolicy.onCommit: commits:num=2 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_7,version=1259096896412,generation=7,filenames=[segments_7] | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_8,version=1259096896413,generation=8,filenames=[segments_8] | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896413 | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@631b86c7 main | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: end_commit_flush | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@631b86c7 main from Searcher@7857ae58 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@631b86c7 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@631b86c7 main from Searcher@7857ae58 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@631b86c7 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@631b86c7 main from Searcher@7857ae58 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@631b86c7 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@631b86c7 main from Searcher@7857ae58 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@631b86c7 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: [] Registered new searcher Searcher@631b86c7 main | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.search.SolrIndexSearcher close | |
| INFO: Closing Searcher@7857ae58 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {commit=} 0 6 | |
| Nov 24, 2009 4:28:53 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=6 | |
| [info] [<0.514.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.516.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.525.0>] Replication records differ. Scanning histories to find a common ancestor. | |
| [info] [<0.525.0>] no common ancestry -- performing full replication | |
| [info] [<0.524.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.517.0>] starting replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.525.0> | |
| [info] [<0.293.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.322.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.319.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.320.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.307.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.319.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.322.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.525.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.295.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [info] [<0.293.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 201 | |
| [info] [<0.528.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.544.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.517.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| [info] [<0.546.0>] 127.0.0.1 - - 'DELETE' /chef_integration/ 200 | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.update.DirectUpdateHandler2 deleteAll | |
| INFO: [] REMOVING ALL DOCUMENTS FROM INDEX | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.core.SolrDeletionPolicy onInit | |
| INFO: SolrDeletionPolicy.onInit: commits:num=1 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_8,version=1259096896413,generation=8,filenames=[segments_8] | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896413 | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {deleteByQuery=*:*} 0 2 | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=2 | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true) | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.core.SolrDeletionPolicy onCommit | |
| INFO: SolrDeletionPolicy.onCommit: commits:num=2 | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_8,version=1259096896413,generation=8,filenames=[segments_8] | |
| commit{dir=/Users/ssilver/work/deployment/chef/features/data/solr/jetty/solr/data/index,segFN=segments_9,version=1259096896414,generation=9,filenames=[segments_9] | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.core.SolrDeletionPolicy updateCommits | |
| INFO: last commit = 1259096896414 | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher <init> | |
| INFO: Opening Searcher@5fa5e5e main | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.update.DirectUpdateHandler2 commit | |
| INFO: end_commit_flush | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@5fa5e5e main from Searcher@631b86c7 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@5fa5e5e main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@5fa5e5e main from Searcher@631b86c7 main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@5fa5e5e main | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@5fa5e5e main from Searcher@631b86c7 main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@5fa5e5e main | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming Searcher@5fa5e5e main from Searcher@631b86c7 main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher warm | |
| INFO: autowarming result for Searcher@5fa5e5e main | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.core.SolrCore registerSearcher | |
| INFO: [] Registered new searcher Searcher@5fa5e5e main | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.search.SolrIndexSearcher close | |
| INFO: Closing Searcher@631b86c7 main | |
| fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.update.processor.LogUpdateProcessor finish | |
| INFO: {commit=} 0 5 | |
| Nov 24, 2009 4:28:54 PM org.apache.solr.core.SolrCore execute | |
| INFO: [] webapp=/solr path=/update params={} status=0 QTime=5 | |
| [info] [<0.547.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 | |
| [info] [<0.548.0>] 127.0.0.1 - - 'PUT' /chef_integration 201 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'HEAD' /chef_integration_safe/ 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'HEAD' /chef_integration/ 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 404 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/ 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'GET' /chef_integration/ 200 | |
| [info] [<0.558.0>] Replication records differ. Scanning histories to find a common ancestor. | |
| [info] [<0.558.0>] no common ancestry -- performing full replication | |
| [info] [<0.557.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_changes?style=all_docs&heartbeat=true&since=0&feed=normal 200 | |
| [info] [<0.550.0>] starting replication "b9cdcf512f3c27d0f79ef4980b461283" at <0.558.0> | |
| [info] [<0.300.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'POST' /chef_integration/_missing_revs 200 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/81362a41-1602-47b0-b34e-1383936a863a?open_revs=["1-3189338a62daf28515c8a851da0db35e"]&revs=true&latest=true 200 | |
| [info] [<0.307.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 301 | |
| [info] [<0.320.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 301 | |
| [info] [<0.319.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 301 | |
| [info] [<0.323.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 301 | |
| [info] [<0.322.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 301 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/6ba10181-ab33-42d4-ae98-13a3e194a290?open_revs=["1-144f135b30ad516a1515180366dad7fe"]&revs=true&latest=true 200 | |
| [info] [<0.329.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/b33d9eae-6582-4bef-bbd9-efd45a1f254a?open_revs=["1-419f4ff6083859a04726a2e5b19bcd1f"]&revs=true&latest=true 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.307.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/nodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true_design%2Fnodes?open_revs=["1-329e443b8e19813d62973c2f5448d6aa"]&revs=true&latest=true 200 | |
| [info] [<0.320.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/data_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true_design%2Fdata_bags?open_revs=["1-33b6c2342e7b2bec205140aeea6a90a4"]&revs=true&latest=true 200 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/id_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true_design%2Fid_map?open_revs=["1-f13e6d084c91f929669044f1c1d268fe"]&revs=true&latest=true 200 | |
| [info] [<0.319.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/roles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true_design%2Froles?open_revs=["1-d7feedd82f27a0ab6003471941bcc8c3"]&revs=true&latest=true 200 | |
| [info] [<0.322.0>] 127.0.0.1 - - 'GET' /chef_integration_safe/_design/clients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true_design%2Fclients?open_revs=["1-bea81f231a2097e099c3ea284182534c"]&revs=true&latest=true 200 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'POST' /chef_integration/_bulk_docs 201 | |
| [info] [<0.558.0>] recording a checkpoint at source update_seq 8 | |
| [info] [<0.321.0>] 127.0.0.1 - - 'POST' /chef_integration_safe/_ensure_full_commit?seq=8 201 | |
| [info] [<0.300.0>] 127.0.0.1 - - 'POST' /chef_integration/_ensure_full_commit 201 | |
| [info] [<0.561.0>] 127.0.0.1 - - 'PUT' /chef_integration_safe/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.577.0>] 127.0.0.1 - - 'PUT' /chef_integration/_local%2Fb9cdcf512f3c27d0f79ef4980b461283 201 | |
| [info] [<0.550.0>] 127.0.0.1 - - 'POST' /_replicate 200 | |
| ^C | |
| BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded | |
| (v)ersion (k)ill (D)b-tables (d)istribution | |
| 2009-11-24 16:33:16.027::INFO: Shutdown hook executing | |
| Stopping Chef | |
| rake aborted! | |
| No such process | |
| /Users/ssilver/work/deployment/chef/Rakefile:142:in `kill' | |
| (See full trace by running task with --trace) | |
| ssilver@cynosure:~/work/deployment/chef$ 2009-11-24 16:33:16.141::INFO: Shutdown hook complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment