Commit Graph

663 Commits (69098070685d4cf96c48b5f7f62f5d9c0f8b7823)
 

Author SHA1 Message Date
Vitaliy Filippov 6909807068 Allow to start the OSD just to flush the journal completely 2 years ago
Vitaliy Filippov ec90fe6ec1 Release 0.5.13 2 years ago
Vitaliy Filippov 18c72f4835 Correct reenterability fix (now verified with a test) 2 years ago
Vitaliy Filippov 59fbcef734 Release 0.5.12 2 years ago
Vitaliy Filippov 40b7c21fb1 Followup to 307c1731c1 - fix mark_stable 2 years ago
Vitaliy Filippov efb3678606 Fix qemu-img broken in 0.5.11 2 years ago
Vitaliy Filippov 462650134e Release 0.5.11 2 years ago
Vitaliy Filippov 8d87e32175 Fix msgr_op.h includes 2 years ago
Vitaliy Filippov b0b2e7df3c Fix use-after-free in keepalive_timer and rework stop_client() 2 years ago
Vitaliy Filippov 97efb9e299 Do not crash on PG re-peering events when operations are in progress 2 years ago
Vitaliy Filippov f6d705383a Fix client connection recovery bugs, add dirty_ops limit 2 years ago
Vitaliy Filippov 68567c0e1f Fix messenger possibly trying to connect to the same OSD twice 2 years ago
Vitaliy Filippov 04b00003e9 Log ping failures 2 years ago
Vitaliy Filippov 307c1731c1 Forget all dirty_entries before stable big_write or delete during initialisation 2 years ago
Vitaliy Filippov 75a6a556b5 Shuffle PGs for better data device utilisation 2 years ago
Vitaliy Filippov a48e2bbf18 Fix write replay ordering when immediate_commit != all 2 years ago
Vitaliy Filippov 688821665a Remove stoull_full() from etcd_state_client.cpp 2 years ago
Vitaliy Filippov 3e162d95a0 Remove http_client.h include from etcd_state_client.h 2 years ago
Vitaliy Filippov 829381b335 Extract some definitions to msgr_op.{cpp,h} 2 years ago
Vitaliy Filippov 54f2353f24 Use bitmap granularity for alignment checks 2 years ago
Vitaliy Filippov e47f6fba60 Remove cluster_client_t::stop() 2 years ago
Vitaliy Filippov 883bf84a16 Fix build 2 years ago
Vitaliy Filippov 52097c4856 Stop flushing when less than min_flusher_count operations are available (unless a trim is forced) 2 years ago
Vitaliy Filippov e1355cbc74 Report failed operation name in cluster_client 2 years ago
Vitaliy Filippov 8f8b90be7a Add min_flusher_count configuration 2 years ago
Vitaliy Filippov ad9f619370 Skip double allocs when reading journal 2 years ago
Vitaliy Filippov f4769ba7c7 Collapse create+delete journal entry pairs if they're already flushed 2 years ago
Vitaliy Filippov 843b7052d2 Add an assertion when clearing deleted metadata entries, add debug details when freeing blocks 2 years ago
Vitaliy Filippov df99e232ee Deduplicate osd_sets in pg history + raise request size limit for etcd 2 years ago
Vitaliy Filippov 3a40fa4127 Fix monitor errors in case of OSD removal 2 years ago
Vitaliy Filippov 4095bcc558 Do not ignore object deletion journal entries when they are preceded by a big write 2 years ago
Vitaliy Filippov 564d64e271 Add some details for debug prints 2 years ago
Vitaliy Filippov cf54741c95 Followup to 05db1308aa 2 years ago
Vitaliy Filippov 18a5fafa2a Fix rollback 2 years ago
Vitaliy Filippov 06f4978085 Fix fsync check in blockstore_flush (data fsyncs were disabled instead of journal fsyncs) 2 years ago
Vitaliy Filippov 7ebf1588c5 Check for immediate_commit==small in the OSD code 2 years ago
Vitaliy Filippov b0ad1e1e6d Remember writes as "unsynced" only after completing them 2 years ago
Vitaliy Filippov 0949f08407 Extract osd_primary write and sync code into separate files 2 years ago
Vitaliy Filippov 04a1f18fa5 Assign .req as a whole to always zero out the remaining part 2 years ago
Vitaliy Filippov cf9a641d66 Skip disconnected OSDs during sync 2 years ago
Vitaliy Filippov 05db1308aa Fix two potential read/write ordering problems (even though not yet seen in tests) 2 years ago
Vitaliy Filippov 98b54ca948 Don't try to "recover" misplaced objects if it would make them degraded 2 years ago
Vitaliy Filippov 23225c5e62 Do not run ping on clients that are not yet connected 2 years ago
Vitaliy Filippov 7e6e1a5a82 Release 0.5.10 2 years ago
Vitaliy Filippov 435045751d Delete objects only after a SYNC during rebalance in the non-immediate_commit mode 2 years ago
Vitaliy Filippov c5fb1d5987 Do not duplicate blockstore operations when io_uring fills up 2 years ago
Vitaliy Filippov 9f59381bea Re-distribute PG primaries over OSDs that come up after a short downtime 2 years ago
Vitaliy Filippov 9ac7e75178 Allow to specify etcd URLs for OSDs with http://, do not die with a strange error if -etcd option is missing for fio 2 years ago
Vitaliy Filippov 88671cf745 Fix a bug causing all flushers to wait for an fsync without actually trying to do it 2 years ago
Vitaliy Filippov fe1749c427 Fix the multiple_interrupted_rebalance test 2 years ago