[jira] [Commented] (LUCENE-8573) BKDWriter should use FutureArrays#mismatch

2018-11-28 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8573:
-

Commit ecce083c5017576f552a5fd8e347b8748dbc0db9 in lucene-solr's branch 
refs/heads/jira/http2 from [~cbuescher]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ecce083 ]

LUCENE-8573: Use FutureArrays#mismatch in BKDWriter

Closes #510

Signed-off-by: Adrien Grand 


> BKDWriter should use FutureArrays#mismatch
> --
>
> Key: LUCENE-8573
> URL: https://issues.apache.org/jira/browse/LUCENE-8573
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Adrien Grand
>Priority: Minor
> Fix For: master (8.0), 7.7
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> In a number of places, BKDWriter tries to find the first mismatching byte 
> between multiple arrays with a for loop. It could use the safer 
> FutureArrays#mismatch instead.



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

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-8573) BKDWriter should use FutureArrays#mismatch

2018-11-28 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8573:
-

Commit ecce083c5017576f552a5fd8e347b8748dbc0db9 in lucene-solr's branch 
refs/heads/master from [~cbuescher]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ecce083 ]

LUCENE-8573: Use FutureArrays#mismatch in BKDWriter

Closes #510

Signed-off-by: Adrien Grand 


> BKDWriter should use FutureArrays#mismatch
> --
>
> Key: LUCENE-8573
> URL: https://issues.apache.org/jira/browse/LUCENE-8573
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Adrien Grand
>Priority: Minor
> Fix For: master (8.0), 7.7
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In a number of places, BKDWriter tries to find the first mismatching byte 
> between multiple arrays with a for loop. It could use the safer 
> FutureArrays#mismatch instead.



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

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-8573) BKDWriter should use FutureArrays#mismatch

2018-11-28 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LUCENE-8573:
-

Commit cf92418711dfe16862b66f2c14e176ac1697d3fc in lucene-solr's branch 
refs/heads/branch_7x from [~cbuescher]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=cf92418 ]

LUCENE-8573: Use FutureArrays#mismatch in BKDWriter

Closes #510

Signed-off-by: Adrien Grand 


> BKDWriter should use FutureArrays#mismatch
> --
>
> Key: LUCENE-8573
> URL: https://issues.apache.org/jira/browse/LUCENE-8573
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Adrien Grand
>Priority: Minor
> Fix For: master (8.0), 7.7
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In a number of places, BKDWriter tries to find the first mismatching byte 
> between multiple arrays with a for loop. It could use the safer 
> FutureArrays#mismatch instead.



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

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-8573) BKDWriter should use FutureArrays#mismatch

2018-11-27 Thread Nicholas Knize (JIRA)


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

Nicholas Knize commented on LUCENE-8573:


That would be great [~cbuescher]

> BKDWriter should use FutureArrays#mismatch
> --
>
> Key: LUCENE-8573
> URL: https://issues.apache.org/jira/browse/LUCENE-8573
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Adrien Grand
>Priority: Minor
>
> In a number of places, BKDWriter tries to find the first mismatching byte 
> between multiple arrays with a for loop. It could use the safer 
> FutureArrays#mismatch instead.



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

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-8573) BKDWriter should use FutureArrays#mismatch

2018-11-27 Thread JIRA


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

Christoph Büscher commented on LUCENE-8573:
---

Hi, I'd like to work on this as a first issue.

> BKDWriter should use FutureArrays#mismatch
> --
>
> Key: LUCENE-8573
> URL: https://issues.apache.org/jira/browse/LUCENE-8573
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Adrien Grand
>Priority: Minor
>
> In a number of places, BKDWriter tries to find the first mismatching byte 
> between multiple arrays with a for loop. It could use the safer 
> FutureArrays#mismatch instead.



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

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org