[
https://issues.apache.org/jira/browse/SOLR-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541020#comment-13541020
]
Yonik Seeley edited comment on SOLR-3180 at 12/30/12 2:27 AM:
--------------------------------------------------------------
Progress!
Here's my analysis of one of the failures where the control doesn't match the
cloud:
{code}
2> 115826 T24 C12 P44177 /update {wt=javabin&version=2} {add=[50247
(1422479033427296256)]} 0 11
2> 145877 T61 C4 P38042 /update {wt=javabin&version=2} {add=[50247
(1422479064932810752)]} 0 17
2> 146263 T26 C12 P44177 /update {wt=javabin&version=2} {delete=[50247
(-1422479065354338304)]} 0 0
2> 146268 T63 C4 P38042 /update {wt=javabin&version=2} {delete=[50247
(-1422479065356435456)]} 0 3
2> 146867 T46 C1 P60593 /update {wt=javabin&version=2} {add=[50247]} 0 31033
2> ###### Only in cloudDocList: [{id=50247}]
2> 190158 T10 oasc.AbstractFullDistribZkTestBase.checkShardConsistency SEVERE
controlClient :{numFound=0,start=0,docs=[]}
2> cloudClient :{numFound=1,start=0,docs=[SolrDocument{id=50247,
_version_=1422479065981386752}]}
NOTE: The version we found does not match any version previously added, and
it does come logically after the last delete!
{code}
edit: the upshot is that it looks like there's a real bug here somewhere - this
is not just a test issue.
was (Author: [email protected]):
Progress!
Here's my analysis of one of the failures where the control doesn't match the
cloud:
{code}
2> 115826 T24 C12 P44177 /update {wt=javabin&version=2} {add=[50247
(1422479033427296256)]} 0 11
2> 145877 T61 C4 P38042 /update {wt=javabin&version=2} {add=[50247
(1422479064932810752)]} 0 17
2> 146263 T26 C12 P44177 /update {wt=javabin&version=2} {delete=[50247
(-1422479065354338304)]} 0 0
2> 146268 T63 C4 P38042 /update {wt=javabin&version=2} {delete=[50247
(-1422479065356435456)]} 0 3
2> 146867 T46 C1 P60593 /update {wt=javabin&version=2} {add=[50247]} 0 31033
2> ###### Only in cloudDocList: [{id=50247}]
2> 190158 T10 oasc.AbstractFullDistribZkTestBase.checkShardConsistency SEVERE
controlClient :{numFound=0,start=0,docs=[]}
2> cloudClient :{numFound=1,start=0,docs=[SolrDocument{id=50247,
_version_=1422479065981386752}]}
NOTE: The version we found does not match any version previously added, and
it does come logically after the last delete!
{code}
> ChaosMonkey test failures
> -------------------------
>
> Key: SOLR-3180
> URL: https://issues.apache.org/jira/browse/SOLR-3180
> Project: Solr
> Issue Type: Bug
> Components: SolrCloud
> Reporter: Yonik Seeley
> Attachments: CMSL_fail1.log, CMSL_hang_2.txt, CMSL_hang.txt,
> fail.inconsistent.txt, test_report_1.txt
>
>
> Handle intermittent failures in the ChaosMonkey tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]