[jira] [Commented] (NUTCH-2272) Index checker server to optionally keep client connection open

2016-06-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346657#comment-15346657
 ] 

Hudson commented on NUTCH-2272:
---

SUCCESS: Integrated in Nutch-trunk #3375 (See 
[https://builds.apache.org/job/Nutch-trunk/3375/])
NUTCH-2272 Index checker server to optionally keep client connection (snagel: 
rev d29be63bd44cfcaf7e0a1e340160df8a0ba2b600)
* CHANGES.txt


> Index checker server to optionally keep client connection open
> --
>
> Key: NUTCH-2272
> URL: https://issues.apache.org/jira/browse/NUTCH-2272
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.13
>
> Attachments: NUTCH-2272.patch
>
>
> As the title says: for easier testing without having to start up the 
> indexchecker JVM every time.
> {code}
> bin/nutch org.apache.nutch.indexer.IndexingFiltersChecker -normalize 
> -followRedirects -keepClientCnxOpen -listen 5000
> {code}
> Just telnet to it an send URL's with line feed to get output fast.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NUTCH-2272) Index checker server to optionally keep client connection open

2016-06-23 Thread Markus Jelsma (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346606#comment-15346606
 ] 

Markus Jelsma commented on NUTCH-2272:
--

Thanks! I plain forgot it.

> Index checker server to optionally keep client connection open
> --
>
> Key: NUTCH-2272
> URL: https://issues.apache.org/jira/browse/NUTCH-2272
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.13
>
> Attachments: NUTCH-2272.patch
>
>
> As the title says: for easier testing without having to start up the 
> indexchecker JVM every time.
> {code}
> bin/nutch org.apache.nutch.indexer.IndexingFiltersChecker -normalize 
> -followRedirects -keepClientCnxOpen -listen 5000
> {code}
> Just telnet to it an send URL's with line feed to get output fast.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NUTCH-2272) Index checker server to optionally keep client connection open

2016-06-23 Thread Sebastian Nagel (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346585#comment-15346585
 ] 

Sebastian Nagel commented on NUTCH-2272:


Not included in released 1.12: removed from CHANGES.txt, set correct "Fix 
Version/s".

> Index checker server to optionally keep client connection open
> --
>
> Key: NUTCH-2272
> URL: https://issues.apache.org/jira/browse/NUTCH-2272
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.13
>
> Attachments: NUTCH-2272.patch
>
>
> As the title says: for easier testing without having to start up the 
> indexchecker JVM every time.
> {code}
> bin/nutch org.apache.nutch.indexer.IndexingFiltersChecker -normalize 
> -followRedirects -keepClientCnxOpen -listen 5000
> {code}
> Just telnet to it an send URL's with line feed to get output fast.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NUTCH-2272) Index checker server to optionally keep client connection open

2016-06-15 Thread Sebastian Nagel (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331434#comment-15331434
 ] 

Sebastian Nagel commented on NUTCH-2272:


Not included in [1.12 release 
candidate|https://dist.apache.org/repos/dist/dev/nutch/1.12/]: ev. need to 
change "Fix Version/s" and CHANGES.txt

> Index checker server to optionally keep client connection open
> --
>
> Key: NUTCH-2272
> URL: https://issues.apache.org/jira/browse/NUTCH-2272
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.12
>
> Attachments: NUTCH-2272.patch
>
>
> As the title says: for easier testing without having to start up the 
> indexchecker JVM every time.
> {code}
> bin/nutch org.apache.nutch.indexer.IndexingFiltersChecker -normalize 
> -followRedirects -keepClientCnxOpen -listen 5000
> {code}
> Just telnet to it an send URL's with line feed to get output fast.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NUTCH-2272) Index checker server to optionally keep client connection open

2016-06-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314137#comment-15314137
 ] 

Hudson commented on NUTCH-2272:
---

SUCCESS: Integrated in Nutch-trunk #3373 (See 
[https://builds.apache.org/job/Nutch-trunk/3373/])
NUTCH-2272 Index checker server to optionally keep client connection (markus: 
rev beb48a84b2be52f92af24956ae59286ad116913c)
* src/java/org/apache/nutch/indexer/IndexingFiltersChecker.java
* CHANGES.txt


> Index checker server to optionally keep client connection open
> --
>
> Key: NUTCH-2272
> URL: https://issues.apache.org/jira/browse/NUTCH-2272
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.12
>
> Attachments: NUTCH-2272.patch
>
>
> As the title says: for easier testing without having to start up the 
> indexchecker JVM every time.
> {code}
> bin/nutch org.apache.nutch.indexer.IndexingFiltersChecker -normalize 
> -followRedirects -keepClientCnxOpen -listen 5000
> {code}
> Just telnet to it an send URL's with line feed to get output fast.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NUTCH-2272) Index checker server to optionally keep client connection open

2016-06-03 Thread Markus Jelsma (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314066#comment-15314066
 ] 

Markus Jelsma commented on NUTCH-2272:
--

Committed to trunk in ref beb48a8

> Index checker server to optionally keep client connection open
> --
>
> Key: NUTCH-2272
> URL: https://issues.apache.org/jira/browse/NUTCH-2272
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.11
>Reporter: Markus Jelsma
>Assignee: Markus Jelsma
>Priority: Minor
> Fix For: 1.12
>
> Attachments: NUTCH-2272.patch
>
>
> As the title says: for easier testing without having to start up the 
> indexchecker JVM every time.
> {code}
> bin/nutch org.apache.nutch.indexer.IndexingFiltersChecker -normalize 
> -followRedirects -keepClientCnxOpen -listen 5000
> {code}
> Just telnet to it an send URL's with line feed to get output fast.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)