Loading src/client.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,6 @@ void client::store_stripe(uint64_t group_id, uint32_t stripe_index, if (p.sent && !p.local) ++remaining; } std::cerr << "[PARITY] store_stripe: Phase 2 collecting " << remaining << " responses" << std::endl; } // Pump all connections once — data may already be buffered from Phase 1 for (auto& p : pending) { Loading Loading
src/client.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,6 @@ void client::store_stripe(uint64_t group_id, uint32_t stripe_index, if (p.sent && !p.local) ++remaining; } std::cerr << "[PARITY] store_stripe: Phase 2 collecting " << remaining << " responses" << std::endl; } // Pump all connections once — data may already be buffered from Phase 1 for (auto& p : pending) { Loading