Groups
Groups
Sign in
Groups
Groups
ScyllaDB development
Conversations
About
Send feedback
Help
ScyllaDB development
Contact owners and managers
1–30 of 40709
Mark all as read
Report group
0 selected
Ihor Zashchelkin
, …
Christian Sp
5
Aug 27
Proposal: replication_local_dc_only option for NetworkTopologyStrategy
How would we know if other users would use it too? I think it is not the kind of feature request
unread,
Proposal: replication_local_dc_only option for NetworkTopologyStrategy
How would we know if other users would use it too? I think it is not the kind of feature request
Aug 27
Muthuraj Ramalinga kumar
Aug 15
seastar http2 support
Hi, I have started work on seastar http2 support. https://github.com/scylladb/seastar/pull/2886 This
unread,
seastar http2 support
Hi, I have started work on seastar http2 support. https://github.com/scylladb/seastar/pull/2886 This
Aug 15
Amnon Heiman
Jul 21
[RELEASE] ScyllaDB Monitoring Stack 4.11.0
https://forum.scylladb.com/t/release-scylladb-monitoring-stack-4-11-0/5004
unread,
[RELEASE] ScyllaDB Monitoring Stack 4.11.0
https://forum.scylladb.com/t/release-scylladb-monitoring-stack-4-11-0/5004
Jul 21
Raafat FOUAD
Jun 24
Application for Customer Service Agent Position
Dear Team, I hope this message finds you well. My name is Raafat Fouad, and I'm reaching out to
unread,
Application for Customer Service Agent Position
Dear Team, I hope this message finds you well. My name is Raafat Fouad, and I'm reaching out to
Jun 24
Amnon Heiman
Jun 5
[RELEASE] ScyllaDB Monitoring Stack 4.10.0
https://forum.scylladb.com/t/release-scylladb-monitoring-4-10-0/4880
unread,
[RELEASE] ScyllaDB Monitoring Stack 4.10.0
https://forum.scylladb.com/t/release-scylladb-monitoring-4-10-0/4880
Jun 5
Gleb Natapov
, …
Avi Kivity
4
Apr 7
[PATCH v1 0/4] Fixes for gossiper conversion to host id
Queueueueueueud On Mon, 2025-04-07 at 10:26 +0300, 'Gleb Natapov' via ScyllaDB development
unread,
[PATCH v1 0/4] Fixes for gossiper conversion to host id
Queueueueueueud On Mon, 2025-04-07 at 10:26 +0300, 'Gleb Natapov' via ScyllaDB development
Apr 7
Gleb Natapov
Apr 7
[PATCH v1 2/4] gossiper: move force_remove_endpoint to work on host id
Since the gossiper works on host ids now it is incorrect to leave this function to work on ip. It
unread,
[PATCH v1 2/4] gossiper: move force_remove_endpoint to work on host id
Since the gossiper works on host ids now it is incorrect to leave this function to work on ip. It
Apr 7
Gleb Natapov
Apr 7
[PATCH v1 1/4] gossiper: do not send outdated endpoint in gossiper round
Now that the gossiper map is id based there can be a situation where two entries have the same ip,
unread,
[PATCH v1 1/4] gossiper: do not send outdated endpoint in gossiper round
Now that the gossiper map is id based there can be a situation where two entries have the same ip,
Apr 7
Gleb Natapov
Apr 7
[PATCH v1 3/4] gossiper: change make_random_gossip_digest to return value instead of modifying passed parameter
--- gms/gossiper.hh | 3 +-- gms/gossiper.cc | 7 ++++--- 2 files changed, 5 insertions(+), 5 deletions
unread,
[PATCH v1 3/4] gossiper: change make_random_gossip_digest to return value instead of modifying passed parameter
--- gms/gossiper.hh | 3 +-- gms/gossiper.cc | 7 ++++--- 2 files changed, 5 insertions(+), 5 deletions
Apr 7
Gleb Natapov
Apr 7
[PATCH v1 4/4] gossiper: send newest entry in a digest message
In cases where two entries have the same ip address send information only for the newest one. Now we
unread,
[PATCH v1 4/4] gossiper: send newest entry in a digest message
In cases where two entries have the same ip address send information only for the newest one. Now we
Apr 7
Gleb Natapov
,
Avi Kivity
45
Apr 2
[PATCH v1 07/18] storage_service: make candidates_for_removal host id based
Queueueueueueued On Wed, 2025-04-02 at 10:33 +0300, 'Gleb Natapov' via ScyllaDB development
unread,
[PATCH v1 07/18] storage_service: make candidates_for_removal host id based
Queueueueueueued On Wed, 2025-04-02 at 10:33 +0300, 'Gleb Natapov' via ScyllaDB development
Apr 2
Gleb Natapov
2
Apr 2
[PATCH v1 03/18] gossiper: do not allow to assassinate endpoint in raft topology mode
It does nothing but harm in raft topology mode. --- gms/gossiper.cc | 3 +++ 1 file changed, 3
unread,
[PATCH v1 03/18] gossiper: do not allow to assassinate endpoint in raft topology mode
It does nothing but harm in raft topology mode. --- gms/gossiper.cc | 3 +++ 1 file changed, 3
Apr 2
Gleb Natapov
,
Avi Kivity
4
Mar 31
[PATCH v1 06/18] gossiper: use peers table to detect address change
On Mon, 2025-03-31 at 13:48 +0300, Gleb Natapov wrote: + auto units = co_await get_units(lock, 1); +
unread,
[PATCH v1 06/18] gossiper: use peers table to detect address change
On Mon, 2025-03-31 at 13:48 +0300, Gleb Natapov wrote: + auto units = co_await get_units(lock, 1); +
Mar 31
Gleb Natapov
Mar 31
[PATCH v1 01/18] gossiper: do not allow to assassinate non existing endpoint
We assume that all endpoint states have HOST_ID set or the host id is available locally, but the
unread,
[PATCH v1 01/18] gossiper: do not allow to assassinate non existing endpoint
We assume that all endpoint states have HOST_ID set or the host id is available locally, but the
Mar 31
Gleb Natapov
Mar 31
[PATCH v1 04/18] gossiper: move _pending_mark_alive_endpoints to host id
Index _pending_mark_alive_endpoints map by host id instead of ip --- gms/gossiper.hh | 2 +- gms/
unread,
[PATCH v1 04/18] gossiper: move _pending_mark_alive_endpoints to host id
Index _pending_mark_alive_endpoints map by host id instead of ip --- gms/gossiper.hh | 2 +- gms/
Mar 31
Gleb Natapov
Mar 31
[PATCH v1 02/18] gossiper: fix indentation after previous patch
--- gms/gossiper.cc | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24
unread,
[PATCH v1 02/18] gossiper: fix indentation after previous patch
--- gms/gossiper.cc | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24
Mar 31
Gleb Natapov
,
Avi Kivity
5
Mar 25
[PATCH] messaging_service: do not call uninitialized _address_to_host_id_mapper std::function
If it doesn't happen, how can it fix a serious bug? Obviously you expect it to happen. Ah, the
unread,
[PATCH] messaging_service: do not call uninitialized _address_to_host_id_mapper std::function
If it doesn't happen, how can it fix a serious bug? Obviously you expect it to happen. Ah, the
Mar 25
Gleb Natapov
, …
Avi Kivity
86
Mar 13
[PATCH v1 00/33] convert some parts of the gossiper to host ids
Queued On Thu, 2025-03-13 at 12:03 +0200, 'Gleb Natapov' via ScyllaDB development wrote: This
unread,
[PATCH v1 00/33] convert some parts of the gossiper to host ids
Queued On Thu, 2025-03-13 at 12:03 +0200, 'Gleb Natapov' via ScyllaDB development wrote: This
Mar 13
Gleb Natapov
, …
Avi Kivity
8
Mar 12
[PATCH v1 02/33] storage_service: drop outdated code that checks id raft topology should be used
On Sun, 2025-03-09 at 16:27 +0200, Gleb Natapov wrote: On Sun, Mar 09, 2025 at 04:24:48PM +0200, Avi
unread,
[PATCH v1 02/33] storage_service: drop outdated code that checks id raft topology should be used
On Sun, 2025-03-09 at 16:27 +0200, Gleb Natapov wrote: On Sun, Mar 09, 2025 at 04:24:48PM +0200, Avi
Mar 12
Gleb Natapov
,
Benny Halevy
3
Feb 27
[PATCH v1 01/33] gossiper: drop unused field from loaded_endpoint_state
On Thu, Feb 27, 2025 at 01:11:11PM +0200, Benny Halevy wrote: > Is STATUS set somewhere else on a
unread,
[PATCH v1 01/33] gossiper: drop unused field from loaded_endpoint_state
On Thu, Feb 27, 2025 at 01:11:11PM +0200, Benny Halevy wrote: > Is STATUS set somewhere else on a
Feb 27
Gleb Natapov
Feb 24
[PATCH v1 03/33] gossiper: do not ping outdated address
A node may change its IP but some other node in the cluster may still try to ping it using an old IP
unread,
[PATCH v1 03/33] gossiper: do not ping outdated address
A node may change its IP but some other node in the cluster may still try to ping it using an old IP
Feb 24
Gleb Natapov
Feb 24
[PATCH v1 04/33] table: use host id based get_endpoint_state_ptr and skip id->ip translation
--- replica/table.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/replica/
unread,
[PATCH v1 04/33] table: use host id based get_endpoint_state_ptr and skip id->ip translation
--- replica/table.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/replica/
Feb 24
Raphael S. Carvalho
2
Feb 23
[PATCH] Revert "test: Use linux-aio backend again on seastar-based tests"
Please ignore this patch, I was just testing my git-send-mail again. On Sun, Feb 23, 2025 at 8:08 PM
unread,
[PATCH] Revert "test: Use linux-aio backend again on seastar-based tests"
Please ignore this patch, I was just testing my git-send-mail again. On Sun, Feb 23, 2025 at 8:08 PM
Feb 23
Gleb Natapov
,
Kamil Braun
14
Jan 27
[PATCH v1 0/2] Do not update topology on address change
Please send as GitHub PR, 2025.1 is branched and we'll need to backport this On 1/27/25 10:19 AM,
unread,
[PATCH v1 0/2] Do not update topology on address change
Please send as GitHub PR, 2025.1 is branched and we'll need to backport this On 1/27/25 10:19 AM,
Jan 27
Gleb Natapov
, …
Asias He
153
Jan 17
[PATCH v1 10/56] gossiper: add get_endpoint_state_ptr() function that works on host id
On Thu, Jan 16, 2025 at 6:02 PM 'Gleb Natapov' via ScyllaDB development <scylladb-dev@
unread,
[PATCH v1 10/56] gossiper: add get_endpoint_state_ptr() function that works on host id
On Thu, Jan 16, 2025 at 6:02 PM 'Gleb Natapov' via ScyllaDB development <scylladb-dev@
Jan 17
Gleb Natapov
,
Kamil Braun
4
Jan 16
[PATCH v1 01/56] service: address_map: add lookup function that expects address to exist
We will add code that expects id to ip mapping to exist. If it does not it is better to fail earlier
unread,
[PATCH v1 01/56] service: address_map: add lookup function that expects address to exist
We will add code that expects id to ip mapping to exist. If it does not it is better to fail earlier
Jan 16
Gleb Natapov
, …
Dawid Medrek
4
Jan 16
[PATCH v1 02/56] hints: simplify can_send() function
Since there is gossiper::is_alive version that works on host_id now there is no need to convert
unread,
[PATCH v1 02/56] hints: simplify can_send() function
Since there is gossiper::is_alive version that works on host_id now there is no need to convert
Jan 16
Gleb Natapov
,
Kamil Braun
6
Jan 14
[PATCH v1 03/56] api: do not use token_metadata to retrieve ip to id mapping in token_metadata RESTful endpoints
On Tue, Jan 14, 2025 at 11:45:28AM +0200, Gleb Natapov wrote: > On Tue, Jan 14, 2025 at 10:38:45AM
unread,
[PATCH v1 03/56] api: do not use token_metadata to retrieve ip to id mapping in token_metadata RESTful endpoints
On Tue, Jan 14, 2025 at 11:45:28AM +0200, Gleb Natapov wrote: > On Tue, Jan 14, 2025 at 10:38:45AM
Jan 14
Gleb Natapov
,
Kamil Braun
3
Jan 14
[PATCH v1 06/56] view: do not use get_endpoint_for_host_id_if_known to check if a node is part of the topology
On Mon, Jan 13, 2025 at 04:31:58PM +0100, Kamil Braun wrote: > > > On 1/13/25 9:06 AM, '
unread,
[PATCH v1 06/56] view: do not use get_endpoint_for_host_id_if_known to check if a node is part of the topology
On Mon, Jan 13, 2025 at 04:31:58PM +0100, Kamil Braun wrote: > > > On 1/13/25 9:06 AM, '
Jan 14
Gleb Natapov
,
Kamil Braun
2
Jan 13
[PATCH v1 05/56] hints: use gossiper to map ip to id in wait_for_sync_point
Piotr or Dawid, please review On 1/13/25 9:06 AM, 'Gleb Natapov' via ScyllaDB development
unread,
[PATCH v1 05/56] hints: use gossiper to map ip to id in wait_for_sync_point
Piotr or Dawid, please review On 1/13/25 9:06 AM, 'Gleb Natapov' via ScyllaDB development
Jan 13