-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-16118. S3Guard to support on-demand DDB tables (branch-3.2). #731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-16118. S3Guard to support on-demand DDB tables (branch-3.2). #731
Conversation
|
I got a failure in a test run. Unrelated to this patch (the fix is one of the predecessor patches to This will bring 3.2 close to 3.3 |
This is the first step for on-demand operations: things recognize when they are using on-demand tables, as do the tests. Branch-3.2 patch; test run failing for unrelated changes to the AbstractS3GuardToolTestBase test suite, which highlight that we have enough S3Guard changes in trunk it's time to backport one by one. Contributed by Steve Loughran. Change-Id: I44cf87a2bd253b78c2d0414e4be20e920027c980
f950e4f to
3452d83
Compare
|
accidentally committed using the yetus email addr (still need to get an official ASF alias for that, so resubmitted) |
|
No Yetus run; will push as a .patch |
| bills when it is not. | ||
|
|
||
| Before DynamoDB On-Demand was introduced, autoscaling was the sole form | ||
| of dynamic scaling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whitespace:end of line
|
💔 -1 overall
This message was automatically generated. |
This PR converts a hard-check that fails in case of regex-defined input if there is an overlap between regex-input and task-input, to a warning. Why? Because with Samza 1.0, rewrite is called multiple times to expand system descriptors, input descriptors, etc. This hard-check fails in this case causing deployment to stall. Therefore we convert it to a warning. NOTE: This now allows users to define stream config for their inputs which may overlap with regex-input. This was earlier explicitly disallowed by the hard-check. Author: rmatharu@linkedin.com <rmatharu@linkedin.com> Reviewers: Prateek Maheshwari <pmaheshwari@apache.org> Closes apache#731 from rmatharu/regexcheck
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
abandoning; moot now you don't need s3guard no more |
This is the first step for on-demand operations: things recognize when they are using on-demand tables,
as do the tests.
Branch-3.2 patch; test run failing for unrelated changes to the AbstractS3GuardToolTestBase test suite,
which highlight that we have enough S3Guard changes in trunk it's time to backport one by one.
Contributed by Steve Loughran.
Change-Id: I44cf87a2bd253b78c2d0414e4be20e920027c980