epermana / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
1 stars 0 forks source link

namespace name generated from index name is too long #1115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The tungsten applier (to Mongo) crashed with this error.

$ $APP_BIN/trepctl status
Processing status command...
NAME                     VALUE
----                     -----
appliedLastEventId     : NONE
appliedLastSeqno       : -1
appliedLatency         : -1.0
autoRecoveryEnabled    : false
autoRecoveryTotal      : 0
channels               : -1
clusterName            : applier
currentEventId         : NONE
currentTimeMillis      : 1430755266364
dataServerHost         : quotadeckdev
extensions             : 
host                   : quotadeckdev
latestEpochNumber      : -1
masterConnectUri       : thl://quotadeckdev:2112/
masterListenUri        : null
maximumStoredSeqNo     : -1
minimumStoredSeqNo     : -1
offlineRequests        : NONE
pendingError           : Stage task failed: stage=q-to-dbms seqno=6366550 
fragno=0
pendingErrorCode       : NONE
pendingErrorEventId    : mysql-bin.000081:0000000001445182;-1
pendingErrorSeqno      : 6366550
pendingExceptionMessage: namespace name generated from index name 
"quotadeck_dev.users_deleted.$id_1_first_name_1_last_name_1_email_1_password_1_i
s_test_user_1_created_at_1_updated_at_1_is_terms_condition_checked_1_last_login_
at_1_deleted_at_1" is too long (127 byte max)
pipelineSource         : UNKNOWN
relativeLatency        : -1.0
resourcePrecedence     : 99
rmiPort                : 10002
role                   : slave
seqnoType              : java.lang.Long
serviceName            : applier
serviceType            : unknown
simpleServiceName      : applier
siteName               : default
sourceId               : quotadeckdev
state                  : OFFLINE:ERROR
timeInStateSeconds     : 8.016
transitioningTo        : 
uptimeSeconds          : 121.897
useSSLConnection       : false
version                : Tungsten Replicator 3.0.0 build 524

What version of the product are you using?
Tungsten Replicator 3.0.0 build 524

On what operating system?
Ubuntu 14.04.2 LTS
Mysql 5.6 (extractor)
MongoDB 2.6.8 (applier)

Original issue reported on code.google.com by st...@quotadeck.com on 4 May 2015 at 4:16

GoogleCodeExporter commented 9 years ago
The other thing that is wierd is that it's not even suppose to be extracting 
the users_deleted table.  I have this property set on the extractor:

--property=replicator.filter.replicate.do=quotadeck_dev.job_contact_match,quotad
eck_dev.contact,quotadeck_dev.user_contact \

Original comment by st...@quotadeck.com on 4 May 2015 at 4:25