Home
last modified time | relevance | path

Searched refs:write_error (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c1644 if (err) goto write_error; in syncWithMaster()
1676 if (err) goto write_error; in syncWithMaster()
1704 if (err) goto write_error; in syncWithMaster()
1735 if (err) goto write_error; in syncWithMaster()
1763 if (err) goto write_error; in syncWithMaster()
1790 goto write_error; in syncWithMaster()
1880 write_error: /* Handle sendSynchronousCommand(SYNC_CMD_WRITE) errors. */ in syncWithMaster()
H A Dcluster.c5073 int write_error = 0; in migrateCommand() local
5141 write_error = 0; in migrateCommand()
5232 write_error = 1; in migrateCommand()
5381 write_error ? "writing" : "reading")); in migrateCommand()