You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/IndexingByIndex.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ private Index getSourceIndex(RecordMetaData metaData) {
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/IndexingCommon.java
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/IndexingHeartbeat.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -39,20 +39,20 @@
39
39
40
40
publicclassIndexingHeartbeat {
41
41
// [prefix, xid] -> [indexing-type, genesis time, heartbeat time]
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/OnlineIndexer.java
+25-8Lines changed: 25 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -439,7 +439,11 @@ public void mergeIndex() {
439
439
* the lock.
440
440
* @return a future that will be ready when the lock is released
441
441
* @see SynchronizedSession#endAnySession
442
+
* @deprecated synchronized build was replaced. The functionality of this function can be done with {@link #blockIndexBuilds}
442
443
*/
444
+
@API(API.Status.DEPRECATED)
445
+
@SuppressWarnings("PMD.AvoidUsingHardCodedIP") // version is not IP
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/test/java/com/apple/foundationdb/record/provider/foundationdb/OnlineIndexerBuildIndexTest.java
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/test/java/com/apple/foundationdb/record/provider/foundationdb/OnlineIndexingHeartbeatTest.java
0 commit comments