Skip to content

Commit cec1fb0

Browse files
committed
ns
1 parent ef21961 commit cec1fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/jgroups/protocols/pbcast/NAKACK2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public void setResendLastSeqno(boolean flag) {
252252
/** Keeps a bounded list of the last N digest sets */
253253
protected final BoundedList<String> digest_history=new BoundedList<>(10);
254254

255-
protected Queue<Message> become_server_queue;
255+
protected Queue<Message> become_server_queue=new ConcurrentLinkedQueue<>();
256256

257257
/** Log to suppress identical warnings for messages from non-members */
258258
protected SuppressLog<Address> suppress_log_non_member;

0 commit comments

Comments
 (0)