Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
added a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jannehietamaki committed Jul 21, 2010
1 parent 0bb67fc commit 78105a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public <T> T execute(DBConversation<T> conversation) {
try {
return getWriteTarget().execute(conversation);
} catch (Exception e) {
// TODO only try to find new master when error indicates this node is not a master
return findNewMaster().execute(conversation);
}
}
Expand Down

0 comments on commit 78105a9

Please sign in to comment.