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

[CASSANDRA-14070] Added new method to return CQL List #177

Closed
wants to merge 1 commit into from

Conversation

himani1
Copy link

@himani1 himani1 commented Nov 22, 2017

No description provided.

@himani1 himani1 changed the title Added new method to return CQL List [CASSANDRA-14070] Added new method to return CQL List Nov 27, 2017
blambov pushed a commit to blambov/cassandra that referenced this pull request Jul 13, 2021
…usage (apache#177)

* STAR-745: Add BloomFilter global memory limit

Added a memory limiter which is a global instance (static field in BloomFilter) which monitors
the total memory used by all created (and deserialized) Bloom filters. When the limit is reached
we return a dummy always-true filter with a log error message.

* STAR-745: Recreate Bloom filter on startup

In certain situations BF will be recreated on startup (for example, if FP chance changed
more than the defined tolerance).

Reviewed by: Daniel Jatnieks <jatnieks@pobox.com>

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
(cherry picked from commit c1a2595)
blambov pushed a commit to blambov/cassandra that referenced this pull request Aug 31, 2021
…usage (apache#177)

* STAR-745: Add BloomFilter global memory limit

Added a memory limiter which is a global instance (static field in BloomFilter) which monitors
the total memory used by all created (and deserialized) Bloom filters. When the limit is reached
we return a dummy always-true filter with a log error message.

* STAR-745: Recreate Bloom filter on startup

In certain situations BF will be recreated on startup (for example, if FP chance changed
more than the defined tolerance).

Reviewed by: Daniel Jatnieks <jatnieks@pobox.com>

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
(cherry picked from commit c1a2595)
(cherry picked from commit a75b01a)
jacek-lewandowski added a commit to jacek-lewandowski/cassandra that referenced this pull request Mar 7, 2022
…usage (apache#177)

* STAR-745: Add BloomFilter global memory limit

Added a memory limiter which is a global instance (static field in BloomFilter) which monitors
the total memory used by all created (and deserialized) Bloom filters. When the limit is reached
we return a dummy always-true filter with a log error message.

* STAR-745: Recreate Bloom filter on startup

In certain situations BF will be recreated on startup (for example, if FP chance changed
more than the defined tolerance).

Reviewed by: Daniel Jatnieks <jatnieks@pobox.com>

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
(cherry picked from commit c1a2595)
(cherry picked from commit a75b01a)
(cherry picked from commit de52f5c)
@himani1 himani1 closed this Mar 10, 2022
@himani1 himani1 deleted the patch branch March 10, 2022 02:29
blambov pushed a commit to blambov/cassandra that referenced this pull request Mar 21, 2022
…usage (apache#177)

* STAR-745: Add BloomFilter global memory limit

Added a memory limiter which is a global instance (static field in BloomFilter) which monitors
the total memory used by all created (and deserialized) Bloom filters. When the limit is reached
we return a dummy always-true filter with a log error message.

* STAR-745: Recreate Bloom filter on startup

In certain situations BF will be recreated on startup (for example, if FP chance changed
more than the defined tolerance).

Reviewed by: Daniel Jatnieks <jatnieks@pobox.com>

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
(cherry picked from commit c1a2595)
(cherry picked from commit a75b01a)
(cherry picked from commit de52f5c)
blambov pushed a commit to blambov/cassandra that referenced this pull request Jun 13, 2022
…usage (apache#177)

* STAR-745: Add BloomFilter global memory limit

Added a memory limiter which is a global instance (static field in BloomFilter) which monitors
the total memory used by all created (and deserialized) Bloom filters. When the limit is reached
we return a dummy always-true filter with a log error message.

* STAR-745: Recreate Bloom filter on startup

In certain situations BF will be recreated on startup (for example, if FP chance changed
more than the defined tolerance).

Reviewed by: Daniel Jatnieks <jatnieks@pobox.com>

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
(cherry picked from commit c1a2595)
(cherry picked from commit a75b01a)
(cherry picked from commit de52f5c)
(cherry picked from commit 1a0ae2c)
blambov pushed a commit to blambov/cassandra that referenced this pull request Nov 24, 2022
…usage (apache#177)

* STAR-745: Add BloomFilter global memory limit

Added a memory limiter which is a global instance (static field in BloomFilter) which monitors
the total memory used by all created (and deserialized) Bloom filters. When the limit is reached
we return a dummy always-true filter with a log error message.

* STAR-745: Recreate Bloom filter on startup

In certain situations BF will be recreated on startup (for example, if FP chance changed
more than the defined tolerance).

Reviewed by: Daniel Jatnieks <jatnieks@pobox.com>

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
(cherry picked from commit c1a2595)
(cherry picked from commit a75b01a)
(cherry picked from commit de52f5c)
(cherry picked from commit 1a0ae2c)
(cherry picked from commit 191305d)
adelapena pushed a commit to adelapena/cassandra that referenced this pull request Sep 26, 2023
…usage (apache#177)

* STAR-745: Add BloomFilter global memory limit

Added a memory limiter which is a global instance (static field in BloomFilter) which monitors
the total memory used by all created (and deserialized) Bloom filters. When the limit is reached
we return a dummy always-true filter with a log error message.

* STAR-745: Recreate Bloom filter on startup

In certain situations BF will be recreated on startup (for example, if FP chance changed
more than the defined tolerance).

Reviewed by: Daniel Jatnieks <jatnieks@pobox.com>

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
(cherry picked from commit c1a2595)
(cherry picked from commit a75b01a)
(cherry picked from commit de52f5c)
(cherry picked from commit 1a0ae2c)
(cherry picked from commit 191305d)
(cherry picked from commit 140d446)
(cherry picked from commit ed14633)
mike-tr-adamson pushed a commit to mike-tr-adamson/cassandra that referenced this pull request Nov 6, 2023
…usage (apache#177)

* STAR-745: Add BloomFilter global memory limit

Added a memory limiter which is a global instance (static field in BloomFilter) which monitors
the total memory used by all created (and deserialized) Bloom filters. When the limit is reached
we return a dummy always-true filter with a log error message.

* STAR-745: Recreate Bloom filter on startup

In certain situations BF will be recreated on startup (for example, if FP chance changed
more than the defined tolerance).

Reviewed by: Daniel Jatnieks <jatnieks@pobox.com>

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
(cherry picked from commit c1a2595)
(cherry picked from commit a75b01a)
(cherry picked from commit de52f5c)
(cherry picked from commit 1a0ae2c)
(cherry picked from commit 191305d)
(cherry picked from commit 140d446)
(cherry picked from commit ed14633)
(cherry picked from commit 82e6816)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant