Manno15 commented on issue #164:
URL:
https://github.com/apache/accumulo-testing/issues/164#issuecomment-942425821
I do run into this error in the Manager logs:
<details>
<pre>
2021-10-12T19:18:09,439 [replication.WorkDriver] ERROR: Error while
assigning work
java.lang.NullPointerException: null
at
org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.initializeWorkQueue(DistributedWorkQueueWorkAssigner.java:94)
~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.assignWork(DistributedWorkQueueWorkAssigner.java:106)
~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.manager.replication.WorkDriver.run(WorkDriver.java:85)
[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at java.lang.Thread.run(Thread.java:829) [?:?]
2021-10-12T19:18:09,581 [manager.Manager] DEBUG: Finished gathering
information from 1 of 1 servers in 0.01 seconds
2021-10-12T19:18:10,401 [replication.StatusMaker] DEBUG: Creating
replication status record for
file:/home/jeffreymanno/git/accumulo-testing/target/mini-tests/org.apache.accumulo.testing.randomwalk.ReplicationRandomWalkIT_runReplicationRandomWalkStep/accumulo/wal/groot+46189/f3d03078-da4d-436a-a16a-4619b094d850
on table 1 with [begin: 0 end: 0 infiniteEnd: true closed: false createdTime:
1634080660392].
2021-10-12T19:18:10,439 [replication.WorkDriver] ERROR: Error while
assigning work
java.lang.NullPointerException: null
at
org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.initializeWorkQueue(DistributedWorkQueueWorkAssigner.java:94)
~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.assignWork(DistributedWorkQueueWorkAssigner.java:106)
~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.manager.replication.WorkDriver.run(WorkDriver.java:85)
[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at java.lang.Thread.run(Thread.java:829) [?:?]
</pre>
</details>
It appears the issue resides in the replication code which I know isn't
actively being maintained. I would suggest this IT be `@ignored` similarly to
the replication ITs in accumulo.
--
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]