[GitHub] lucene-solr issue #477: Block Expensive Queries custom component

2018-11-11 Thread tirthmehta1994
Github user tirthmehta1994 commented on the issue:

https://github.com/apache/lucene-solr/pull/477
  
@vthacker it would be great if you could let me know of some updates here. 
Thanks.


---

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



[GitHub] lucene-solr issue #478: Query Source Tracker custom component

2018-11-11 Thread tirthmehta1994
Github user tirthmehta1994 commented on the issue:

https://github.com/apache/lucene-solr/pull/478
  
@vthacker it would be great if you could let me know of some updates here. 
Thanks.


---

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



[GitHub] lucene-solr pull request #483: Log Delete Query Processor custom solr compon...

2018-11-11 Thread tirthmehta1994
Github user tirthmehta1994 commented on a diff in the pull request:

https://github.com/apache/lucene-solr/pull/483#discussion_r232522667
  
--- Diff: 
solr/core/src/java/org/apache/solr/update/processor/LogUpdateProcessorFactory.java
 ---
@@ -187,12 +190,23 @@ public void finish() throws IOException {
 log.info(getLogStringAndClearRspToLog());
   }
 
+  if (deleteLog.isInfoEnabled()) {
--- End diff --

@vthacker it would be great if you could let me know of some updates here. 
Thanks.


---

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



[GitHub] lucene-solr issue #477: Block Expensive Queries custom component

2018-10-29 Thread tirthmehta1994
Github user tirthmehta1994 commented on the issue:

https://github.com/apache/lucene-solr/pull/477
  
Hi @vthacker , I have added a test-case explaining the scenario where in 
the custom component will be useful. @anshumg The test case has been added in 
the code. Please have a look.


---

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



[GitHub] lucene-solr pull request #483: Log Delete Query Processor custom solr compon...

2018-10-25 Thread tirthmehta1994
Github user tirthmehta1994 commented on a diff in the pull request:

https://github.com/apache/lucene-solr/pull/483#discussion_r228394789
  
--- Diff: solr/server/resources/log4j2.xml ---
@@ -67,6 +67,10 @@
 
   
 
+
+
--- End diff --

Yup, it should have been LogUpdateProcessorFactory itself, since the 
changes are planned in LogUpdateProcessorFactory class itself. I have made the 
changes accordingly.


---

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



[GitHub] lucene-solr pull request #483: Log Delete Query Processor custom solr compon...

2018-10-25 Thread tirthmehta1994
Github user tirthmehta1994 commented on a diff in the pull request:

https://github.com/apache/lucene-solr/pull/483#discussion_r228394242
  
--- Diff: 
solr/core/src/java/org/apache/solr/update/processor/LogUpdateProcessorFactory.java
 ---
@@ -187,12 +190,23 @@ public void finish() throws IOException {
 log.info(getLogStringAndClearRspToLog());
   }
 
+  if (deleteLog.isInfoEnabled()) {
--- End diff --

Any request that contains a delete


---

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



[GitHub] lucene-solr issue #477: Block Expensive Queries custom component

2018-10-25 Thread tirthmehta1994
Github user tirthmehta1994 commented on the issue:

https://github.com/apache/lucene-solr/pull/477
  
Hi @vthacker, I have made some changes please do have a look.


---

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



[GitHub] lucene-solr issue #483: Log Delete Query Processor custom solr component

2018-10-23 Thread tirthmehta1994
Github user tirthmehta1994 commented on the issue:

https://github.com/apache/lucene-solr/pull/483
  
Hi @vthacker, this is the jira for Log Delete Query Processor: 
https://issues.apache.org/jira/browse/SOLR-12904


---

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



[GitHub] lucene-solr pull request #483: Log Delete Query Processor custom solr compon...

2018-10-23 Thread tirthmehta1994
GitHub user tirthmehta1994 opened a pull request:

https://github.com/apache/lucene-solr/pull/483

Log Delete Query Processor custom solr component

Log Delete Query Processor custom solr component

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/walmartlabs/lucene-solr 
logdeletequeryprocessor2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/lucene-solr/pull/483.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #483


commit 20720b7ffdc2deac9d31cd38afdec21cba3bc7fe
Author: tirthmehta1994 
Date:   2018-10-23T16:53:34Z

Log Delete Query Processor custom solr component




---

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



[GitHub] lucene-solr pull request #479: Log Delete Query Processor custom component

2018-10-23 Thread tirthmehta1994
Github user tirthmehta1994 closed the pull request at:

https://github.com/apache/lucene-solr/pull/479


---

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



[GitHub] lucene-solr issue #478: Query Source Tracker custom component

2018-10-23 Thread tirthmehta1994
Github user tirthmehta1994 commented on the issue:

https://github.com/apache/lucene-solr/pull/478
  
Hi @vthacker , I have created the issue here: 
https://issues.apache.org/jira/browse/SOLR-12903


---

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



[GitHub] lucene-solr issue #477: Block Expensive Queries custom component

2018-10-23 Thread tirthmehta1994
Github user tirthmehta1994 commented on the issue:

https://github.com/apache/lucene-solr/pull/477
  
Sure @vthacker:
https://issues.apache.org/jira/browse/SOLR-12902


---

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



[GitHub] lucene-solr pull request #479: Log Delete Query Processor custom component

2018-10-17 Thread tirthmehta1994
GitHub user tirthmehta1994 opened a pull request:

https://github.com/apache/lucene-solr/pull/479

Log Delete Query Processor custom component



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/walmartlabs/lucene-solr 
LogDeleteQueryProcessor

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/lucene-solr/pull/479.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #479


commit 5d922da61058aad09f2b4026935e0d12552cdaca
Author: tirthmehta1994 
Date:   2018-10-18T00:53:37Z

Log Delete Query Processor custom component




---

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



[GitHub] lucene-solr pull request #478: Query Source Tracker custom component

2018-10-17 Thread tirthmehta1994
GitHub user tirthmehta1994 opened a pull request:

https://github.com/apache/lucene-solr/pull/478

Query Source Tracker custom component



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/walmartlabs/lucene-solr QuerySourceTracker

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/lucene-solr/pull/478.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #478


commit b755c1423ff6ae00bacb0b9bf45f6dc6c4bd607d
Author: tirthmehta1994 
Date:   2018-10-18T00:48:57Z

Query Source Tracker custom component




---

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



[GitHub] lucene-solr pull request #477: Block Expensive Queries custom component

2018-10-17 Thread tirthmehta1994
GitHub user tirthmehta1994 opened a pull request:

https://github.com/apache/lucene-solr/pull/477

Block Expensive Queries custom component



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/walmartlabs/lucene-solr BlockExpensiveQueries

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/lucene-solr/pull/477.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #477


commit 31887130d577d581a75cbf0630c172defb2119f9
Author: tirthmehta1994 
Date:   2018-10-18T00:42:50Z

Block Expensive Queries custom component




---

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