Use "acceptors" in a sentence

1. More generally, arbitrary positive weights can be assigned to Acceptors; in that case, a Quorum can be defined as any subset of Acceptors with the summary weight greater than half of the total weight of all Acceptors.

일반적으로 각 수락자의 가중치가 다를 수 있으며, 이런 경우 쿼럼은 전체 수락자의 가중치의 절반보다 큰 가중치를 가진 수락자들의 집합으로 정의될 수 있다.

2. Or you can also view them as electron acceptors along the way.

그리고 수소를 수용하는, 혹은 전자를 수용하는 이 분자들에 대한 설명을 보충하겠습니다

3. A Proposer should not initiate Paxos if it cannot communicate with at least a Quorum of Acceptors.

제안자는 수락자들의 쿼럼과 통신할 수 없을 경우 팩소스를 초기화할 수 없다.

4. In the following diagram, one of the Acceptors in the Quorum fails, so the Quorum size becomes 2.

다음 다이어그램에서는 수락자 중 하나가 장애를 일으켜 쿼럼 크기가 2가 된다.

5. Intuitively, if the leader has no value to propose, then a client could send an Accept! message to the Acceptors directly.

직관적으로 봤을 때, 리더는 제안할 값을 가지고 있지 않으면 클라이언트가 수락자에게 수락 메시지를 직접 보내야한다.

6. The Acceptors would respond as in Basic Paxos, sending Accepted messages to the leader and every Learner achieving two message delays from Client to Learner.

수락자는 베이직 팩소스에서와 같이 리더와 학습자에게 수락됨 메시지를 전달할 것이며 클라이언트에서 학습자까지는 2번의 메시지 지연이 발생한다.

7. Once a Client request has been agreed upon by the Acceptors, the Learner may take action (i.e.: execute the request and send a response to the client).

클라이언트의 요청이 수락자에 의해 동의되면 학습자는 움직인다 (즉, 요청을 실행하고 클라이언트에게 응답을 보낸다).

8. Note the Accepted message in Fast Byzantine Paxos is sent to all Acceptors and all Learners, while Fast Paxos sends Accepted messages only to Learners): Client Acceptor Learner | | | | | | X----->|->|->| | | Accept!(N,I,V) | X<>X<>X------>|->| Accepted(N,I,V) - BROADCAST |<-------------------X--X Response(V) | | | | | | The failure scenario is the same for both protocols; Each Learner waits to receive F+1 identical messages from different Acceptors.

패스트 팩소스가 수락됨 메시지를 학습자들에게만 보낼 때 패스트 비잔틴 팩소스는 모든 수락자와 모든 학습자에게 수락됨 메시지를 보낸다는 것을 기억하라: Client Acceptor Learner | | | | | | X-----&gt;|-&gt;|-&gt;| | | Accept!(N,I,V) | X&lt;&gt;X&lt;&gt;X------&gt;|-&gt;| Accepted(N,I,V) - BROADCAST |&lt;-------------------X--X Response(V) | | | | | | 두 프로토콜에서 실패 시나리오는 같다.