[jira] [Updated] (LUCENE-5710) DefaultIndexingChain swallows useful information from MaxBytesLengthExceededException

2014-05-28 Thread Lee Hinman (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lee Hinman updated LUCENE-5710:
---

Attachment: LUCENE-5710.patch

Attaching patch that includes the original exception's message in the 
IllegalArgumentException message.

 DefaultIndexingChain swallows useful information from 
 MaxBytesLengthExceededException
 -

 Key: LUCENE-5710
 URL: https://issues.apache.org/jira/browse/LUCENE-5710
 Project: Lucene - Core
  Issue Type: Improvement
  Components: core/index
Affects Versions: 4.8.1
Reporter: Lee Hinman
Priority: Minor
 Attachments: LUCENE-5710.patch


 In DefaultIndexingChain, when a MaxBytesLengthExceededException is caught, 
 the original message is discarded, however, the message contains useful 
 information like the size that exceeded the limit.
 Lucene should make this information included in the newly thrown 
 IllegalArgumentException.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Updated] (LUCENE-5710) DefaultIndexingChain swallows useful information from MaxBytesLengthExceededException

2014-05-28 Thread Lee Hinman (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lee Hinman updated LUCENE-5710:
---

Attachment: LUCENE-5710.patch

Patch that includes the exception as the cause parameter for 
IllegalArgumentException

 DefaultIndexingChain swallows useful information from 
 MaxBytesLengthExceededException
 -

 Key: LUCENE-5710
 URL: https://issues.apache.org/jira/browse/LUCENE-5710
 Project: Lucene - Core
  Issue Type: Improvement
  Components: core/index
Affects Versions: 4.8.1
Reporter: Lee Hinman
Priority: Minor
 Attachments: LUCENE-5710.patch, LUCENE-5710.patch


 In DefaultIndexingChain, when a MaxBytesLengthExceededException is caught, 
 the original message is discarded, however, the message contains useful 
 information like the size that exceeded the limit.
 Lucene should make this information included in the newly thrown 
 IllegalArgumentException.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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