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

Lucene/Solr QA commented on LUCENE-8380:
----------------------------------------

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} test4tests {color} | {color:green}  0m 
 0s{color} | {color:green} The patch appears to include 1 new or modified test 
files. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  1m 
17s{color} | {color:green} master passed {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  1m 
55s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green}  1m 
55s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} Release audit (RAT) {color} | 
{color:green}  1m 55s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} Check forbidden APIs {color} | 
{color:green}  1m 55s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} Validate source patterns {color} | 
{color:green}  1m 55s{color} | {color:green} the patch passed {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} unit {color} | {color:green}  1m 
30s{color} | {color:green} facet in the patch passed. {color} |
| {color:black}{color} | {color:black} {color} | {color:black}  9m 36s{color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | LUCENE-8380 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12930086/LUCENE-8380.patch |
| Optional Tests |  compile  javac  unit  ratsources  checkforbiddenapis  
validatesourcepatterns  |
| uname | Linux lucene2-us-west.apache.org 4.4.0-112-generic #135-Ubuntu SMP 
Fri Jan 19 11:48:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | ant |
| Personality | 
/home/jenkins/jenkins-slave/workspace/PreCommit-LUCENE-Build/sourcedir/dev-tools/test-patch/lucene-solr-yetus-personality.sh
 |
| git revision | master / 6d0ad62 |
| ant | version: Apache Ant(TM) version 1.9.6 compiled on July 8 2015 |
| Default Java | 1.8.0_172 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-LUCENE-Build/42/testReport/ |
| modules | C: lucene/facet U: lucene/facet |
| Console output | 
https://builds.apache.org/job/PreCommit-LUCENE-Build/42/console |
| Powered by | Apache Yetus 0.7.0   http://yetus.apache.org |


This message was automatically generated.



> UTF8TaxonomyWriterCache inconsistency
> -------------------------------------
>
>                 Key: LUCENE-8380
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8380
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/facet
>    Affects Versions: 7.1
>            Reporter: Ruslan Torobaev
>            Priority: Minor
>         Attachments: LUCENE-8380.patch, lucene-taxonomy-cache-report.tar.gz, 
> taxonomy-cache.json.gz, taxonomy.tar.gz
>
>
> I’m facing a problem with taxonomy writer cache inconsistency. At some point 
> in time UTF8TaxonomyWriterCache starts to return wrong ord for some facet 
> labels. As result wrong ord are written in doc facet fields, and wrong counts 
> are returned (undercount) during search. This bug is manifested on different 
> servers with different index contents (we have several separate indexes with 
> unique data). 
>  Unfortunately I can’t reproduce this behaviour in tests. 
>  I've dumped "broken" UTF8TaxonomyWriterCache instance and created app to 
> load it and to compare with real taxonomy. Dumps and app are in attachment. 
> To run demo extract archives content and exec:
> {code}
> mvn compile
> mvn exec:java 
> -Dexec.mainClass="me.torobaev.lucene.taxonomy.cache.TaxonomyCacheCheck" 
> -DtaxonomyDir=../taxonomy/ -DcacheDump=../taxonomy-cache.json
> {code}
> As you can see, labels [frametype, 7] and [modification_id, 682] have same 
> ord in cache.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to