GitHub user meiercaleb opened a pull request:
https://github.com/apache/incubator-rya/pull/240
Rya 374
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
## Description
Added Aggregation State to Fluo Query Nodes so that any node that is
dependent on Aggregation
Values can check the Aggregation state before writing to make sure that the
state has not changed. This helps provide the guarantee that any result
emitted by Fluo that contains an Aggregation Value reflects the most up to date
Aggregation state.
### Tests
Integration tests were written to verify that Aggregation state was being
verified before writing and that the results emitted to Kafka reflected the
current Aggregation state.
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-372)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Reivew
@kchilton2 @jdasch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/meiercaleb/incubator-rya RYA-374
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/240.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 #240
----
commit 07d52cbf5a6a9028aac45ed7b68d933419ffe8a9
Author: Caleb Meier <[email protected]>
Date: 2017-09-21T14:47:47Z
RYA-374-Aggregation Value Join Bug Fix
commit 003045c80429f8ec08c45378cfc0dd56be2e1084
Author: Caleb Meier <[email protected]>
Date: 2017-10-09T15:03:49Z
Broke KafkaExport IT in two
----
---