You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by robdouglas <gi...@git.apache.org> on 2015/04/22 19:50:21 UTC

[GitHub] incubator-streams pull request: STREAMS-314 | Timing out regular e...

GitHub user robdouglas opened a pull request:

    https://github.com/apache/incubator-streams/pull/214

    STREAMS-314 | Timing out regular expressions that cause catastrophic backtracking

    

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

    $ git pull https://github.com/robdouglas/incubator-streams STREAMS-314

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

    https://github.com/apache/incubator-streams/pull/214.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 #214
    
----
commit 0c42140ef18dbca8726e1c40282f349ed19b05a6
Author: Robert Douglas <rd...@w2ogroup.com>
Date:   2015-04-18T19:53:50Z

    SBP-2360 | Encapsulated regex pattern matching operation into a separate thread. That way, in the case of catastrophic backtracking, we can interrupt the thread if it does not terminate in a reasonable amount of time.

commit 1080b76a739bf620759d5881443ead18ef28f548
Author: Robert Douglas <rd...@w2ogroup.com>
Date:   2015-04-22T17:46:52Z

    SBP-2360 | Changed to using a ForkJoinPool instead of manually running Threads. Added test to ensure that regular expressions that cause catastrophic backtracking are timed out

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-streams pull request: STREAMS-314 | Timing out regular e...

Posted by robdouglas <gi...@git.apache.org>.
Github user robdouglas closed the pull request at:

    https://github.com/apache/incubator-streams/pull/214


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-streams pull request: STREAMS-314 | Timing out regular e...

Posted by steveblackmon <gi...@git.apache.org>.
Github user steveblackmon commented on the pull request:

    https://github.com/apache/incubator-streams/pull/214#issuecomment-100286728
  
    :+1: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-streams pull request: STREAMS-314 | Timing out regular expressions...

Posted by jfrazee <gi...@git.apache.org>.
Github user jfrazee commented on the pull request:

    https://github.com/apache/incubator-streams/pull/214
  
    @robdouglas Hey, do you have this change still? Can't tell what's going on with the issue/branch.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-streams pull request: STREAMS-314 | Timing out regular e...

Posted by robdouglas <gi...@git.apache.org>.
Github user robdouglas commented on the pull request:

    https://github.com/apache/incubator-streams/pull/214#issuecomment-100286917
  
    I've got a revision to this PR I need to make before it's ready to merge.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---