>From Murtadha Al Hubail <[email protected]>:

Attention is currently required from: Murtadha Al Hubail.
Hello Jenkins, Anon. E. Moose #1000171,

I'd like you to reexamine a change. Please visit

    https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17635

to look at the new patch set (#3).

Change subject: [ASTERIXDB-3221][REPL] Use IO scheduler for replication ops
......................................................................

[ASTERIXDB-3221][REPL] Use IO scheduler for replication ops

- user model changes: no
- storage format changes: no
- interface changes: no

Details:

- To allow concurrent replication operations, use the IO scheduler
  to schedule the operations using the exact same scheduling logic
  as the flush operations.
- Maximum concurrent replication operations = maximum concurrent flush
  operations.
- Allow connections to replicas to be recycled and reused by the
  replication operations and close them when no more pending operations.
- Do not halt on replicate operations failures since failures are
  expected and replicas can be re-synced.

Change-Id: I82aeb60381f90a254ca99274f7e9a38f64bc7a46
---
M 
asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/management/IndexReplicationManager.java
A 
asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/management/ReplicationOperation.java
M 
asterixdb/asterix-replication/src/main/java/org/apache/asterix/replication/api/ReplicationDestination.java
M 
asterixdb/asterix-app/src/main/java/org/apache/asterix/app/nc/HaltCallback.java
M 
hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/impls/AbstractAsynchronousScheduler.java
5 files changed, 268 insertions(+), 54 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/35/17635/3
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17635
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings

Gerrit-Project: asterixdb
Gerrit-Branch: neo
Gerrit-Change-Id: I82aeb60381f90a254ca99274f7e9a38f64bc7a46
Gerrit-Change-Number: 17635
Gerrit-PatchSet: 3
Gerrit-Owner: Murtadha Al Hubail <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Attention: Murtadha Al Hubail <[email protected]>
Gerrit-MessageType: newpatchset

Reply via email to