Created
May 31, 2012 16:44
-
-
Save 72squared/2844667 to your computer and use it in GitHub Desktop.
error from elasticslap on running php elasticslap.php --host=nosql-1-1.sv3:9200 --fetch=100000 --parallel=10
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
| exception 'Gaia\Exception' with message 'error' in /home/jloehrer/gaia_web/public_html/test/elasticslap.php:83 | |
| Stack trace: | |
| #0 phar:///home/jloehrer/gaia_web/public_html/test/gaia_core_php.http_branch.phar/gaia/http/pool.php(58): {closure}(Object(Gaia\Http\Request)) | |
| #1 phar:///home/jloehrer/gaia_web/public_html/test/gaia_core_php.http_branch.phar/gaia/http/pool.php(118): Gaia\Http\Pool->handle(Object(Gaia\Http\Request)) | |
| #2 phar:///home/jloehrer/gaia_web/public_html/test/gaia_core_php.http_branch.phar/gaia/http/pool.php(82): Gaia\Http\Pool->poll() | |
| #3 /home/jloehrer/gaia_web/public_html/test/elasticslap.php(180): Gaia\Http\Pool->select(1) | |
| #4 {main} | |
| Debug: | |
| # Gaia\Http\Request Object | |
| # ( | |
| # [url] => http://nosql-1-1.sv3:9200/test/test/415844 | |
| # [post] => | |
| # [method] => | |
| # [headers] => Array | |
| # ( | |
| # ) | |
| # | |
| # [resource] => Resource id #64537 | |
| # [build] => | |
| # [handle] => | |
| # [response] => stdClass Object | |
| # ( | |
| # [request_header] => | |
| # [response_header] => | |
| # [body] => | |
| # [http_code] => 0 | |
| # [url] => http://nosql-1-1.sv3:9200/test/test/415844 | |
| # [content_type] => | |
| # [header_size] => 0 | |
| # [request_size] => 0 | |
| # [filetime] => -1 | |
| # [ssl_verify_result] => 0 | |
| # [redirect_count] => 0 | |
| # [total_time] => 0 | |
| # [namelookup_time] => 2.6E-5 | |
| # [connect_time] => 0 | |
| # [pretransfer_time] => 0 | |
| # [size_upload] => 0 | |
| # [size_download] => 0 | |
| # [speed_download] => 0 | |
| # [speed_upload] => 0 | |
| # [download_content_length] => 0 | |
| # [upload_content_length] => 0 | |
| # [starttransfer_time] => 0 | |
| # [redirect_time] => 0 | |
| # ) | |
| # | |
| # ) | |
| # | |
| Gaia\Http\Request Object | |
| ( | |
| [url] => http://nosql-1-1.sv3:9200/test/test/415844 | |
| [post] => | |
| [method] => | |
| [headers] => Array | |
| ( | |
| ) | |
| [resource] => Resource id #64537 | |
| [build] => | |
| [handle] => | |
| [response] => stdClass Object | |
| ( | |
| [request_header] => | |
| [response_header] => | |
| [body] => | |
| [http_code] => 0 | |
| [url] => http://nosql-1-1.sv3:9200/test/test/415844 | |
| [content_type] => | |
| [header_size] => 0 | |
| [request_size] => 0 | |
| [filetime] => -1 | |
| [ssl_verify_result] => 0 | |
| [redirect_count] => 0 | |
| [total_time] => 0 | |
| [namelookup_time] => 2.6E-5 | |
| [connect_time] => 0 | |
| [pretransfer_time] => 0 | |
| [size_upload] => 0 | |
| [size_download] => 0 | |
| [speed_download] => 0 | |
| [speed_upload] => 0 | |
| [download_content_length] => 0 | |
| [upload_content_length] => 0 | |
| [starttransfer_time] => 0 | |
| [redirect_time] => 0 | |
| ) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment