You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (Commented) (JIRA)" <ji...@apache.org> on 2011/10/24 11:43:32 UTC

[jira] [Commented] (CONNECTORS-281) RSS connector takes nearly a second to fetch a document even with no throttling

    [ https://issues.apache.org/jira/browse/CONNECTORS-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133932#comment-13133932 ] 

Karl Wright commented on CONNECTORS-281:
----------------------------------------

During this time CPU is pretty much maxed out between the postgres activity and the agents daemon.  The agents daemon is the lion's share of that (75%).

It is possible that the cause is simply insufficient RAM, since I've only given the agents daemon 128MB for the test.  But the times per fetch seem too high and too consistent to be due to garbage collection.  But something is clearly busy-waiting nonetheless.

A thread dump would be helpful.



                
> RSS connector takes nearly a second to fetch a document even with no throttling
> -------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-281
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-281
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: RSS connector
>    Affects Versions: ManifoldCF 0.4
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.4
>
>
> The RSS connector load test shows that the RSS connector is overthrottling, for some reason.
> 10-24-2011 05:30:50.423 	fetch 	http://localhost:8189/rss/gen.php?doc=4&feed=782&type=doc
> 	200 	46 	843
> ... Where 843 ms is taken to fetch a document of size 46 bytes.  This is with connection parameters as follows:
> Parameters: 	Robots usage=none
> Max fetches per minute=1000000
> Email address=somebody@somewhere.com
> KB per second=1000000
> Max server connections=100

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira