| Chunk |
|---|
| Conflicting content |
|---|
public void syncClusterTimes() {
// We don't need to do this if there is only one site
if (this.num_sites == 1) return;
<<<<<<< HEAD
final CountDownLatch latch = new CountDownLatch(this.num_sites);
=======
final CountDownLatch latch = new CountDownLatch(this.num_sites-1);
>>>>>>> a3dd12fc25542886d6654a70cc7b839a57f500eb
final Map |
| Solution content |
|---|
public void syncClusterTimes() {
// We don't need to do this if there is only one site
if (this.num_sites == 1) return;
final CountDownLatch latch = new CountDownLatch(this.num_sites-1);
final Map |
| File |
|---|
| HStoreCoordinator.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Method invocation |
| Variable |