[jira] [Commented] (SOLR-4895) Throw an error when a rollback is attempted in SolrCloud mode.

2014-08-21 Thread ASF subversion and git services (JIRA)

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

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

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

SOLR-4895: An error should be returned when a rollback is attempted in 
SolrCloud mode.

 Throw an error when a rollback is attempted in SolrCloud mode.
 --

 Key: SOLR-4895
 URL: https://issues.apache.org/jira/browse/SOLR-4895
 Project: Solr
  Issue Type: New Feature
  Components: SolrCloud
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.9, 5.0

 Attachments: SOLR-4895-v2.patch, SOLR-4895.patch






--
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-4895) Throw an error when a rollback is attempted in SolrCloud mode.

2014-08-21 Thread ASF subversion and git services (JIRA)

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

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

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

SOLR-4895: An error should be returned when a rollback is attempted in 
SolrCloud mode.

 Throw an error when a rollback is attempted in SolrCloud mode.
 --

 Key: SOLR-4895
 URL: https://issues.apache.org/jira/browse/SOLR-4895
 Project: Solr
  Issue Type: New Feature
  Components: SolrCloud
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.9, 5.0

 Attachments: SOLR-4895-v2.patch, SOLR-4895.patch






--
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-4895) Throw an error when a rollback is attempted in SolrCloud mode.

2014-08-08 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-4895:
---

Thanks Vamsee. I wonder if we should put this in the updateHandler instead? 
Technically, RunUpdateProcessor is simply an optional part of the update chain, 
but we can be more sure that any SolrCloud external rollback will hit 
DirectUpdateHandler2#rollback.

 Throw an error when a rollback is attempted in SolrCloud mode.
 --

 Key: SOLR-4895
 URL: https://issues.apache.org/jira/browse/SOLR-4895
 Project: Solr
  Issue Type: New Feature
  Components: SolrCloud
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.9, 5.0

 Attachments: SOLR-4895.patch






--
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-4895) Throw an error when a rollback is attempted in SolrCloud mode.

2014-07-19 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-4895:
---

Usually, 
http://lucene.apache.org/solr/4_9_0/solr-core/org/apache/solr/core/CoreContainer.html#isZooKeeperAware()

 Throw an error when a rollback is attempted in SolrCloud mode.
 --

 Key: SOLR-4895
 URL: https://issues.apache.org/jira/browse/SOLR-4895
 Project: Solr
  Issue Type: New Feature
  Components: SolrCloud
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.9, 5.0






--
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-4895) Throw an error when a rollback is attempted in SolrCloud mode.

2014-07-17 Thread Vamsee Yarlagadda (JIRA)

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

Vamsee Yarlagadda commented on SOLR-4895:
-

Just wondering, what would be a good way to know (code wise) which mode is the 
Solr running on? Cloud or Standalone?

Logically, if we are using ZooKeeper then we can assume it is running in 
SolrCloud mode. But, if we are dealing with classes like RequestHandlerUtils 
(org.apache.solr.handler) which is more generic in nature, how do we figure out 
the mode of Solr?

 Throw an error when a rollback is attempted in SolrCloud mode.
 --

 Key: SOLR-4895
 URL: https://issues.apache.org/jira/browse/SOLR-4895
 Project: Solr
  Issue Type: New Feature
  Components: SolrCloud
Reporter: Mark Miller
Assignee: Mark Miller
 Fix For: 4.9, 5.0






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