milleruntime commented on pull request #1912:
URL: https://github.com/apache/accumulo/pull/1912#issuecomment-776121664
Hey @brianloss - Do you know if client code needs to be updated with these
changes? I just tried a fresh setup in Uno with these changes included and my
client is hanging on a table create. I thought the old client would work but
that might not be the case.
From jstack:
<pre>
at
org.apache.accumulo.fate.util.UtilWaitThread.sleepUninterruptibly(UtilWaitThread.java:57)
at
org.apache.accumulo.core.clientImpl.MasterClient.getConnectionWithRetry(MasterClient.java:52)
at
org.apache.accumulo.core.clientImpl.TableOperationsImpl.beginFateOperation(TableOperationsImpl.java:258)
at
org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:365)
at
org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:355)
at
org.apache.accumulo.core.clientImpl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1694)
at
org.apache.accumulo.core.clientImpl.TableOperationsImpl.create(TableOperationsImpl.java:246)
at
org.apache.accumulo.core.clientImpl.TableOperationsImpl.create(TableOperationsImpl.java:216)
at
org.apache.accumulo.testing.randomwalk.multitable.CreateTable.visit(CreateTable.java:48)
at
org.apache.accumulo.testing.randomwalk.Module.visit(Module.java:237)
at
org.apache.accumulo.testing.randomwalk.Framework.run(Framework.java:48)
at
org.apache.accumulo.testing.randomwalk.Framework.main(Framework.java:92)
</pre>
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]