Skip to content

Commit d56a9ae

Browse files
committed
PHOENIX-7567 Replication Log Writer (Synchronous mode)
1 parent 27f732b commit d56a9ae

File tree

5 files changed

+1232
-3
lines changed

5 files changed

+1232
-3
lines changed

phoenix-core-server/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
<artifactId>omid-commit-table</artifactId>
123123
</dependency>
124124

125-
126125
<!-- Other dependencies -->
127126
<dependency>
128127
<groupId>org.antlr</groupId>
@@ -180,6 +179,10 @@
180179
<groupId>com.google.code.findbugs</groupId>
181180
<artifactId>jsr305</artifactId>
182181
</dependency>
182+
<dependency>
183+
<groupId>com.lmax</groupId>
184+
<artifactId>disruptor</artifactId>
185+
</dependency>
183186
</dependencies>
184187

185188
<build>

0 commit comments

Comments
 (0)