[SPY-103] After Rebalance/Add operation "Connection state changed for sun.nio.ch.SelectionKeyImpl" appear Created: 17/Oct/12 Updated: 13/Nov/12 |
|
| Status: | Open |
| Project: | Spymemcached Java Client |
| Component/s: | library |
| Affects Version/s: | 2.8.0 |
| Fix Version/s: | None |
| Security Level: | Public |
| Type: | Bug | Priority: | Minor |
| Reporter: | Michael Nitschinger | Assignee: | Michael Nitschinger |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
During some rebalance testing I stumbled upon the following: after adding nodes back in, every time I request a view one of these show up in the logs:
2012-10-17 16:33:52.669 INFO com.couchbase.client.CouchbaseConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@221f7708 This doesn't come up once or so, but every time I access a view (like so): 2012-10-17 16:33:52.665 INFO com.couchbase.client.CouchbaseClient: lookin for:/default/_design/docs/_view/all_docs 2012-10-17 16:33:52.669 INFO com.couchbase.client.CouchbaseConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@5631573 2012-10-17 16:33:52.669 INFO com.couchbase.client.CouchbaseConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@221f7708 2012-10-17 16:33:52.669 INFO com.couchbase.client.CouchbaseConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@3fbfbfb8 2012-10-17 16:33:52.670 INFO com.couchbase.client.CouchbaseConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@5631573 2012-10-17 16:33:52.670 INFO com.couchbase.client.CouchbaseConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@221f7708 2012-10-17 16:33:52.670 INFO com.couchbase.client.CouchbaseConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@3fbfbfb8 This may be okay or not, we need to investigate. |