[
https://issues.apache.org/jira/browse/HBASE-5228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13188955#comment-13188955
]
Andrew Purtell commented on HBASE-5228:
---------------------------------------
Test results for 0.92:
{noformat}
Tests in error:
testMasterFailoverWithMockedRIT(org.apache.hadoop.hbase.master.TestMasterFailover):
test timed out after 180000 milliseconds
testRetrying(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor): test
timed out after 180000 milliseconds
testGetRegionsCatalogTables(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor):
Failed after attempts=10, exceptions:
testTableExists(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor):
Connection refused
testGetRegion(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor):
Connection refused
testScanMetaForTable(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor):
Failed after attempts=10, exceptions:
{noformat}
Tests run: 1076, Failures: 0, Errors: 1, Skipped: 8
Test results for trunk:
{noformat}
Results :
Tests run: 533, Failures: 0, Errors: 0, Skipped: 2
{noformat}
Test failures for 0.92 are worrisome, but not related to this patch.
> [REST] Rip out "transform" feature
> ----------------------------------
>
> Key: HBASE-5228
> URL: https://issues.apache.org/jira/browse/HBASE-5228
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.92.0, 0.94.0, 0.90.5
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 0.94.0, 0.92.1, 0.90.6
>
> Attachments: HBASE-5228-0.92.patch, HBASE-5228-trunk.patch
>
>
> The 'transform' feature, where REST can be instructed, via a table attribute,
> to apply a transformation (e.g. base64 encoding or decoding) to a (sub)set of
> column values before serving them up to a client or storing them into HBase,
> was added some time ago at the request of Jack Levin. I have since come to
> regret it, it was not a well thought out feature:
> - This is really an application concern.
> - It adds significant overhead to request processing: Periodically a
> HBaseAdmin is used to retrieve the table descriptor, in order to scan through
> table attributes for transformation directives.
> I think it is best to rip it out, its a real problem area, and REST should be
> no more concerned about data formats than the Java API.
> I doubt anyone uses this, not even Jack. Will need to follow up with him to
> confirm.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira