Skip to content

Commit

Permalink
ENG-3239. Remove repeated log.
Browse files Browse the repository at this point in the history
Summary: Remove a repeated tserver log taking up disk space.

Test Plan:
Jenkins: compile-only

Reviewers: bharat

Reviewed By: bharat

Subscribers: ybase

Differential Revision: https://phabricator.dev.yugabyte.com/D4788
  • Loading branch information
rahuldesirazu committed May 10, 2018
1 parent 06f1feb commit f2995ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/yb/consensus/replica_state.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ Status ReplicaState::LockForUpdate(UniqueLock* lock) const {
if (PREDICT_FALSE(state_ != kRunning)) {
return STATUS(IllegalState, "Replica not in running state");
}
if (!IsRaftConfigVoter(peer_uuid_, ConsensusStateUnlocked(CONSENSUS_CONFIG_ACTIVE).config())) {
LOG_WITH_PREFIX_UNLOCKED(INFO) << "Allowing update even though not a member of the config";
}
lock->swap(l);
return Status::OK();
}
Expand Down

0 comments on commit f2995ea

Please sign in to comment.