Github user eowhadi commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/422#discussion_r59946150
--- Diff: core/sqf/src/seatrans/.gitignore ---
@@ -12,3 +12,6 @@
hbase-trx/src/main/java/org/apache/hadoop/hbase/regionserver/transactional/Clean
hbase-trx/src/main/java/org/apache/hadoop/hbase/regionserver/transactional/KeyValueListScanner.java
hbase-trx/src/main/java/org/apache/hadoop/hbase/regionserver/transactional/MemoryUsageChore.java
hbase-trx/src/main/java/org/apache/hadoop/hbase/regionserver/transactional/TrxTransactionState.java
+hbase-trx/src/main/java/org/apache/hadoop/hbase/client/ClientScanner98.java
--- End diff --
In 1.0 (actually after the fact I discovered that early 1.0 also didn't
have the feature), and even in a latter version of 98, hbase introduced replica
RS. This feature makes the client scanner multithread and not working with
parallel scanner. So I froze an old version of non multi thread scanner, that
does not support replica to be used with parallel scanner. That is
ClientScanner98. It works with our 1.x HBase version.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---