Consider a 1 dimensional random walk on the integers $\mathbb{Z}$ with initial state $x\in\mathbb{Z}$:
\begin{equation} S_n=x+\sum^n_{i=1}\xi_i \end{equation}
where the increments $\xi_i$ are I.I.D such that $P\{\xi_i=1\}=P\{\xi_i=-1\}=\frac{1}{2}$.
One can prove that (1)
\begin{equation} P^x{\{S_n \text{ reaches +1 eventually}\}} = 1 \end{equation}
where the subscript denotes the initial position.
Let $\tau$ be the first passage time to state $+1$. In other words, $\tau:=\tau(1):=\min\{n\geq0:S_n=1\}$. One can also prove that (2)
\begin{equation} E\tau = +\infty \end{equation}
Both proofs can be found in http://galton.uchicago.edu/~lalley/Courses/312/RW.pdf. Through reading the article, I do understand both proofs.
My question is, however, what the meaning of "eventually" is in the first statement as well as in general. If something happens "eventually", it doesn't have to occur in finite time, does it? If so, what really is the difference between something which doesn't happen and something that doesn't happen "eventually"? Statements (1) and (2) in some sense are contradicting themselves to me. Are there other examples like this?
EDIT
Just want to add a motivation for the question, i.e., a straightforward example of something that happens "eventually", but with finite expected wait time.
\begin{split} P\{\text{walker eventually moves left}\} & = 1 - P\{\text{walker never moves left}\} \\ & = 1-\lim_{n\to\infty} \frac{1}{2^n} \\ & = 1 \end{split}
Therefore we know that the walker will "eventually" move to the left, and the expected wait time before doing so (i.e., moving left) is $1/(1/2)=2$.
Seeing something that happens "eventually" but with infinite expected "wait time" was quite a stretch for my imagination. The second half of @whuber's response is another great example.