[jira] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-08-24 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14108517#comment-14108517
 ] 

Mark Miller commented on SOLR-5907:
---

What I committed didn't match the last patch somehow - it is missing:

+boolean blockCacheWriteEnabled = params.getBool(BLOCKCACHE_WRITE_ENABLED, 
false);

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.7.1, 4.8, 5.0

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-08-24 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14108520#comment-14108520
 ] 

Mark Miller commented on SOLR-5907:
---

I filed: SOLR-6424 The hdfs block cache BLOCKCACHE_WRITE_ENABLED is not 
defaulting to false like it should.

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.7.1, 4.8, 5.0

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-03-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945972#comment-13945972
 ] 

ASF subversion and git services commented on SOLR-5907:
---

Commit 1581174 from [~markrmil...@gmail.com] in branch 'dev/trunk'
[ https://svn.apache.org/r1581174 ]

SOLR-5907: The hdfs write cache can cause a reader to see a corrupted state. It 
now defaults to off, and if you were using solr.hdfs.blockcache.write.enabled 
explicitly, you should set it to false.

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.8, 5.0, 4.7.1

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-03-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945973#comment-13945973
 ] 

ASF subversion and git services commented on SOLR-5907:
---

Commit 1581175 from [~markrmil...@gmail.com] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1581175 ]

SOLR-5907: The hdfs write cache can cause a reader to see a corrupted state. It 
now defaults to off, and if you were using solr.hdfs.blockcache.write.enabled 
explicitly, you should set it to false.

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.8, 5.0, 4.7.1

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-03-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945975#comment-13945975
 ] 

ASF subversion and git services commented on SOLR-5907:
---

Commit 1581176 from [~markrmil...@gmail.com] in branch 
'dev/branches/lucene_solr_4_7'
[ https://svn.apache.org/r1581176 ]

SOLR-5907: The hdfs write cache can cause a reader to see a corrupted state. It 
now defaults to off, and if you were using solr.hdfs.blockcache.write.enabled 
explicitly, you should set it to false.

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.8, 5.0, 4.7.1

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-03-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945979#comment-13945979
 ] 

ASF subversion and git services commented on SOLR-5907:
---

Commit 1581177 from [~markrmil...@gmail.com] in branch 'dev/trunk'
[ https://svn.apache.org/r1581177 ]

SOLR-5907: Fix messed up merge - conflicted twice and screwed up the second 
merge.

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.8, 5.0, 4.7.1

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-03-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945980#comment-13945980
 ] 

ASF subversion and git services commented on SOLR-5907:
---

Commit 1581178 from [~markrmil...@gmail.com] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1581178 ]

SOLR-5907: Fix messed up merge - conflicted twice and screwed up the second 
merge.

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.8, 5.0, 4.7.1

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-03-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945982#comment-13945982
 ] 

ASF subversion and git services commented on SOLR-5907:
---

Commit 1581179 from [~markrmil...@gmail.com] in branch 
'dev/branches/lucene_solr_4_7'
[ https://svn.apache.org/r1581179 ]

SOLR-5907: Fix messed up merge - conflicted twice and screwed up the second 
merge.

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.8, 5.0, 4.7.1

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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] [Commented] (SOLR-5907) The hdfs write cache can still cause a reader to see a corrupted state.

2014-03-24 Thread Steve Rowe (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946161#comment-13946161
 ] 

Steve Rowe commented on SOLR-5907:
--

Mark, can this issue be resolved?

 The hdfs write cache can still cause a reader to see a corrupted state.
 ---

 Key: SOLR-5907
 URL: https://issues.apache.org/jira/browse/SOLR-5907
 Project: Solr
  Issue Type: Bug
  Components: hdfs
Reporter: Mark Miller
Assignee: Mark Miller
Priority: Critical
 Fix For: 4.8, 5.0, 4.7.1

 Attachments: SOLR-5907.patch, SOLR-5907.patch


 We should disable it by default and probably take it out of the default 
 configs until we can track down the issues with it.



--
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