GithubHelp home page GithubHelp logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Searchd is multithreaded, but only insofar as multiple searches can be run at 
the same time, each in their own thread.  An early version of ELSA took 
advantage of this by using distributed searches that looped back around to hit 
the same host (essentially load-balancing a given search across sub-searches 
within the same searchd instance using Sphinx distributed indexes).  However, 
maintaining what distributed indexes pointed at which real indexes as the 
contents of the real indexes shifted became problematic, and so it was 
abandoned in recent ELSA versions.  It's worth taking another look at, and I 
will put this down as a feature request and try to revisit this issue soon, as 
you raise a good point about not taking full advantage of multi-core 
architectures.

Original comment by [email protected] on 2 May 2012 at 4:20

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from enterprise-log-search-and-archive.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Thanks for the detailed explanation.

Original comment by [email protected] on 2 May 2012 at 7:00

from enterprise-log-search-and-archive.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
This is now fixed as of r264.  Queries over 1 billion rows will auto-thread.  
This amount can be set with the config entry of "distributed_threshold."

Original comment by [email protected] on 15 May 2012 at 6:22

  • Changed state: Fixed

from enterprise-log-search-and-archive.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Awesome,

Is there some documentation on how to upgrade?

Original comment by [email protected] on 16 May 2012 at 7:09

from enterprise-log-search-and-archive.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Yep, just added a wiki page:
http://code.google.com/p/enterprise-log-search-and-archive/wiki/Updating

On Wed, May 16, 2012 at 2:10 PM,
<[email protected]> wrote:

Original comment by [email protected] on 16 May 2012 at 9:47

from enterprise-log-search-and-archive.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Thanks for the documentation.  I'm having just one problem.

I get this error.

Exported revision 270.
get_elsa success
Executing update_web_mysql
Updating web MySQL...
ERROR 1091 (42000) at line 1: Can't DROP 'action_params'; check that column/key 
exists
update_web_mysql success
!!!!!! IMPORTANT !!!!!!!!!
If you have a host-based firewall like IPTables running, remember to allow 
ports 80 (and/or 443) for the web server and ports 514 (syslog), 3306 (MySQL), 
and 3307 (Sphinx) for log nodes


Any ideas?   I have set the root mysql password at the top of the install script

Original comment by [email protected] on 17 May 2012 at 8:38

from enterprise-log-search-and-archive.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Ah, this isn't clear without checking the install.sh source, but you can ignore 
the MySQL errors during the update as not all commands will apply to all 
versions.  When I write the update commands, I make sure they are backwards 
compatible such that the failure won't break anything.  I've updated install.sh 
to have a message indicating this.

Original comment by [email protected] on 17 May 2012 at 8:45

from enterprise-log-search-and-archive.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Cool, everything appears to be working correctly.

Thanks again.

Cheers.

Original comment by [email protected] on 17 May 2012 at 8:47

from enterprise-log-search-and-archive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.