[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-02-10 Thread ASF subversion and git services (JIRA)

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

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

Commit 3100f1b187ffaeee35dfbad1d26b5c44e5e4c1f7 in lucene-solr's branch 
refs/heads/branch_5_4 from [~mikemccand]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=3100f1b ]

LUCENE-6932: improve exception messages; rename length parameter to 
sliceLength, and return it as the length, for clarity


> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: master
>Reporter: Stéphane Campinas
> Fix For: master, 5.x, 5.4.2
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-02-10 Thread ASF subversion and git services (JIRA)

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

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

Commit b4fa82b0772718d84db3d177f8ce7450be3c51ac in lucene-solr's branch 
refs/heads/branch_5_4 from [~mikemccand]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=b4fa82b ]

LUCENE-6932: also fix NIOFSIndexInput to throw EOFE if you seek beyond end of 
file

git-svn-id: 
https://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x@1726231 
13f79535-47bb-0310-9956-ffa450edef68


> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: master
>Reporter: Stéphane Campinas
> Fix For: master, 5.x, 5.4.2
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-02-10 Thread ASF subversion and git services (JIRA)

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

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

Commit 2512ab6c1f3089cb8fe534532f0676c3358a5cd4 in lucene-solr's branch 
refs/heads/branch_5_4 from [~mikemccand]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2512ab6 ]

LUCENE-6932: also fix RAFIndexInput to throw EOFE if you seek beyond end of file

git-svn-id: 
https://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x@1726290 
13f79535-47bb-0310-9956-ffa450edef68


> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: master
>Reporter: Stéphane Campinas
> Fix For: master, 5.x, 5.4.2
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-02-10 Thread ASF subversion and git services (JIRA)

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

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

Commit ad2c18cd72751cd80c11b4916980fb510eaf8f9f in lucene-solr's branch 
refs/heads/branch_5_4 from [~mikemccand]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ad2c18c ]

LUCENE-6932: RAMDirectory's IndexInput should always throw EOFE if you seek 
beyond the end of the file and then try to read

git-svn-id: 
https://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x@1725112 
13f79535-47bb-0310-9956-ffa450edef68

Conflicts:
lucene/CHANGES.txt


> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: master
>Reporter: Stéphane Campinas
> Fix For: master, 5.x, 5.4.2
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-02-10 Thread ASF subversion and git services (JIRA)

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

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

Commit 9041c1cfe3a7162b77ba2aeb8ba58985ec167528 in lucene-solr's branch 
refs/heads/branch_5_4 from [~mikemccand]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=9041c1c ]

LUCENE-6932: RAMInputStream now throws EOFException if you seek beyond the end 
of the file

git-svn-id: 
https://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x@1726056 
13f79535-47bb-0310-9956-ffa450edef68

Conflicts:
lucene/CHANGES.txt


> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: master
>Reporter: Stéphane Campinas
> Fix For: master, 5.x, 5.4.2
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-02-10 Thread ASF subversion and git services (JIRA)

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

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

Commit 041cd9483ec082bc3848cd400c62d50092fc5016 in lucene-solr's branch 
refs/heads/branch_5_4 from [~mikemccand]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=041cd94 ]

LUCENE-6932: fix test bug that was not always using the dir impl being tested; 
fix SimpleFSIndexInput to throw EOFException if you seek beyond end of file

git-svn-id: 
https://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x@1726277 
13f79535-47bb-0310-9956-ffa450edef68


> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: master
>Reporter: Stéphane Campinas
> Fix For: master, 5.x, 5.4.2
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726227 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1726227 ]

LUCENE-6932: also fix NIOFSIndexInput to throw EOFE if you seek beyond end of 
file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726229 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1726229 ]

LUCENE-6932: also fix NIOFSIndexInput to throw EOFE if you seek beyond end of 
file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726231 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1726231 ]

LUCENE-6932: also fix NIOFSIndexInput to throw EOFE if you seek beyond end of 
file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726266 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1726266 ]

LUCENE-6932: fix SimpleFSIndexInput to throw EOFException if you seek beyond 
end of file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726289 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1726289 ]

LUCENE-6932: also fix RAFIndexInput to throw EOFE if you seek beyond end of file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726277 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1726277 ]

LUCENE-6932: fix test bug that was not always using the dir impl being tested; 
fix SimpleFSIndexInput to throw EOFException if you seek beyond end of file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726290 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1726290 ]

LUCENE-6932: also fix RAFIndexInput to throw EOFE if you seek beyond end of file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726264 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1726264 ]

LUCENE-6932: fix test bug that was not always using the dir impl being tested

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-21 Thread Robert Muir (JIRA)

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

Robert Muir commented on LUCENE-6932:
-

+1

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-21 Thread Adrien Grand (JIRA)

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

Adrien Grand commented on LUCENE-6932:
--

+1!

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-21 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726056 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1726056 ]

LUCENE-6932: RAMInputStream now throws EOFException if you seek beyond the end 
of the file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-21 Thread ASF subversion and git services (JIRA)

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

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

Commit 1726039 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1726039 ]

LUCENE-6932: RAMInputStream now throws EOFException if you seek beyond the end 
of the file

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, LUCENE-6932.patch, LUCENE-6932.patch, 
> issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-20 Thread Michael McCandless (JIRA)

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

Michael McCandless commented on LUCENE-6932:


Argh :)

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-20 Thread Adrien Grand (JIRA)

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

Adrien Grand commented on LUCENE-6932:
--

Apparently these changes caused this test failure: 
http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15594/. Here is a test 
case that demonstrates the issue:

{code}
  public void testSeek() throws IOException {
try (Directory dir = newDirectory()) {
  try (IndexOutput out = dir.createOutput("a", IOContext.DEFAULT)) {
for (int i = 0; i < 1024; ++i) {
  out.writeByte((byte) 0);
}
  }
  try (IndexInput in = dir.openInput("a", IOContext.DEFAULT)) {
in.seek(100);
assertEquals(100, in.getFilePointer());
in.seek(1024);
assertEquals(1024, in.getFilePointer());
  }
}
  }
{code}

The second assert fails with: expected <1024> but got <2048>.

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-17 Thread ASF subversion and git services (JIRA)

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

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

Commit 1725111 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1725111 ]

LUCENE-6932: RAMDirectory's IndexInput should always throw EOFE if you seek 
beyond the end of the file and then try to read

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Attachments: LUCENE-6932.patch, issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-17 Thread ASF subversion and git services (JIRA)

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

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

Commit 1725112 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1725112 ]

LUCENE-6932: RAMDirectory's IndexInput should always throw EOFE if you seek 
beyond the end of the file and then try to read

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Fix For: Trunk, 5.x
>
> Attachments: LUCENE-6932.patch, issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-15 Thread Michael McCandless (JIRA)

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

Michael McCandless commented on LUCENE-6932:


Thanks [~stephane campinas], I'll commit soon...

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Attachments: LUCENE-6932.patch, issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (LUCENE-6932) Seek past EOF with RAMDirectory should throw EOFException

2016-01-11 Thread JIRA

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

Stéphane Campinas commented on LUCENE-6932:
---

Works for me [~mikemccand], and it is much cleaner that my proposed fix!

> Seek past EOF with RAMDirectory should throw EOFException
> -
>
> Key: LUCENE-6932
> URL: https://issues.apache.org/jira/browse/LUCENE-6932
> Project: Lucene - Core
>  Issue Type: Bug
>  Components: core/index
>Affects Versions: Trunk
>Reporter: Stéphane Campinas
> Attachments: LUCENE-6932.patch, issue6932.patch, testcase.txt
>
>
> In the JUnit test case from the attached file, I call "IndexInput.seek()" on 
> a position past
> EOF. However, there is no EOFException that is thrown.
> To reproduce the error, please use the seed test: 
> -Dtests.seed=8273A81C129D35E2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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