You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2021/02/22 19:41:15 UTC

[accumulo-testing] branch main updated: Add back END to MultiTable so it can be used by other modules

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new 17963d6  Add back END to MultiTable so it can be used by other modules
17963d6 is described below

commit 17963d619f5418254e5dafd930c1d2210f48e937
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon Feb 22 14:40:12 2021 -0500

    Add back END to MultiTable so it can be used by other modules
---
 src/main/resources/randomwalk/modules/MultiTable.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/randomwalk/modules/MultiTable.xml b/src/main/resources/randomwalk/modules/MultiTable.xml
index 55b7f0b..6698e4a 100644
--- a/src/main/resources/randomwalk/modules/MultiTable.xml
+++ b/src/main/resources/randomwalk/modules/MultiTable.xml
@@ -34,6 +34,7 @@
   <edge id="mt.BulkImport" weight="100"/>
   <edge id="mt.OfflineTable" weight="10"/>
   <edge id="mt.DropTable" weight="20"/>
+  <edge id="END" weight="1"/>
 </node>
 
 <node id="mt.Write">