GitHub user rbnks opened a pull request:
https://github.com/apache/incubator-streams/pull/100
Streams 191
Relies on pull requests https://github.com/apache/incubator-streams/pull/98
and https://github.com/apache/incubator-streams/pull/98.
Once those are merged in this one will not have so many files to review.
Please wait till those requests are merged in before reviewing this request.
This handles implemented the throughput queues form the previous request
into the local streambuilder, added new tests, and improving old tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rbnks/incubator-streams STREAMS-191
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/100.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 #100
----
commit c483941405f3ef1792c35ea7e9495980eb6e8b96
Author: Ryan Ebanks <[email protected]>
Date: 2014-09-30T19:50:52Z
Merge pull request #5 from apache/master
apache master merge 2014/09/30
commit 950330952a4aab51e7f273c27e8dad2eafeed0b5
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-06T20:38:37Z
Added ThroughputQueue and Tests
commit 50906edf8af28159c13cc251c9e7bf12d4877799
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-06T20:43:43Z
Fixed javadocs
commit fb11add0e432e3ba63322dfef863783c5033f0f8
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-06T22:10:41Z
Implement ThroughputQueues and removed busy waiting on processors and
writer task
commit 3fad21a109289d4cd5b1e5444e2e0d8748154cbf
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-07T14:50:17Z
Added blocking queues to test so that test will compile
commit c2ade3adfbd9c09c33de8941e81f2cd8fc849db2
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-07T20:40:49Z
Partial Commit. Tests are taking too long due to poor provider design
commit e74682e4de41d0358fcac81fc6811adaef80397e
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-07T20:48:31Z
Changed provider task to sleep only if provider has no data
commit 1b18eb6596b4afab3b798bbfd0dfa9928dbaae54
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-07T21:04:39Z
Merge branch 'provider' into queues
commit 0d20773648d12df3d99872c4fd1d377eca976e14
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-08T17:50:00Z
Implemented and improved tests, made fixes were tests exposed bugs
commit 91a0f9a6799135619d2688699dcd71cfd3321138
Author: Ryan Ebanks <[email protected]>
Date: 2014-10-08T17:57:24Z
Added javadocs and set default queue size to 500
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---