Sumedh Pathak
Sumedh Pathak
I spent some time looking at this, and it appears our membership-manager might be the culprit: https://github.com/citusdata/membership-manager/blob/master/manager.py#L31. A stop seems to be triggering the remove_node() method, which deletes data from...
Hi there! Could you add some context on the situation when you run into this issue? Since this is in the Docker repo, I presume you encounter this in a...
The other comment we discussed was to add this behind a feature flag, so we could toggle this off in case there is an issue.
It's not clear to me the node is available for reads/writes. See https://github.com/citusdata/citus/blob/632d0c675a59bfa3d052f993b8386c9243ca26ab/src/backend/distributed/executor/multi_task_tracker_executor.c#L204. In another call, it appears concurrent index creation also may not work. Do you know if this...
If Router queries can still hit the node, does that also include INSERT's/UPDATEs etc? If so, then it defeats the purpose of disable node? This seems like usable for append-only...
@velioglu Could you provide an amended set of instructions? Does following the instructions on docs right now cause an issue?
Yep, we should capture any limitations in the Docs as well. Thanks! On Fri, Oct 19, 2018 at 12:31 AM Önder Kalacı wrote: > Just FYI: > > PostgreSQL 11...