unsplit icon indicating copy to clipboard operation
unsplit copied to clipboard

Resolves conflicts in Mnesia after network splits

Results 9 unsplit issues
Sort by recently updated
recently updated
newest added

rebar3 now complains if kernel or stdlib is missing from app.src files.

Hey @uwiger, I am currently trying to get a grasp on mnesia and related techniques for inconsistency resolution between erlang nodes in a cluster after netsplits (I am OK with...

Added the ability to plug in a log function in place of the existing calls to io:fwrite and error_logger:format. The details are as follows: (1) Added two new types to...

Hello, I found an issue when two nodes splits and each of ones added a key to a table. In your code you get keys just from a local node....

unsplit_server line 254 [_] = A = mnesia:read({Tab,K}), % assert that A is non-empty crashes if table is of type bag and has more than one record for key=K.

Hello, I'm planning to add a feature to 'unsplit' that allows me to plug in a logging function other than io:fwrite (e.g., lager or something custom), with the plugged-in function...

If unsplit doesn't find reconciliation logic for all affected tables, it should probably not do anything, but just leave things as they are - that is, do not merge the...

In general, invent more interesting test scenarios