Manno15 commented on issue #239: URL: https://github.com/apache/accumulo-testing/issues/239#issuecomment-1282194260
That is essentially what I did. Forced it to error at least. Was just commenting on seeing it naturally. On Tue, Oct 18, 2022 at 6:33 AM Keith Turner ***@***.***> wrote: > I haven't been able to reproduce the exception on my end despite the > suggestions above. > > The problem was intermittent. If you have the fix ***@***.*** > <https://github.com/apache/accumulo/commit/f6c943e70dd14183985faeeefc5b554fcc731fff> > then you may never see the bug. > > For testing purposes, could create a bulk graph locally that will always > cause verify to fail. I have not tested it, but maybe running the following > graph would cause verify to always fail quickly. It does a plus one w/o a > corresponding minus one and then verifies, so the counts should be non-zero. > > <module> > > <package prefix="bulk" value="org.apache.accumulo.testing.randomwalk.bulk"/> > > <init id="bulk.Setup"/> > > <node id="bulk.Setup"> > <edge id="bulk.BulkPlusOne" weight="1"/> > </node> > > <node id="bulk.BulkPlusOne"> > <edge id="bulk.Verify" weight="10"/> > </node> > > <node id="bulk.Verify"> > <edge id="END" weight="1"/> > </node> > > </module> > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/accumulo-testing/issues/239#issuecomment-1282176957>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AHASSV2AKYM5UQCFGNKGMKLWDZ4IHANCNFSM6AAAAAAQ7MBQQM> > . > You are receiving this because you commented.Message ID: > ***@***.***> > -- 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]
