Skip to content
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

bigtable/use-cases/fraudDetection test(s) are failing #8964

Open
minherz opened this issue Jan 2, 2024 · 0 comments
Open

bigtable/use-cases/fraudDetection test(s) are failing #8964

minherz opened this issue Jan 2, 2024 · 0 comments
Assignees
Labels
api: bigtable Issues related to the Bigtable API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. triage me I really want to be triaged. type: process A process-related concern. May include testing, release, or the like.

Comments

@minherz
Copy link
Contributor

minherz commented Jan 2, 2024

Description

After the dependency upgrades in #8919 one or more tests under bigtable/use-cases/fraudDetection fail in Java 11 (sponge) and Java 17 (sponge).

Based on the errors:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.hadoop.hbase.util.UnsafeAvailChecker (file:/root/.m2/repository/org/apache/hbase/hbase-shaded-client/1.7.2/hbase-shaded-client-1.7.2.jar) to method java.nio.Bits.unaligned()
WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.util.UnsafeAvailChecker
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 752.254 sec <<< FAILURE!
testFraudulentTransactions(StreamingPipelineTest)  Time elapsed: 1.759 sec  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/api/services/storage/model/Bucket$ObjectRetention
	at com.google.cloud.storage.JsonConversions.(JsonConversions.java:120)
	at com.google.cloud.storage.JsonConversions.(JsonConversions.java:89)

it is hard to determine the source of the problem.

@minherz minherz added type: process A process-related concern. May include testing, release, or the like. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. triage me I really want to be triaged. labels Jan 2, 2024
@product-auto-label product-auto-label bot added api: bigtable Issues related to the Bigtable API. samples Issues that are directly related to samples. labels Jan 2, 2024
@minherz minherz mentioned this issue Jan 2, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. triage me I really want to be triaged. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

4 participants
@minherz @billyjacobson @bhshkh and others