DBZ-848 Adding Tautvydas Januskevicius to COPYRIGHT.txt

This commit is contained in:
Gunnar Morling 2018-12-11 12:00:53 +01:00
parent addf13ca06
commit 5aeb589932
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ Sherafudheen PM
Stanley Shyiko
Stephen Powis
Steven Siahetiong
Tautvydas Januskevicius
Tom Bentley
WenZe Hu
Willie Cheong

View File

@ -451,8 +451,8 @@ protected boolean handleOplogEvent(ServerAddress primaryAddress, Document event)
}
ServerAddress serverAddress = address.get();
//primary switch will be handled automatically by MongoDB driver
if (serverAddress != null && !serverAddress.equals(primaryAddress)) {
//primary switch will be handled automatically by mongo driver.
logger.info("Found new primary event in oplog, so stopping use of {} to continue with new primary {}",
primaryAddress, serverAddress);
} else {