Files
scylladb/api
Amnon Heiman 449f9af0db API: Use stream_range_as_array to return token endpoints
The token_to_endpoint map can get big that trying to convert it to a
vector will cause large allocation warning.

This patch replace the implementation, so the return json array will be
created directly from the map by using stream_range_as_array helper
function.

Fixes #3185

Message-Id: <20180207153306.30921-1-amnon@scylladb.com>
2018-02-12 15:24:07 +02:00
..
2018-01-21 14:00:27 +02:00
2017-02-01 14:39:08 +02:00
2016-04-08 08:12:47 +03:00