[jira] [Commented] (SOLR-8476) Refactor and cleanup CoreAdminHandler

2016-01-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091842#comment-15091842 ] Varun Thacker commented on SOLR-8476: - Hi Erick/Noble , Any comments on my last patch? All tests pass

[jira] [Updated] (SOLR-8534) Add support for async collection api calls to more commands

2016-01-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8534: Attachment: SOLR-8534.patch First cut patch which adds support for async calls to the mentioned

[jira] [Created] (SOLR-8534) Add support for async collection api calls to more commands

2016-01-11 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8534: --- Summary: Add support for async collection api calls to more commands Key: SOLR-8534 URL: https://issues.apache.org/jira/browse/SOLR-8534 Project: Solr Issue

[jira] [Commented] (SOLR-8539) Solr queries swallows up OutOfMemoryErrors

2016-01-13 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15096919#comment-15096919 ] Varun Thacker commented on SOLR-8539: - Yeah it looks like that. Here

[jira] [Updated] (SOLR-8534) Add support for async collection api calls to more commands

2016-01-15 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8534: Attachment: SOLR-8534.patch Solr code Changes: - CollectionsHandler takes the async param

[jira] [Updated] (SOLR-8534) Add generic support for Collection APIs to be async

2016-01-15 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8534: Description: Currently only a handful of Collection API calls support the async parameter. I

[jira] [Created] (SOLR-8554) RebalanceLeader and ForceLeader APIs should be part of OverseerCollectionMessageHandler

2016-01-15 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8554: --- Summary: RebalanceLeader and ForceLeader APIs should be part of OverseerCollectionMessageHandler Key: SOLR-8554 URL: https://issues.apache.org/jira/browse/SOLR-8554

[jira] [Updated] (SOLR-8534) Add generic support for Collection APIs to be async

2016-01-15 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8534: Summary: Add generic support for Collection APIs to be async (was: Add support for async collection

[jira] [Updated] (SOLR-8131) Make ManagedIndexSchemaFactory as the default in Solr

2016-01-15 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8131: Attachment: create-core.png Hi Mark, I just tried this out on trunk 1. Start solr using ./bin/solr

[jira] [Resolved] (SOLR-7745) Collections API create command should block until collections is ready to process search and index requests

2016-01-14 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-7745. - Resolution: Duplicate Hi Alexey, I am marking this issue a duplicate of SOLR-8416 . Ideally it

[jira] [Updated] (SOLR-8539) Solr queries swallows up OutOfMemoryErrors

2016-01-13 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8539: Attachment: SOLR-8539.patch Here's the patch which throws the OOM from HttpSolrCall#sendError but

[jira] [Created] (SOLR-8539) Solr queries swallows up OutOfMemoryErrors

2016-01-13 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8539: --- Summary: Solr queries swallows up OutOfMemoryErrors Key: SOLR-8539 URL: https://issues.apache.org/jira/browse/SOLR-8539 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8562: Attachment: SOLR-8562.patch BalanceShardUnique and Migrate now extends

[jira] [Resolved] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8564. - Resolution: Fixed Thanks Shai for the review! Committed for both 5.5 and trunk > ZK data

[jira] [Updated] (SOLR-7907) Remove CLUSTERSTATUS related checks from the Overseer

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7907: Attachment: SOLR-7907.patch Updating patch to latest trunk. I'll commit this shortly > Remove

[jira] [Updated] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8564: Affects Version/s: 5.4.1 > ZK data directory being set incorrectly >

[jira] [Created] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-17 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8562: --- Summary: BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest Key: SOLR-8562 URL: https://issues.apache.org/jira/browse/SOLR-8562 Project: Solr

[jira] [Updated] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8562: Fix Version/s: (was: 5.5) > BalanceShardUnique and Migrate should extend

[jira] [Updated] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8562: Attachment: SOLR-8562.patch Same patch with an updated CHANGES entry. > BalanceShardUnique and

[jira] [Closed] (SOLR-8300) Use constants for the /overseer_elect znode

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker closed SOLR-8300. --- Resolution: Fixed > Use constants for the /overseer_elect znode >

[jira] [Updated] (SOLR-8300) Use constants for the /overseer_elect znode

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8300: Fix Version/s: Trunk > Use constants for the /overseer_elect znode >

[jira] [Reopened] (SOLR-8300) Use constants for the /overseer_elect znode

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reopened SOLR-8300: - Re-opening it to add Trunk to the Fix Versions list since this had been committed to trunk too > Use

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105023#comment-15105023 ] Varun Thacker commented on SOLR-8561: - I noticed something while testing out manually. When you run

[jira] [Resolved] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8562. - Resolution: Won't Fix Marking this as won-fix . I think the current implementation is correct as

[jira] [Comment Edited] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104968#comment-15104968 ] Varun Thacker edited comment on SOLR-8562 at 1/18/16 9:04 AM: -- Marking this as

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104971#comment-15104971 ] Varun Thacker commented on SOLR-8561: - Hi Shai, I'm taking a look at the patch now. > Add fallback to

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105056#comment-15105056 ] Varun Thacker commented on SOLR-8561: - Hi Shai, Shouldn't this be committed to trunk as well? What

[jira] [Created] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8564: --- Summary: ZK data directory being set incorrectly Key: SOLR-8564 URL: https://issues.apache.org/jira/browse/SOLR-8564 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8564: Affects Version/s: 5.4 > ZK data directory being set incorrectly >

[jira] [Updated] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8564: Fix Version/s: (was: 5.4) 5.5 > ZK data directory being set incorrectly >

[jira] [Updated] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8564: Attachment: SOLR-8564.patch This seems to fix the issue > ZK data directory being set incorrectly >

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105123#comment-15105123 ] Varun Thacker commented on SOLR-8561: - bq. I'll file a Jira for the directory structure change in the

[jira] [Commented] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105193#comment-15105193 ] Varun Thacker commented on SOLR-8562: - bq. Just a note, though not directly related here, that I find

[jira] [Resolved] (SOLR-7907) Remove CLUSTERSTATUS related checks from the Overseer

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-7907. - Resolution: Fixed Fix Version/s: Trunk 5.5 Committed to both trunk and

[jira] [Updated] (SOLR-8549) Start script could check for cores that have failed to load

2016-01-14 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8549: Attachment: SOLR-8549.patch Simple patch > Start script could check for cores that have failed to

[jira] [Created] (SOLR-8553) Schema API could skip updating recovering replicas

2016-01-15 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8553: --- Summary: Schema API could skip updating recovering replicas Key: SOLR-8553 URL: https://issues.apache.org/jira/browse/SOLR-8553 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-8131) Make ManagedIndexSchemaFactory as the default in Solr

2016-01-14 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15101380#comment-15101380 ] Varun Thacker commented on SOLR-8131: - Hi Mark, Sorry I didn't quite follow your comment. Are you

[jira] [Updated] (SOLR-8534) Add generic support for Collection APIs to be async

2016-01-19 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8534: Attachment: SOLR-8534.patch Patch which adds some more tests as well as moves the setting of async

[jira] [Commented] (SOLR-8534) Add generic support for Collection APIs to be async

2016-01-19 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106493#comment-15106493 ] Varun Thacker commented on SOLR-8534: - Thanks Noble for the review! Tests seem to pass. I'll run it one

[jira] [Updated] (SOLR-8534) Add generic support for Collection APIs to be async

2016-01-19 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8534: Attachment: SOLR-8534.patch Updated patch. Made some minor change - Remove unused variable

[jira] [Commented] (SOLR-8564) ZK data directory being set incorrectly

2016-01-19 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106609#comment-15106609 ] Varun Thacker commented on SOLR-8564: - It shouldn't right? It's only the directory where the zookeeper

[jira] [Created] (SOLR-8549) Start script could check for cores that have failed to load

2016-01-14 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8549: --- Summary: Start script could check for cores that have failed to load Key: SOLR-8549 URL: https://issues.apache.org/jira/browse/SOLR-8549 Project: Solr Issue

[jira] [Resolved] (SOLR-7374) Backup/Restore should provide a param for specifying the directory implementation it should use

2016-06-27 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-7374. - Resolution: Fixed Thanks Hrishikesh and Mark! > Backup/Restore should provide a param for

[jira] [Created] (SOLR-8662) SchemaManager doesn't wait correctly for replicas to update

2016-02-08 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8662: --- Summary: SchemaManager doesn't wait correctly for replicas to update Key: SOLR-8662 URL: https://issues.apache.org/jira/browse/SOLR-8662 Project: Solr Issue

[jira] [Resolved] (SOLR-8617) Add a wait for active option in to add replica

2016-02-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8617. - Resolution: Won't Fix Assignee: Varun Thacker bq. I had this idea that we wanted to get to

[jira] [Resolved] (SOLR-8412) SchemaManager should synchronize on performOperations method

2016-02-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8412. - Resolution: Not A Problem Assignee: Varun Thacker Thanks Noble for confirming. Closing this

[jira] [Resolved] (SOLR-8563) Collections API CREATEALIAS command sometimes time out

2016-02-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8563. - Resolution: Invalid Hi Young. Thanks for reporting this issue. The issue was solved by SOLR-8152

[jira] [Commented] (SOLR-8534) Add generic support for Collection APIs to be async

2016-02-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15134597#comment-15134597 ] Varun Thacker commented on SOLR-8534: - I don't think so. REQUESTSTATUS_OP returns a null and the check

[jira] [Reopened] (SOLR-8534) Add generic support for Collection APIs to be async

2016-02-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reopened SOLR-8534: - Need to fix SolrJ to not accept async params for commands that don't support async > Add generic

[jira] [Updated] (SOLR-8650) Alias Collection API can be moved to the CollectionsHandler

2016-02-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8650: Description: Today the create/delete alias operations is processed by the overseer . While not

[jira] [Updated] (SOLR-8650) Alias Collection API can be moved to the CollectionsHandler

2016-02-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8650: Attachment: SOLR-8650.patch Simple patch which moves the operations to the collections handler.

[jira] [Created] (SOLR-8650) Alias Collection API can be moved to the CollectionsHandler

2016-02-05 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8650: --- Summary: Alias Collection API can be moved to the CollectionsHandler Key: SOLR-8650 URL: https://issues.apache.org/jira/browse/SOLR-8650 Project: Solr Issue

[jira] [Resolved] (SOLR-8534) Add generic support for Collection APIs to be async

2016-02-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8534. - Resolution: Fixed > Add generic support for Collection APIs to be async >

[jira] [Updated] (SOLR-8534) Add generic support for Collection APIs to be async

2016-02-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8534: Attachment: SOLR-8534_solrJ.patch Patch which fixes the SolrJ API's . So [~anshumg] can you please

[jira] [Commented] (SOLR-8617) Add a wait for active option in to add replica

2016-01-28 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15122415#comment-15122415 ] Varun Thacker commented on SOLR-8617: - Well thats true. I guess the only advantage is that it's more

[jira] [Updated] (SOLR-8617) Add a wait for active option in to add replica

2016-01-28 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8617: Priority: Minor (was: Major) > Add a wait for active option in to add replica >

[jira] [Commented] (SOLR-8617) Add a wait for active option in to add replica

2016-01-28 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15122249#comment-15122249 ] Varun Thacker commented on SOLR-8617: - bq. Guess I'm missing something here but why do we need this?

[jira] [Commented] (SOLR-8619) A new replica should not become leader when all current replicas are down as it leads to data loss

2016-01-29 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15124439#comment-15124439 ] Varun Thacker commented on SOLR-8619: - bq. Typical cloud issues lead to all replicas of a shard going

[jira] [Created] (SOLR-8617) Add a wait for active option in to add replica

2016-01-28 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8617: --- Summary: Add a wait for active option in to add replica Key: SOLR-8617 URL: https://issues.apache.org/jira/browse/SOLR-8617 Project: Solr Issue Type: New

[jira] [Updated] (SOLR-8554) RebalanceLeader and ForceLeader APIs should be part of OverseerCollectionMessageHandler

2016-01-21 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8554: Attachment: SOLR-8554.patch Patch which moves force leader and rebalance leader to the overseer. The

[jira] [Updated] (SOLR-8449) Restore functionality not working

2016-01-21 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8449: Attachment: SOLR-8449.patch Patch which fixes the problem. Previously we never supported restoring

[jira] [Commented] (SOLR-8449) Restore functionality not working

2016-01-20 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15108995#comment-15108995 ] Varun Thacker commented on SOLR-8449: - bq. 4. Add a document Do you call commit after that? >

[jira] [Resolved] (SOLR-8534) Add generic support for Collection APIs to be async

2016-01-21 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8534. - Resolution: Fixed Committed to trunk and branch_5x > Add generic support for Collection APIs to

[jira] [Resolved] (SOLR-8104) config API does not work for spellchecker

2016-02-10 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8104. - Resolution: Fixed Fix Version/s: (was: 5.5) 5.4 Marking it resolved

[jira] [Updated] (SOLR-8534) Add generic support for Collection APIs to be async

2016-02-10 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8534: Attachment: SOLR-8534_solrJ.patch Patch which folds in Anshum's changes. I'll commit this soon >

[jira] [Updated] (SOLR-6399) Implement unloadCollection in the Collections API

2016-03-10 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-6399: Affects Version/s: (was: 4.9) > Implement unloadCollection in the Collections API >

[jira] [Updated] (SOLR-8804) Race condition in ClusterStatus.getClusterStatus

2016-03-10 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8804: Attachment: SOLR-8804.patch Thanks Shalin for the review! Updated patch taking into account your

[jira] [Commented] (SOLR-8790) Add node name back to the core level responses in OverseerMessageHandler

2016-03-10 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190591#comment-15190591 ] Varun Thacker commented on SOLR-8790: - AddReplica is fine. The API actually takes in a "node" parameter

[jira] [Updated] (SOLR-8804) Race condition in ClusterStatus.getClusterStatus

2016-03-09 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8804: Attachment: SOLR-8804.patch Patch which fixes the problem. > Race condition in

[jira] [Assigned] (SOLR-8804) Race condition in ClusterStatus.getClusterStatus

2016-03-09 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reassigned SOLR-8804: --- Assignee: Varun Thacker > Race condition in ClusterStatus.getClusterStatus >

[jira] [Commented] (SOLR-8831) allow _version_ field to be unstored

2016-03-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190821#comment-15190821 ] Varun Thacker commented on SOLR-8831: - Hi Yonik, Was this committed as part in SOLR-5670 ? > allow

[jira] [Updated] (SOLR-8790) Add node name back to the core level responses in OverseerMessageHandler

2016-03-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8790: Attachment: SOLR-8790-followup.patch Here is a quick patch of what I was referring to. > Add node

[jira] [Resolved] (SOLR-8804) Race condition in ClusterStatus.getClusterStatus

2016-03-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8804. - Resolution: Fixed Thanks Alexey for reporting the issue and Noble/Shalin for the reviews! > Race

[jira] [Updated] (SOLR-8804) Race condition in ClusterStatus.getClusterStatus

2016-03-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8804: Fix Version/s: 6.0 > Race condition in ClusterStatus.getClusterStatus >

[jira] [Updated] (SOLR-6246) Core fails to reload when AnalyzingInfixSuggester is used as a Suggester

2016-03-09 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-6246: Fix Version/s: (was: 5.2) (was: master) > Core fails to reload when

[jira] [Updated] (SOLR-6246) Core fails to reload when AnalyzingInfixSuggester is used as a Suggester

2016-03-09 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-6246: Affects Version/s: 5.0 5.1 5.2

[jira] [Commented] (SOLR-8790) Add node name back to the core level responses in OverseerMessageHandler

2016-03-10 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190544#comment-15190544 ] Varun Thacker commented on SOLR-8790: - Hi Anshum, Thanks for fixing the code! Patch looks good Just

[jira] [Commented] (SOLR-5750) Backup/Restore API for SolrCloud

2016-03-31 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219600#comment-15219600 ] Varun Thacker commented on SOLR-5750: - Hi Hrishikesh, bq. Is there a reason why we have introduced a

[jira] [Updated] (SOLR-8662) SchemaManager doesn't wait correctly for replicas to update

2016-04-13 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8662: Attachment: SOLR-8662.patch - ZkSolrResourceLoader#openResource retires fetching the resource in

[jira] [Assigned] (SOLR-8967) UI should not show the replication tab in the core selector panel in cloud mode

2016-04-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reassigned SOLR-8967: --- Assignee: Varun Thacker > UI should not show the replication tab in the core selector panel

[jira] [Commented] (SOLR-8967) UI should not show the replication tab in the core selector panel in cloud mode

2016-04-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15234920#comment-15234920 ] Varun Thacker commented on SOLR-8967: - Thanks Upayavira for the review! I'll commit this shortly then

[jira] [Resolved] (SOLR-8967) UI should not show the replication tab in the core selector panel in cloud mode

2016-04-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8967. - Resolution: Fixed Fix Version/s: trunk 6.1 > UI should not show the

[jira] [Created] (SOLR-8967) UI should not show the replication tab in the core selector panel in cloud mode

2016-04-11 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8967: --- Summary: UI should not show the replication tab in the core selector panel in cloud mode Key: SOLR-8967 URL: https://issues.apache.org/jira/browse/SOLR-8967 Project:

[jira] [Updated] (SOLR-8967) UI should not show the replication tab in the core selector panel in cloud mode

2016-04-11 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8967: Attachment: SOLR-8967.patch Simple patch which doesn't show the Replication tab under the core

[jira] [Commented] (SOLR-8327) SolrDispatchFilter is not caching new state format, which results in live fetch from ZK per request if node does not contain core from collection

2016-03-22 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15207083#comment-15207083 ] Varun Thacker commented on SOLR-8327: - Hi Scott, This is what I understand what CloudSolrClient does

[jira] [Created] (SOLR-8894) Support automatic kerberos ticket renewals in standalone Solr

2016-03-24 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8894: --- Summary: Support automatic kerberos ticket renewals in standalone Solr Key: SOLR-8894 URL: https://issues.apache.org/jira/browse/SOLR-8894 Project: Solr

[jira] [Commented] (SOLR-7374) Backup/Restore should provide a param for specifying the directory implementation it should use

2016-03-24 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15211093#comment-15211093 ] Varun Thacker commented on SOLR-7374: - Hi Hrishikesh, Please feel free to work on it. I've not got

[jira] [Reopened] (SOLR-8766) remove the deprecated tag from solrconfig.xml

2016-03-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reopened SOLR-8766: - Re-opening this to remove the admin/gettableFiles from the code > remove the deprecated tag from

[jira] [Commented] (SOLR-8398) Remove deprecated support in solrconfig

2016-03-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184911#comment-15184911 ] Varun Thacker commented on SOLR-8398: - Hi [~noble.paul], You marked this as duplicate of SOLR-8766 but

[jira] [Resolved] (SOLR-8766) remove the deprecated tag from solrconfig.xml

2016-03-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8766. - Resolution: Fixed I am resolving the issue. Committed the extra changes. Thanks Jason for your

[jira] [Commented] (SOLR-8740) use docValues by default

2016-03-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15185002#comment-15185002 ] Varun Thacker commented on SOLR-8740: - Can we please not mix up the issues. The issue here which Yonik

[jira] [Updated] (SOLR-5750) Backup/Restore API for SolrCloud

2016-03-03 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-5750: Attachment: SOLR-5750.patch - Added SolrJ support for Backup and Restore Collection Admin actions -

[jira] [Resolved] (SOLR-8779) Fix missing InterruptedException handling in ZkStateReader

2016-03-04 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8779. - Resolution: Fixed > Fix missing InterruptedException handling in ZkStateReader >

[jira] [Commented] (SOLR-8779) Fix missing InterruptedException handling in ZkStateReader

2016-03-04 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15179835#comment-15179835 ] Varun Thacker commented on SOLR-8779: - Thanks Scott for the review! I'll commit this soon. Hi

[jira] [Assigned] (SOLR-8779) Fix missing InterruptedException handling in ZkStateReader

2016-03-04 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reassigned SOLR-8779: --- Assignee: Varun Thacker > Fix missing InterruptedException handling in ZkStateReader >

[jira] [Commented] (SOLR-8398) Remove deprecated support in solrconfig

2016-03-04 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15179872#comment-15179872 ] Varun Thacker commented on SOLR-8398: - Thanks Jason! I'll commit this later today > Remove deprecated

[jira] [Closed] (SOLR-8449) Multiple restores on the same core does not work

2016-03-05 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker closed SOLR-8449. --- Resolution: Fixed Thanks Johannes! This is now fixed for 6.0 > Multiple restores on the same core

[jira] [Created] (SOLR-8779) Fix missing InterruptedException handling in ZkStateReader

2016-03-03 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8779: --- Summary: Fix missing InterruptedException handling in ZkStateReader Key: SOLR-8779 URL: https://issues.apache.org/jira/browse/SOLR-8779 Project: Solr Issue

[jira] [Created] (SOLR-8780) Remove unused OverseerCollectionMessageHandler#getClusterStatus

2016-03-03 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8780: --- Summary: Remove unused OverseerCollectionMessageHandler#getClusterStatus Key: SOLR-8780 URL: https://issues.apache.org/jira/browse/SOLR-8780 Project: Solr

[jira] [Commented] (SOLR-8782) Improve SolrJ Collections async API

2016-03-03 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15177645#comment-15177645 ] Varun Thacker commented on SOLR-8782: - Hi Alan, +1 for this change. Seems like a good usability

<    3   4   5   6   7   8   9   10   11   12   >