[ https://issues.apache.org/jira/browse/SOLR-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258857#comment-13258857
]
Yonik Seeley commented on SOLR-3391:
------------------------------------
You can see this by executing the following update command, and observing another commit 15
seconds later (caused by autocommit)
{code}
curl http://localhost:8983/solr/update/json?commit=true -H 'Content-type:application/json'
-d '[{"id":"2", "foo_t":"x y"}]'
{code}
> unnecessary autocommit
> ----------------------
>
> Key: SOLR-3391
> URL: https://issues.apache.org/jira/browse/SOLR-3391
> Project: Solr
> Issue Type: Bug
> Reporter: Yonik Seeley
>
> an update followed by a commit will still trigger an autocommit later.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|