Fixed some errors in .github/CODEOWNERS (which is used by Github to recommend who should review which pull request), and also add a few additional ownerships I thought of. This file could still use more work - if you can think of specific files or directories you'd like to review changes in, please send a patch for this file to add yourself to the appropriate paths. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210929141118.378930-1-nyh@scylladb.com>
98 lines
1.8 KiB
Plaintext
98 lines
1.8 KiB
Plaintext
# AUTH
|
|
auth/* @elcallio @vladzcloudius
|
|
|
|
# CACHE
|
|
row_cache* @tgrabiec @haaawk
|
|
*mutation* @tgrabiec @haaawk
|
|
test/boost/mvcc* @tgrabiec @haaawk
|
|
|
|
# CDC
|
|
cdc/* @haaawk @kbr- @elcallio @piodul @jul-stas
|
|
test/cql/cdc_* @haaawk @kbr- @elcallio @piodul @jul-stas
|
|
test/boost/cdc_* @haaawk @kbr- @elcallio @piodul @jul-stas
|
|
|
|
# COMMITLOG / BATCHLOG
|
|
db/commitlog/* @elcallio
|
|
db/batch* @elcallio
|
|
|
|
# COORDINATOR
|
|
service/storage_proxy* @gleb-cloudius
|
|
|
|
# COMPACTION
|
|
compaction/* @raphaelsc @nyh
|
|
|
|
# CQL TRANSPORT LAYER
|
|
transport/*
|
|
|
|
# CQL QUERY LANGUAGE
|
|
cql3/* @tgrabiec @psarna @cvybhu
|
|
|
|
# COUNTERS
|
|
counters* @haaawk @jul-stas
|
|
tests/counter_test* @haaawk @jul-stas
|
|
|
|
# GOSSIP
|
|
gms/* @tgrabiec @asias
|
|
|
|
# DOCKER
|
|
dist/docker/*
|
|
|
|
# LSA
|
|
utils/logalloc* @tgrabiec
|
|
|
|
# MATERIALIZED VIEWS
|
|
db/view/* @nyh @psarna
|
|
cql3/statements/*view* @nyh @psarna
|
|
test/boost/view_* @nyh @psarna
|
|
|
|
# PACKAGING
|
|
dist/* @syuu1228
|
|
|
|
# REPAIR
|
|
repair/* @tgrabiec @asias @nyh
|
|
|
|
# SCHEMA MANAGEMENT
|
|
db/schema_tables* @tgrabiec @nyh
|
|
db/legacy_schema_migrator* @tgrabiec @nyh
|
|
service/migration* @tgrabiec @nyh
|
|
schema* @tgrabiec @nyh
|
|
|
|
# SECONDARY INDEXES
|
|
db/index/* @nyh @psarna
|
|
cql3/statements/*index* @nyh @psarna
|
|
test/boost/*index* @nyh @psarna
|
|
|
|
# SSTABLES
|
|
sstables/* @tgrabiec @raphaelsc @nyh
|
|
|
|
# STREAMING
|
|
streaming/* @tgrabiec @asias
|
|
service/storage_service.* @tgrabiec @asias
|
|
|
|
# ALTERNATOR
|
|
alternator/* @nyh @psarna
|
|
test/alternator/* @nyh @psarna
|
|
|
|
# HINTED HANDOFF
|
|
db/hints/* @haaawk @piodul @vladzcloudius
|
|
|
|
# REDIS
|
|
redis/* @nyh @syuu1228
|
|
test/redis/* @nyh @syuu1228
|
|
|
|
# READERS
|
|
reader_* @denesb
|
|
querier* @denesb
|
|
test/boost/mutation_reader_test.cc @denesb
|
|
test/boost/querier_cache_test.cc @denesb
|
|
|
|
# PYTEST-BASED CQL TESTS
|
|
test/cql-pytest/* @nyh
|
|
|
|
# RAFT
|
|
raft/* @kbr- @gleb-cloudius @kostja
|
|
test/raft/* @kbr- @gleb-cloudius @kostja
|
|
|
|
# HEAT-WEIGHTED LOAD BALANCING
|
|
db/heat_load_balance.* @nyh @gleb-cloudius
|