summaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-fdbserver_TLogServer.actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'databases/foundationdb/files/patch-fdbserver_TLogServer.actor.cpp')
-rw-r--r--databases/foundationdb/files/patch-fdbserver_TLogServer.actor.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/foundationdb/files/patch-fdbserver_TLogServer.actor.cpp b/databases/foundationdb/files/patch-fdbserver_TLogServer.actor.cpp
deleted file mode 100644
index 73588fb017ef..000000000000
--- a/databases/foundationdb/files/patch-fdbserver_TLogServer.actor.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- fdbserver/TLogServer.actor.cpp.orig 2018-04-28 15:41:40 UTC
-+++ fdbserver/TLogServer.actor.cpp
-@@ -425,7 +425,7 @@ struct LogData : NonCopyable, public Ref
- tLogData->bytesDurable += bytesInput.getValue() - bytesDurable.getValue();
- TraceEvent("TLogBytesWhenRemoved", tli.id()).detail("sharedBytesInput", tLogData->bytesInput).detail("sharedBytesDurable", tLogData->bytesDurable).detail("localBytesInput", bytesInput.getValue()).detail("localBytesDurable", bytesDurable.getValue());
-
-- ASSERT(tLogData->bytesDurable <= tLogData->bytesInput);
-+ ASSERT_ABORT(tLogData->bytesDurable <= tLogData->bytesInput);
- endRole(tli.id(), "TLog", "Error", true);
-
- if(!tLogData->terminated) {