DomGarguilo commented on issue #291:
URL:
https://github.com/apache/accumulo-testing/issues/291#issuecomment-2654855776
Here is the same thing with trace logging enabled:
```
2025-02-12T14:56:46,614 [core.clientImpl.ThriftTransportPool] TRACE: Using
existing connection to fate:localhost:9999 (0)
2025-02-12T14:56:46,614 [core.clientImpl.ThriftTransportPool] TRACE: Using
existing connection to localhost:9999
2025-02-12T14:56:46,625 [core.clientImpl.ThriftTransportPool] TRACE:
Returned connection fate:localhost:9999 (0) ioCount: 106
2025-02-12T14:56:46,626 [testing.continuous.CreateTable] INFO : Created
Accumulo table ci with 20 tablets
2025-02-12T14:56:46,626 [core.zookeeper.ZooCache] TRACE: ZC1 cleared all
from cache
2025-02-12T14:56:46,626 [apache.zookeeper.ZooKeeper] DEBUG: Closing session:
0x10000f01cec001b
2025-02-12T14:56:46,626 [apache.zookeeper.ClientCnxn] DEBUG: Closing client
for session: 0x10000f01cec001b
2025-02-12T14:56:46,627 [apache.zookeeper.ClientCnxn] DEBUG: Reading reply
session id: 0x10000f01cec001b, packet:: clientPath:null serverPath:null
finished:false header:: 27,-11 replyHeader:: 27,1718,0 request:: null
response:: null
2025-02-12T14:56:46,628 [apache.zookeeper.ClientCnxn] DEBUG: Disconnecting
client for session: 0x10000f01cec001b
2025-02-12T14:56:46,628 [apache.zookeeper.ClientCnxn] DEBUG: An exception
was thrown while closing send thread for session 0x10000f01cec001b.
org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read
additional data from server sessionid 0x10000f01cec001b, likely server has
closed socket
at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[accumulo-testing-shaded.jar:?]
at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[accumulo-testing-shaded.jar:?]
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
[accumulo-testing-shaded.jar:?]
2025-02-12T14:56:46,728 [apache.zookeeper.ClientCnxnSocketNIO] TRACE: Doing
client selector close
2025-02-12T14:56:46,728 [apache.zookeeper.ClientCnxnSocketNIO] TRACE: Closed
client selector
2025-02-12T14:56:46,728 [apache.zookeeper.ClientCnxn] TRACE: SendThread
exited loop for session: 0x10000f01cec001b
2025-02-12T14:56:46,728 [apache.zookeeper.ZooKeeper] INFO : Session:
0x10000f01cec001b closed
2025-02-12T14:56:46,728 [core.zookeeper.ZooCache] TRACE: ZC1: WatchedEvent
state:Closed type:None path:null zxid: -1
2025-02-12T14:56:46,729 [core.zookeeper.ZooCache] TRACE: ZC1 ZooKeeper
connection closed, clearing cache; WatchedEvent state:Closed type:None
path:null zxid: -1
2025-02-12T14:56:46,729 [apache.zookeeper.ClientCnxn] ERROR: Error while
calling watcher.
java.lang.IllegalStateException: null
at
com.google.common.base.Preconditions.checkState(Preconditions.java:496)
~[accumulo-testing-shaded.jar:?]
at org.apache.accumulo.core.zookeeper.ZooCache.clear(ZooCache.java:487)
~[accumulo-testing-shaded.jar:?]
at
org.apache.accumulo.core.zookeeper.ZooCache$ZCacheWatcher.process(ZooCache.java:129)
~[accumulo-testing-shaded.jar:?]
at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:564)
[accumulo-testing-shaded.jar:?]
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:539)
[accumulo-testing-shaded.jar:?]
2025-02-12T14:56:46,729 [core.zookeeper.ZooSession] DEBUG:
ZooSession[ClientContext(root)_c71ba944-2d4c-4112-9443-3725aceea9c0]#1 state
changed from SyncConnected to Closed
2025-02-12T14:56:46,729 [apache.zookeeper.ClientCnxn] INFO : EventThread
shut down for session: 0x10000f01cec001b
```
It looks like clear is being called after close
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]